Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » How to run automated PDE Build with AspectJ Support?
How to run automated PDE Build with AspectJ Support? [message #599187] Mon, 27 October 2008 14:44
Nikolai Raitsev is currently offline Nikolai RaitsevFriend
Messages: 102
Registered: July 2009
Senior Member
Hi,

I have one problem, please help me:

I have an eclipse RCP application wich I build automatically with PDE
Builder.
I have some Plugins with AspectJ.

PDE Builder starts with:

<target name="build" description="Build Eclipse Product">

<java
jar=" ${eclipse.home}/plugins/org.eclipse.equinox.launcher_1.0.100 .v20080509-1800.jar "
fork="true"
failonerror="true"
>
<arg line="-application org.eclipse.ant.core.antRunner "/>
<arg line="-buildfile ${pde.buildfile} "/>
<arg line="-Dbuilder=${pde.builder}/scripts "/>
</java>
</target>

and produces my Application. BUT Plugins with AspectJ are builded WITHOUT
AspectJ support!

I use Eclipse 3.4 and AspectJ Developer Tools 1.6.1, what can I do to add
AspectJ-Compiler to my PDE-Builder?

Many thanks,

Nikolai
Previous Topic:java.lang.IllegalAccessError
Next Topic:ArrayIndexOutOfBoundsException on around advice (CTW, not LTW)
Goto Forum:
  


Current Time: Tue Apr 23 14:13:39 GMT 2024

Powered by FUDForum. Page generated in 0.03315 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top