Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Problem using AJDT w/ Eclipse 3.0 M5
Problem using AJDT w/ Eclipse 3.0 M5 [message #28020] Mon, 24 November 2003 23:30 Go to next message
Eclipse UserFriend
Originally posted by: deanwampler.yahoo.com

Is 3.0M5 compatible w/ AJDT 1.1.4?

I started with a clean install of M5 and used the update manager to
install AJDT. Attempting to create an AspectJ project in the "New"
dialog pops the error dialog:
"The selected wizard could not be started.
Reason:
Plug-in org.eclipse.ajdt.ui was unable to load class
org.eclipse.ajdt.internal.ui.wizards.AspectJProjectWizard."

A similar error occurs if you attempt ot open the AspectJ properties
page. Everything looks okay (I think) in the About Eclipse dialogs.

AJDT w/ M4 has worked fine.

Dean
dean@aspectprogramming.com
Re: Problem using AJDT w/ Eclipse 3.0 M5 [message #28059 is a reply to message #28020] Tue, 25 November 2003 10:08 Go to previous message
Eclipse UserFriend
Originally posted by: marcus.edwards.digitalsteps.com

"Dean Wampler" <deanwampler@yahoo.com> wrote in message
news:bpu463$p77$1@eclipse.org...
> Is 3.0M5 compatible w/ AJDT 1.1.4?
> ...
> A similar error occurs if you attempt ot open the AspectJ properties
> page. Everything looks okay (I think) in the About Eclipse dialogs.

I found that the problem with the preferences page was that a dependency on
org.eclipse.jface.text was missing
somewhere in the chain. I manually edited to org.eclipse.ui plugin.xml to
include the line
<import plugin="org.eclipse.jface.text" export="true"/> in the '<requires>'
section. This is probably NOT the
right way to fix this but it was a quick hack that at least meant I could
open the preferences dialog. (Aside: this
also resolved some dependency problems for other 3rd party plug-ins I'm
using.

The next problem is much more complicated:
java.lang.NoSuchMethodError:
org.eclipse.ui.internal.WorkbenchPlugin.getPluginWorkspace() Lorg/eclipse/cor
e/resources/IWorkspace;
at
org.eclipse.ajdt.internal.ui.ajde.ProjectProperties.getOutpu tPath(ProjectPro
perties.java:84)
at
org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread .getFormattedOpt
ionsString(AspectJBuildManager.java:186)
at
org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread .run(AspectJBuil
dManager.java:162)

I haven't been able to spend any more time looking into this and will
probably revert to 3.0M4 unless there is a patch or
a binary release in the next week or so.

HTH,
Marcus
Re: Problem using AJDT w/ Eclipse 3.0 M5 [message #573046 is a reply to message #28020] Tue, 25 November 2003 10:08 Go to previous message
Eclipse UserFriend
Originally posted by: marcus.edwards.digitalsteps.com

"Dean Wampler" <deanwampler@yahoo.com> wrote in message
news:bpu463$p77$1@eclipse.org...
> Is 3.0M5 compatible w/ AJDT 1.1.4?
> ...
> A similar error occurs if you attempt ot open the AspectJ properties
> page. Everything looks okay (I think) in the About Eclipse dialogs.

I found that the problem with the preferences page was that a dependency on
org.eclipse.jface.text was missing
somewhere in the chain. I manually edited to org.eclipse.ui plugin.xml to
include the line
<import plugin="org.eclipse.jface.text" export="true"/> in the '<requires>'
section. This is probably NOT the
right way to fix this but it was a quick hack that at least meant I could
open the preferences dialog. (Aside: this
also resolved some dependency problems for other 3rd party plug-ins I'm
using.

The next problem is much more complicated:
java.lang.NoSuchMethodError:
org.eclipse.ui.internal.WorkbenchPlugin.getPluginWorkspace() Lorg/eclipse/cor
e/resources/IWorkspace;
at
org.eclipse.ajdt.internal.ui.ajde.ProjectProperties.getOutpu tPath(ProjectPro
perties.java:84)
at
org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread .getFormattedOpt
ionsString(AspectJBuildManager.java:186)
at
org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread .run(AspectJBuil
dManager.java:162)

I haven't been able to spend any more time looking into this and will
probably revert to 3.0M4 unless there is a patch or
a binary release in the next week or so.

HTH,
Marcus
Previous Topic:Problem using AJDT w/ Eclipse 3.0 M5
Next Topic:Help: using Ant tasks under 3.0 M5
Goto Forum:
  


Current Time: Thu Apr 25 14:56:24 GMT 2024

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

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

Back to the top