The Move.html document needs to be updated as well, Pete. I had submitted this patch in a separate e-mail. Here is the link.
http://marc.theaimsgroup.com/?l=ant-dev&m=100274594320056&w=2 Thanks, Magesh On Fri, 12 Oct 2001, Peter Donald wrote: > applied to CVS - thanks for patch. > > Kool - so my adive is actually right now ! > > ;) > > On Thu, 11 Oct 2001 06:13, Magesh Umasankar wrote: > > Let me direct your attention to this thread on ant-user. > > > > http://marc.theaimsgroup.com/?t=100258096800004&w=2&r=1 > > > > Specifically to Pete's comment... > > ===== > > Or perhaps more simply > > > > <move tofile="my/jndi/dir/jndir.jar"> > > <fileset dir="my/jndi/dir"> > > <include name="jndi*.jar"/> > > </fileset> > > </move> > > ===== > > > > In the above case, Pete has suggested the user use > > Fileset to resolve pattern mappings issue instead of > > going for regexps. The only problem the use of this > > approach is that if jndi*.jar results in multiple > > files > > in the fileset, we won't know how to move them all to > > a single file. > > > > However, if the pattern jndi*.jar in my/jndi/dir > > returns only one file, a valid copy/move should be > > performed (logical user expectation). > > > > But, as it is now, the Copy and Move tasks will not > > let the user use toFile and FileSets even if there is > > no (src)file attribute specified and the fileset > > contains just one file. > > > > Here is a patch that looks into the fileset before > > dismissing it outright. Once this patch is in place > > Pete's suggestion in the user group will work so long > > as the pattern doesn't result in multiple files. > > > > Thanks, > > Magesh > > -- > Cheers, > > Pete > > ------------------------------------------ > I just hate 'yes' men, don't you Smithers? > ------------------------------------------
