Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Problems setting up AJDT

Hi

I followed the instructions from http://www.eclipse.org/ajdt/developers.php but after checking out the projects and switching to Java perspective I see 100 errors.

For example:
The constructor LocalVariable(JavaElement, String, int, int, int, int, String, null) is undefined org.eclipse.ajdt.core/src/org/eclipse/ajdt/core/javaelements AJCodeElement.java line 38 I use Eclipse for RCP/Plug-in Developers 3.3 and AJDT 1.5.2.200803241209 for Eclipse 3.3. I tried to use AJDT 1.5.1 but it threw this exception:
   org.aspectj.weaver.BCException
at org.aspectj.weaver.bcel.BcelAttributes.readAjAttributes(BcelAttributes.java:53) at org.aspectj.weaver.bcel.BcelObjectType.ensureAspectJAttributesUnpacked(BcelObjectType.java:312) at org.aspectj.weaver.bcel.BcelObjectType.<init>(BcelObjectType.java:142) at org.aspectj.weaver.bcel.BcelWorld.buildBcelDelegate(BcelWorld.java:360) at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:343)
       at o ... hen completing type bindings
when batch building BuildConfig[C:\Documents and Settings\cmo\Desktop\eclipse cu AJDT\org.eclipse.ajdt.core] #Files=100

What cold be the problem?

Thanks,
Cosmin Mogos


Back to the top