Re: copy multiple directories into one

2008-03-09 Thread Ramu Sethu
You could also try this Not 100% sure about this one ...:-) On Mon, Mar 10, 2008 at 11:28 AM, <[EMAIL PROTECTED]> wrote: > > > > > > > Jan > > > > -Ursprüngliche Nachricht- > > Von: Lars Ohlén [mailto:[EMAIL PROTECTED] > > Gesendet: Sonntag, 9. März 2008 13:14 > > An: us

AW: copy multiple directories into one

2008-03-09 Thread Jan.Materne
Jan > -Ursprüngliche Nachricht- > Von: Lars Ohlén [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 9. März 2008 13:14 > An: user@ant.apache.org > Betreff: copy multiple directories into one > > Hi Ant Users! > > I have a bunch of directories that contains a src folder that

AW: building ant from source and junit build error

2008-03-09 Thread Jan.Materne
http://ant.apache.org/manual/install.html#optionalTasks Jan > -Ursprüngliche Nachricht- > Von: qbnronin [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 8. März 2008 03:46 > An: user@ant.apache.org > Betreff: Re: building ant from source and junit build error > > > I was having the sam

Re: any while loop task for Ant ?

2008-03-09 Thread Z W
Hi Wabbit Thanks for your response. Is there a newsgroup I can sign up for for AntXtras ? Do you have the url to that ? I have questions on how to use it after reading the user guide. thanks On Sat, Mar 8, 2008 at 11:09 AM, Wascally Wabbit < [EMAIL PROTECTED]> wrote: > Z W wrote: > > Hi > > Is

copy multiple directories into one

2008-03-09 Thread Lars Ohlén
Hi Ant Users! I have a bunch of directories that contains a src folder that contains java code (in package structure) I want to copy all the directoreis belove the src directory into one diretory (basiclly I want to move all java files including the package structure into one location). See be