Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJDT and Plugin Development
AJDT and Plugin Development [message #586361] Tue, 01 February 2005 17:09
Eclipse UserFriend
Originally posted by: sinleeh.nowhere.com

Dear All,

As a newbie, I have problem using AspectJ (via AJDT) and Plugin
Development together.

My current problem is while trying to use JUnit Plugin Test on a AJDT
project, I got the following error message. I used the default AJDT
setting throughout. Any help appreciated. Thanks. --Sinleeh

!SESSION Feb 01, 2005 16:59:22.676
---------------------------------------------
eclipse.buildId=unknown
java.version=1.4.2_05
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
Command-line arguments: -version 3 -application
org.eclipse.pde.junit.runtime.coretestapplication -port 50435
-testpluginname AJDT Test -classnames HelloWorld

!ENTRY org.eclipse.osgi Feb 01, 2005 16:59:22.677
!MESSAGE Application error
!STACK 1
java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
at java.lang.Class.getMethod0(Class.java:1901)
at java.lang.Class.getMethod(Class.java:984)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.getTe st(RemoteTestRunner.java:357)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:398)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:305)
at
org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunne r.main(RemotePluginTestRunner.java:30)
at
org.eclipse.pde.internal.junit.runtime.CoreTestApplication.r un(CoreTestApplication.java:26)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
Previous Topic:Re: Aspects spanning multiple projects in Eclipse, is it possible?
Next Topic:Open Editor for IProgramElement
Goto Forum:
  


Current Time: Tue Sep 24 13:45:31 GMT 2024

Powered by FUDForum. Page generated in 0.03346 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top