Using ANT - Crash course needed

2002-05-24 Thread Donie Kelly
Hi all Is there any good docs out there apart from the apache ones which will get me up to speed with ant quickly. Could somebody answer the following questions... a) Can ant be used to do installs like copying files - editing properties etc... b) Can ant check that the file list has made it

Re: Using ANT - Crash course needed

2002-05-24 Thread Larry Meadors
[EMAIL PROTECTED] 05/24/02 10:12AM a) Can ant be used to do installs like copying files... Yes. Look at the Copy task: http://jakarta.apache.org/ant/manual/CoreTasks/copy.html ...editing properties etc. Not sure what you want to do here... b) Can ant check that the file list has made it

[OT] Re: Using ANT - Crash course needed

2002-05-24 Thread Drew Sudell
Donie Kelly writes: Hi all Is there any good docs out there apart from the apache ones which will get me up to speed with ant quickly. Could somebody answer the following questions... There are pointers to a number of articles, examples, FAQs etc on Ant on the resources page for the

RE: [OT] Re: Using ANT - Crash course needed

2002-05-24 Thread Donie Kelly
happen sometimes and is sometimes hard to debug. Thanks everyone who replied... Donie -Original Message- From: Drew Sudell [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 17:53 To: Tomcat Users List Subject:[OT] Re: Using ANT - Crash course needed Donie Kelly writes: Hi