Skip to main content

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

I'm afraid those instructions need updating.  HEAD is currently AJDT
1.6 which is for Eclipse 3.4 only.  the ajdt1_5 branch is what you
need to check out onto eclipse 3.3.

Andy.

On 01/04/2008, Cosmin mogos <cosmin@xxxxxxxx> wrote:
> 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
>  _______________________________________________
>  ajdt-dev mailing list
>  ajdt-dev@xxxxxxxxxxx
>  https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top