Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] what is the @dot?

Hi!

Still trying ... I think I have figured out what the problems might be:

1/ nothing gets built in the @dot directory

2/ this can be seen in all build.xml:

		<property name="aspectj.plugin.home" value="../../plugins/org.aspectj.ajde_1.5.0.20051010144227/"/>
		<property name="aspectj.weaver.home" value="../../plugins/org.aspectj.weaver_1.5.0.20051010144227/"/>
		<taskdef resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties">
			<classpath>
				<pathelement path="${aspectj.plugin.home}/ajde.jar"/>
				<pathelement path="${aspectj.weaver.home}/aspectjweaver.jar"/>
			</classpath>
		</taskdef>


Those paths _do not exist_.

3/ sometimes I am seeing this error:

       [echo] Running @dot on visualizer.
        [echo] 		
[mkdir] Created dir: D:\workspace\java\cvsprojects\eclipse\org.eclipse.ajdt\AJDT_src\org.eclipse.contribution.visualiser\temp-folder\@dot.bin [iajc] forking [C:\java\jdks\jdk1.5.0_05\jre\bin\javaw.exe, -Xmx512m, -classpath, D:\workspace\java\cvsprojects\eclipse\org.eclipse.ajdt\AJDT_src\org.aspectj.runtime\aspectjrt.jar;D:\workspace\java\cvsprojects\eclipse\org.eclipse.ajdt\AJDT_src\org.aspectj.ajde\ajde.jar;D:\workspace\java\cvsprojects\eclipse\org.eclipse.ajdt\AJDT_src\org.aspectj.weaver\aspectjweaver.jar, org.aspectj.tools.ajc.Main, -argfile, D:\java\jed\eclipse_3.1.1\argfile25237]
        [iajc] unexpected exception
        [iajc] 	
        [iajc] Exception thrown from AspectJ DEVELOPMENT
        [iajc] This might be logged as a bug already -- find current bugs at
        [iajc]   http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler
        [iajc] Bugs for exceptions thrown have titles File:line from the top stack,
        [iajc] e.g., "SomeFile.java:243"
        [iajc] If you don't find the exception below in a bug, please add a new bug
        [iajc] at http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ
        [iajc] To make the bug a priority, please include a test program
        [iajc] that can reproduce this exception.
        [iajc] org/eclipse/core/runtime/OperationCanceledException
        [iajc] org/eclipse/core/runtime/OperationCanceledException
        [iajc] java.lang.NoClassDefFoundError: org/eclipse/core/runtime/OperationCanceledException
        [iajc] 	at org.aspectj.ajdt.ajc.AjdtCommand.runCommand(AjdtCommand.java:44)
        [iajc] 	at org.aspectj.tools.ajc.Main.run(Main.java:326)
        [iajc] 	at org.aspectj.tools.ajc.Main.runMain(Main.java:240)
        [iajc] 	at org.aspectj.tools.ajc.Main.main(Main.java:83)

I really need some help. Any hints and guidance is highly appreciated.

./alex
--
.w( the_mindstorm )p.


Back to the top