Re: remotely call Ant script?

2009-09-28 Thread Ernst de Haan
automatically on build slaves from a continuous integration server (such as Hudson) - etc. Kind regards, Ernst de Haan PensioenPage B.V. www.pensioenpage.com - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For

Re: Feature request: ifbool/unlessbool

2009-09-24 Thread Ernst de Haan
unless will pass if the property is either not set at all (current Ant behavior) or is set and PropertyHelper expands it to Boolean.FALSE. This sounds like an excellent solution! Cheers, Ernst - To unsubscribe, e-mail: user-

Re: converting ant from a make file

2009-09-19 Thread Ernst de Haan
task, possibly coded using an or is the way to go. For more information on using to invoke Perl, see this article: http://www.howardism.org/thoughts/001256.html Cheers, Ernst de Haan PensioenPage B.V. www.pensioenpage.com tel. +31 6 202

Re: converting ant from a make file

2009-09-18 Thread Ernst de Haan
I think by now you should read up on Ant and understand the basic concepts before proceeding... Met een vriendelijke groet, Ernst de Haan PensioenPage B.V. www.pensioenpage.com tel. (026) 364 56 34 Op 18 sep 2009 om 18:53 heeft veena pandit het volgende geschreven:\ So how would I

Re: converting ant from a make file

2009-09-18 Thread Ernst de Haan
The Ant way to process multiple Perl files would be: See? It's a different way of thinking... Met een vriendelijke groet, Ernst de Haan PensioenPage B.V. www.pensioenpage.com tel. (026) 364 56 34 Op 18 sep 2009 om 17:12 heeft veena pandit het volgende geschreven:\ Do you

Re: converting ant from a make file

2009-09-18 Thread Ernst de Haan
the file Windows.properties, Linux.properties, etc. depending on the OS name. Kind regards, Ernst de Haan PensioenPage B.V. www.pensioenpage.com tel. +31 6 20246157 - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For

Re: converting ant from a make file

2009-09-18 Thread Ernst de Haan
based on a certain value. If that's not enough, you can -for example- use // tasks as available via ant-contrib. For a bit more information, see: http://www.velocityreviews.com/forums/t136207-determine-platform-with-ant.html Met een vriendelijke groet, Ernst de Haan PensioenPag

[ANN] OptiPNG task

2009-09-08 Thread Ernst de Haan
here: http://github.com/znerd/optipng-ant-task/ The current version is v0.2, released today. If you have any issues or want to request an enhancement, please go to: http://github.com/znerd/optipng-ant-task/issues Kind regards, Ernst de Haan PensioenPage B.V. www.pensioenpage.com

Re: Proposal for improving Ant output (post-1.7)

2009-09-03 Thread Ernst de Haan
Michael Ludwig-4 wrote: > > I don't adhere to the UNIX philosophy that a tool should produce no > output if it has nothing interesting to report. A tool such as Ant > should definitely report what it is doing. > Agreed. Ant should give an indication of what it is about to do and/or what is has

Proposal for improving Ant output (post-1.7)

2009-09-03 Thread Ernst de Haan
d and you wish you would have passed -verbose in the first place? And what do you think of the suggested changes? Kind regards, Ernst de Haan PensioenPage B.V. www.pensioenpage.com - To unsubscribe, e-mail: user-uns

[ANN] Ant task for converting .less (LessCSS) to regular CSS

2009-08-26 Thread Ernst de Haan
.org/ For more information on LessPHP, see: http://leafo.net/lessphp/ Check out the README file for instructions and suggestions. Kind regards, Ernst de Haan PensioenPage B.V. www.pensioenpage.com

Re:hostname

2005-10-26 Thread Ernst de Haan
n: http://prdownloads.sourceforge.net/xins/xins-1.3.0-beta4.tgz?download Here's an example of how to use it: This will stick it in the property named "hostname". Regards, Ernst de Haan - To unsubscribe, e-mail:

versus -lib for s: Official statement?

2004-01-13 Thread Ernst de Haan
IMHO an Ant buildfile should always be able to instruct Ant with regard to the CLASSPATH to use for s. What I mean is that if a task (like ) needs a certain CLASSPATH, then the writer of the Ant build script should be able to specify where the necessary classes can be found (the junit.jar file