Is it possible to set Ant's classpath from within the build.xml itself?

Basically, I've got a directory full of libs that contain Ant tasks, and I'd rather not have to specify each one on the command line or in <taskdef>s. I'd rather just have a single line in my build.xml that says "put all the jars in this directory on the classpath as if they'd been added on the command line".


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to