Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » org.eclipse.buckminster.ant.AntBuilder
org.eclipse.buckminster.ant.AntBuilder [message #504559] Mon, 21 December 2009 09:26 Go to next message
Alain  is currently offline Alain Friend
Messages: 115
Registered: July 2009
Senior Member
Hi,

Does anybody know, how to set the classpath for ant in the
<buildCommand> specification of the org.eclipse.buckminster.ant.AntBuilder?

I need to add following libraries
- aspectjrt.jar
- aspectjtools.jar
- myAspect (Folder)

Thanks for your answer,
Alain.
Re: org.eclipse.buckminster.ant.AntBuilder [message #504875 is a reply to message #504559] Wed, 23 December 2009 09:35 Go to previous messageGo to next message
Alain  is currently offline Alain Friend
Messages: 115
Registered: July 2009
Senior Member
Hi,

I had a look at the "org.eclipse.buckminster.ant.AntBuilderConstants"
class (where can i find the source for that?) but I could not find a
constant which describes the possibility to extend the class path for ant.

Which classpath will be used by the buckminster-antbuilder?

Thanks for your answer,
Alain.
Re: org.eclipse.buckminster.ant.AntBuilder [message #504889 is a reply to message #504875] Wed, 23 December 2009 11:25 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Alain,
The Buckminster ant builder uses the Eclipse Ant builder underneath, so everything that applies to the Eclipse ant
framework, also applies to the Buckminster ant builder.

Regards,
Thomas Hallgren

On 2009-12-23 10:35, Alain Helfenstein wrote:
> Hi,
>
> I had a look at the "org.eclipse.buckminster.ant.AntBuilderConstants"
> class (where can i find the source for that?) but I could not find a
> constant which describes the possibility to extend the class path for ant.
>
> Which classpath will be used by the buckminster-antbuilder?
>
> Thanks for your answer,
> Alain.
Re: org.eclipse.buckminster.ant.AntBuilder [message #504890 is a reply to message #504875] Wed, 23 December 2009 11:26 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 2009-12-23 10:35, Alain Helfenstein wrote:
> Hi,
>
> I had a look at the "org.eclipse.buckminster.ant.AntBuilderConstants"
> class (where can i find the source for that?)

In the Buckminster SVN.

http://dev.eclipse.org/svnroot/tools/org.eclipse.buckminster /trunk

or more specificly:

http://dev.eclipse.org/svnroot/tools/org.eclipse.buckminster /trunk/org.eclipse.buckminster.ant/src/java/org/eclipse/buck minster/ant/AntBuilderConstants.java

Regards,
Thomas Hallgren
Re: org.eclipse.buckminster.ant.AntBuilder [message #505194 is a reply to message #504559] Mon, 28 December 2009 14:05 Go to previous message
Alain  is currently offline Alain Friend
Messages: 115
Registered: July 2009
Senior Member
Hi,

One solution is, to use the <classpath> tag of ant itself.

<taskdef
resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties ">
<classpath>
<fileset dir="lib_aspectj">
<include name="*.jar"/>
</fileset>
</classpath>
</taskdef>

Regards, Alain.
Previous Topic:maven authentication issue
Next Topic:org.eclipse.buckminster.ant.AntBuilder <refresh.resource>
Goto Forum:
  


Current Time: Thu Apr 25 09:11:01 GMT 2024

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

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

Back to the top