Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ PDE export problems

Hi all,
i've a problem exporting a PDE RCP plugin product that uses aspectj.

Before refactoring this project, it had a local implementation for every
plugin of aspects used, and exporting the product was not a problem (I used
the build.properties file with those lines :
compilerAdapter=org.eclipse.ajdt.core.ant.AJDT_AjcCompilerAdapter
sourceFileExtensions=*.java, *.aj )

After adding a plugin that contains all the aspects previously were in every
plugin, the application runs fine from eclipse, but, when i export the
product, it gives an error when doing something that involves aspects
implemented.

So, what can I do to solve this problem?!

Davide 

--
View this message in context: http://aspectj.2085585.n4.nabble.com/AspectJ-PDE-export-problems-tp3387024p3387024.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top