Skip to main content



      Home
Home » Archived » Buckminster » org.eclipse.buckminster.ant.AntBuilder
org.eclipse.buckminster.ant.AntBuilder [message #504559] Mon, 21 December 2009 04:26 Go to next message
Eclipse UserFriend
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 04:35 Go to previous messageGo to next message
Eclipse UserFriend
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 06:25 Go to previous messageGo to next message
Eclipse UserFriend
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 06:26 Go to previous messageGo to next message
Eclipse UserFriend
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 09:05 Go to previous message
Eclipse UserFriend
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: Wed Jul 30 15:02:48 EDT 2025

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

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

Back to the top