On 2010-01-29, Mikael Petterson <mikael.petter...@ericsson.com> wrote:

> I have a directory structure according ( it is not a very java like one)
> in my src.dir

> ab_mod/bc/src
> ac_mod/dc/src
> ad_mod/fg/src
> ad_mod/ff/src

> below I got the structure that I want to catch

> se.company.xvf.prod.MyFile.java
> se.company.xvf.prod.AnotherFile.java

are these actual file names?

>  and copy to a new directory structure  so that my directory structure
> would be:

> src/se/company/xvf/prod/MyFile.java
> src/se/company/xvf/prod/AnotherFile.java

Sounds like a job for the unpackage mapper.

Stefan

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

Reply via email to