Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] AJDT can now work with AspectJ 1.0.6, External Jars now working on Linux platform

I've just committed a couple of changes that are available for those of you
self-building AJDT:

The first lets you use AJDT with the 1.0.6 AspectJ release (download it
from here:
http://aspectj.org/download/distribution/aspectj-eclipsePlugin-1.0.6.zip).

You'll need to remove the org.aspectj.ajde_1.0.5 directory from
eclipse/plugins, and unzip the above in its place.
See http://aspectj.org/doc/dist/changes.html for a list of changes in
AspectJ 1.0.6.

Note that the plugin.xml file included in the 1.0.6 AJDE elcipse plugin
incorrectly identifies it's version number a 1.0.5 (which you'll see if
you use the help menu to examine which plugins you have installed). I'll
try and get that fixed in PARC before the binary drop on Friday.

The second fix is for BUG 22267, and enables external jars to be correctly
handled under Linux.

Regards,
Adrian.

Adrian_Colyer@xxxxxxxxxx



Back to the top