Raagu schrieb:
> In my build script, I have made use of , and other tasks
> which made use of external jars . I have kept those jar files in
> ${ANT_HOME}\lib directory.. But I dont want to keep those jar files in Ant
> Lib's directory.. So Is there any way to keep those jar files in other
> dire
You definitely can put the jars wherever you want. I'm assuming you are
defining some taskdefs? If so, you can use a classpath child element of
taskdef. For example, I do this:
"http://ant-contrib.sourceforge.net"; description = "Needed to use
ant-contrib." >
"*.jar"/>
Hi,
You can save the jar files in a separate location and refer to them.
See the task named "path". Then you can use that path in your tasks.
Cheers,
Kamal
---
http://lkamal.blogspot.com/2009/07/war-ant-eclipse-build-web-application.html
On Thu, Aug 6,