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

2006-02-28 Thread Glen Mazza
them. Later if I need, I can break it out into its own target so multiple targets can reference the taskdefs. Thank you both! Glen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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
missing some optional JARS, *if* those JARs are unneeded by the specific target being run? Thanks, Glen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: copy files problem

2005-09-08 Thread Glen Mitchell
Bhadra, I'm sorry I meant to say in my initial post that I had tried this also but it didn't solve my problem. This work on Windows but not on Unix both. I've tried a number of includes such as etc Bhadra, Jatin wrote: Glen Try this format as per ANT manual. If you want

copy files problem

2005-09-08 Thread Glen Mitchell
abc.def.ghi.html etc. Any file which is in this format is not being copied over on a Unix system but is copied fine on a Windows box. Does anybody know what my should be or where I am going wrong. Thanks -- Glen Mitchell Web Development I-Play e: [EMAIL PROTECTED] t: 01383 848808 m: 07906 948444

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

2005-01-11 Thread Glen Mazza
That did it very nicely -- thanks Keith (and the others who responded) for the help. Glen From: "Keith Hatton" <[EMAIL PROTECTED]> To: "Ant Users List" See the manual for the FixCRLF task. ht

Automatic way to convert from DOS to Unix line endings?

2005-01-10 Thread Glen Mazza
there is an Ant task that will let me automate the step of switching from DOS to Unix format, so I don't have to go into JEdit to do it manually. Thanks, Glen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: combining fileset's

2004-01-15 Thread Glen
Your example will do wonderfully. Very sheek and elegant thank you very much Said another way I have enough complexity in my development projects no need to add more... thanks again, -Glen Matt Benson wrote: Unless your actual needs are much more complicated than your example, do

Re: combining fileset's

2004-01-15 Thread Glen
I think I know what you are saying now. I have found this page on programming custom selectors http://ant.apache.org/manual/CoreTypes/selectors-program.html Which looks fairly straightforward. I am starting to code it now... Thanks :-) Glen wrote: Matt I am intrigued could you elaborate