Re: AW: AW: Have an Ant script run even with missing JARs?

2006-02-28 Thread Glen Mazza
[EMAIL PROTECTED] wrote: Jan and I are both producing the same answer. Here's the overlap: yepp ;-) In earlier times (prior to Ant 1.6) this was the only possibility to do more difficult initializations because only a few tasks were allowed to be outside of a . Since 1.6 you could do (nearly

Re: AW: Have an Ant script run even with missing JARs?

2006-02-28 Thread Glen Mazza
g "init-target" to a very common "init target" that lots of build scripts have.) Thanks, Glen -----Ursprüngliche Nachricht- Von: Glen Mazza [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 28. Februar 2006 14:55 An: user@ant.apache.org Betreff: Have an Ant script run ev

Re: Have an Ant script run even with missing JARs?

2006-02-28 Thread Glen Mazza
give me a quick example of what to do here, it would be appreciated. Thanks, Glen [1] http://ant.apache.org/manual/index.html On Tue, 2006-02-28 at 13:55, Glen Mazza wrote: Hello, I have an Ant build script for dynamic deployment of a web application to Tomcat. This requires a special Tomc

Have an Ant script run even with missing JARs?

2006-02-28 Thread Glen Mazza
Hello, I have an Ant build script for dynamic deployment of a web application to Tomcat. This requires a special Tomcat JARs to be added to the Ant lib directory to run. No problem here--Ant runs fine once I add the jar. But I have small additional target unrelated to deployment I would lik

RE: Automatic way to convert from DOS to Unix line endings?

2005-01-11 Thread Glen Mazza
tp://ant.apache.org/manual/CoreTasks/fixcrlf.html Hope this helps Keith -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: 10 January 2005 17:40 To: user@ant.apache.org Subject: Automatic way to convert from DOS to Unix line endings? Hello, I use Ant to copy a data file

Automatic way to convert from DOS to Unix line endings?

2005-01-10 Thread Glen Mazza
Hello, I use Ant to copy a data file from a diskette to my hard drive of my Windows machine. From there, I open the file in the JEdit editor and save it in Unix format, to switch to the Unix line endings. Finally, I use the Ant FTP task to send the file to a Unix machine. I was wondering if the