Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is there an AJDT version for Eclipse 2018-12?

There isa now a 410 update site that fixes this.

http://download.eclipse.org/tools/ajdt/410/dev/update

Cheers,
Andy

> On Feb 20, 2019, at 3:22 PM, Andrew Clement <andrew.clement@xxxxxxxxx> wrote:
> 
> Yep, I see it when I do new aspect. The problem is that the tests for AJDT aren’t being run on a regular basis and certainly not against current eclipse versions. You can tell things aren’t in an ideal state because we are using a 4.8 update site for 4.10. The use of JDT weaving in AJDT makes that project so much harder to work with. Let me try and at least look at the source in a 4.10 eclipse to see what it complains about.
> 
> Cheers,
> Andy
> 
>> On Feb 19, 2019, at 7:25 PM, Alexander Kriegisch <alexander@xxxxxxxxxxxxxx> wrote:
>> 
>> I can install AJDT from the 4.8 update channel into Eclipse 2018-12, but it does not work correctly, throwing errors during "new Aspect" and code completion, such as
>> 
>>   java.lang.NoClassDefFoundError:
>>   org/eclipse/jdt/internal/corext/codemanipulation/StubUtility
>> 
>> Is there a functioning AJDT version (even a development snapshot) anywhere?
>> -- 
>> Alexander Kriegisch
>> https://scrum-master.de
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/aspectj-users
> 



Back to the top