How to move directories to a single directory using the Ant task?
My directory structure is similar:
my/directory/root |-dir1/one/same/lib |-dir2/two/same/lib |-dir3/three/same/lib |-dir4/four/same/lib
And I would like to move and scale the "same / lib" folders and move them to "my / directory / root"
(finally: my / directory / root / same / lib)
java ant task
Krzysztof Miksa
source share