On Fri 2010-09-17 at 14:36h, Stefan Bodewig wrote on user:
> On 2010-09-16, Ludwig, Michael wrote:
> 
> > What I'm wondering is if there isn't some option like in tools such
> > as wget (--cut-dirs to shorten the path) or cpio or tar, which in
> > Ant's case would probably translate to a mapper, like cut-dirs-mapper.
> 
> flatten
> 
> Since you really want to remove all dirs, flatten="true" or the
> flattenmapper should do what you want.

But "flatten" also cuts away all sub-directories. If for example the
files to copy are Java source files under multiple source roots,
"flatten" would also remove the Java package directories from the file
paths, instead of just the part above the source roots.

-- Niklas Matthies

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to