Re: AW: How to use multiple filesets with classpath AND copy

2005-06-13 Thread Matt Benson
--- Rick Mann <[EMAIL PROTECTED]> wrote: > I really need a way to specify an arbitrary set of > files under a > single name, and then use that set in both class > paths and copy > operations. > > I think nested filesets, et al. would work, along > with support in the > various tasks (like )

Re: AW: How to use multiple filesets with classpath AND copy

2005-06-13 Thread Rick Mann
On Jun 13, 2005, at 02:34, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: A fileset has a common base directory. There are no nested filesets. Have you had a look at s? There are some tasks which dont support s, and is one of them [1] - oh, there was some work ... maybe a nightly build

AW: How to use multiple filesets with classpath AND copy

2005-06-13 Thread Jan.Materne
Jan [1] http://issues.apache.org/bugzilla/show_bug.cgi?id=20635 >-Ursprüngliche Nachricht- >Von: Rick Mann [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 11. Juni 2005 02:15 >An: user@ant.apache.org >Betreff: How to use multipl

How to use multiple filesets with classpath AND copy

2005-06-10 Thread Rick Mann
Hi. I'm building a handful of Struts webapps, and would like to do this in my build scripts: I want to specify a collection of .jar files from several different directories, and I want to refer to the entire collection with a single id. Now, I can make a fileset or filelist for a directory,