Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] can't find type org.aspectj.lang.annotation.Before

as suggested here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=44191

i tried to add this parameter to the jvm:
-Dorg.aspectj.weaver.Dump.condition=error

strangely, i didn't get any ajcore dump file: where this file is written by default? i can't find in my project directory.

i'm running the test within junit integratedin eclipse-



Valerio Schiavoni :
if i change my advice from a before advice to an after advice...i get:
error can't find type org.aspectj.lang.annotation.After
info using classpath: [/usr/java/jdk1.5.0/jre/lib/rt.jar, /usr/java/jdk1.5.0/jre/lib/i18n.jar, /usr/java/jdk1.5.0/jre/lib/sunrsasign.jar, /usr/java/jdk1.5.0/jre/lib/jsse.jar, /usr/java/jdk1.5.0/jre/lib/jce.jar, /usr/java/jdk1.5.0/jre/lib/charsets.jar, /usr/java/jdk1.5.0/jre/classes]
info using aspectpath: []
info zipfile classpath entry does not exist: /usr/java/jdk1.5.0/jre/lib/i18n.jar
info zipfile classpath entry does not exist: /usr/java/jdk1.5.0/jre/lib/sunrsasign.jar
info directory classpath entry does not exist: /usr/java/jdk1.5.0/jre/classes
info register classloader sun.misc.Launcher$AppClassLoader@26099296
info using (-Daj5.def) META-INF/aop.xml
info weaving 'org/eclipse/jdt/internal/junit/runner/RemoteTestRunner'
info weaver operating in reweavable mode.  Need to verify any required types exist.
error can't find type org.aspectj.lang.annotation.Before
error can't find type org.aspectj.lang.annotation.Before





_______________________________________________ aspectj-users mailing list aspectj-users@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top