hello.

is it possible to pull all the .jars listed in a path as a fileset (for inclusion in the "lib" nested element of the "war" task)?

the reason why is because i'm using a build.properties to make references to .jars on the filesystem as follows:


build.properties
------------
velocity.lib=${velocity.home}/velocity-dep-1.3.1-rc2.jar
commons-lang.lib=${commons-lang.home}/commons-lang-1.0.1.jar

build.classpath=${velocity.lib}:${commons-lang.lib}



the .jars listed above (in ${build.classpath}) are needed in the /lib directory of the webapp, so looking for a way to reference the .jars as a fileset, instead of listing each xxx.lib entry as a "lib" nested element in the war task.

thank you.

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

Reply via email to