Re: Doubt in use ANT or not.

2007-04-06 Thread Borut Hadžialić
You don't need Ant for that. With java.io.File and other classes from the java.io. package you can make a much simpler solution. On 4/6/07, Marcos Vilela <[EMAIL PROTECTED]> wrote: Hello experts, I'm doing a program that export webservices. In execution time I have to move some crea

RE: Doubt in use ANT or not.

2007-04-06 Thread RADEMAKERS Tanguy
Hello Marcos, No, embedding ant in your program is overkill for something this simple. My 0.02$ /t >-Original Message- >From: Marcos Vilela [mailto:[EMAIL PROTECTED] >Sent: Friday, April 06, 2007 3:33 AM >To: user@ant.apache.org >Subject: Doubt in use ANT or not. > > >Hello experts, >