RE: Specifying additonal classpath elements when calling the task

2007-03-02 Thread David Corley \(AT/LMI\)
-Original Message- From: Rainer Noack [mailto:[EMAIL PROTECTED] Sent: 01 March 2007 20:03 To: 'Ant Users List' Subject: RE: Specifying additonal classpath elements when calling the task Maybe http://enitsys.sourceforge.net/ant-classloadertask/ what you are looking for. It allo

Re: Specifying additonal classpath elements when calling the task

2007-03-02 Thread Peter Reilly
ache.org > Subject: Specifying additonal classpath elements when calling > the task > > > I'm wondering if anyone knows a way to specify additional > jars for use by an task within an ant buildfile. > > My current setup involves 2 build files, builda.xml and >

RE: Specifying additonal classpath elements when calling the task

2007-03-01 Thread Rainer Noack
gt; To: user@ant.apache.org > Subject: Specifying additonal classpath elements when calling > the task > > > I'm wondering if anyone knows a way to specify additional > jars for use by an task within an ant buildfile. > > My current setup involves 2 build files, buil

Specifying additonal classpath elements when calling the task

2007-03-01 Thread David Corley \(AT/LMI\)
I'm wondering if anyone knows a way to specify additional jars for use by an task within an ant buildfile. My current setup involves 2 build files, builda.xml and buildb.xml. Builda.xml runs an task to kick-off buildb.xml. This a multiproject setup. There are many users having their own custom