Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] 1.1rc2 bug status

Wes Isberg wrote:
> Fixed.
> 
> I removed a test case that was optimistic about files not being
> recompiled,
> and added the tests to ajcTests.xml.

These tests you just added all fail for me under both 1.3 and 1.4 -- I'm up-to-date with the tree as of 1:30pm today.

The tests all fail similarly, see the trace for one test below.  Can you confirm these are working in the form you've put them into ajcTests.xml?  Do you know why they'd be failing in this way for me?

-Jim



------------  FAIL: expect class added in initial incremental tests()
--- result: false
[  0] ------------  PASS: CompilerRun(CompilerRun.Spec AjdtCommand(1 options))
[  0] --- result: true
[  0] --- messages 
[  0] MessageHolder:  (4 info) 
[  0] [info   0]: info org.aspectj.ajdt.ajc.AjdtCommand@4a63d8([-incremental, -d, C:\Documents and Settings\hugunin\Local Settings\Temp\SandboxvyAbuc\classes, -classpath, C:\DOCUME~1\hugunin\LOCALS~1\Temp\SandboxvyAbuc\classes;..\lib\test\aspectjrt.jar;..\lib\test\testing-client.jar, -sourceroots, C:\DOCUME~1\hugunin\LOCALS~1\Temp\SandboxvyAbuc\staging\.]) 
[  0] [info   1]: info directory classpath entry does not exist: C:\jdk1.3.1_01\jre\classes 
[  0] [info   2]: info weaving 
[  0] [info   3]: info might need to weave [](world=false) 
[  1] ------------  FAIL: JavaRun(JavaRun(main.Main))
[  1] --- result: false
[  1] --- messages 
[  1] MessageHolder:  (5 info)  (1 fail) 
[  1] [info   0]: info sandbox.classes: [] 
[  1] [info   1]: info JavaRun(main.Main)[JavaRun$Spec] 
[  1] [info   2]: info targetClass: null 
[  1] [info   3]: info sandbox: Sandbox(SandboxvyAbuc, classAdded, classes) 
[  1] [info   4]: info loader: TestClassLoader(urls=[file:C:/aspectj/eclipse/workspace/tests/../lib/test/aspectjrt.jar, file:C:/aspectj/eclipse/workspace/tests/../lib/test/testing-client.jar], dirs=[C:\DOCUME~1\hugunin\LOCALS~1\Temp\SandboxvyAbuc\classes]) 
[  1] [fail   0]: fail main.Main  -- (ClassNotFoundException) main.Main
main.Main
java.lang.ClassNotFoundException: main.Main
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
	at org.aspectj.testing.util.TestClassLoader.loadClass(TestClassLoader.java:95)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    (... 18 lines...)




Back to the top