> -----Original Message-----
> From: David Knox [mailto:david.knox@;iona.com]
> Sent: Wednesday, October 30, 2002 1:22 PM
> To: 'Ant Users List'
> Subject: RE: Another uptodate question
> 
> 
> Maybe I'm a bit confused. Is there a problem with uptodate? The source
> indicates that it supports nested filesets. 
> 
>    /**
>     * Nested <srcfiles> element.
>     */
>    public void addSrcfiles(FileSet fs) {
>        sourceFileSets.addElement(fs);
>    }
> 
> --dave
> 

Yeah, as source files it works fine. However, I would like to be able to use a 
<fileset> for the targetfile(s) also. Right now it appears to only support one file or 
a nested <mapper> as the target.

/mike

Reply via email to