RE: Ant- copy file from one folder to many folders

2008-12-29 Thread Rebhan, Gilbert
-Original Message- From: Alexei Alexei [mailto:a_subscri...@mail.ru] Sent: Monday, December 29, 2008 11:21 AM To: Rebhan, Gilbert Subject: RE: Ant- copy file from one folder to many folders /* The global task is: In the folder "myfolder1" I have file "myclass.class

RE: Ant- copy file from one folder to many folders

2008-12-29 Thread Rebhan, Gilbert
-Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Monday, December 29, 2008 6:10 AM To: Ant Users List; Alexei Alexei Subject: Re: Ant- copy file from one folder to many folders /* The standard task requires a single target name, so you couldn't do it wit

Re: Ant- copy file from one folder to many folders

2008-12-28 Thread David Weintraub
The standard task requires a single target name, so you couldn't do it with the standard Ant tasks. However, there is a special addition to Ant called the AntContrib tasks . These extend Ant to allow for all sorts of tricks. There's one special AntContrib task