Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ 1.8.3 released

Hi Andy,
  Now I am struck with the error "duplicate entry of classes" when weaving a jar file and the command I used is shown below
ajc -inpath C:\pig.jar -aspectpath C:\Aspects.jar -extdirs C:\libs -outjar C:\pig\pig.jar

Can you tell me why and how to resolve it.

Regards,
Rajeshkumar J

On Fri, Oct 24, 2014 at 1:27 AM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
AspectJ 1.8.3 is now released. Pushed to maven central a few minutes ago, not sure how long it will take to appear as available.

There are a couple of interesting changes in this release: Due to a verify error that Java7 has started reporting since around update 67 there are some changes to weaving around cflow when it hits preinitialization join points. Also there is a new feature for aspect library creators called @RequiredTypes which allows aspects to specify dependencies that should be found on the class path at weave time in order for aspects to be applied.

For more detail on these issues, see the readme:


You can grab it from the usual download page: http://eclipse.org/aspectj/downloads.php

Enjoy!
AspectJ Team

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top