RE: how to call "ant -projecthelp" from ant target

2005-02-09 Thread Michael Pelz Sherman
Thanks, that worked like a charm! :-) "Murray, Mike" <[EMAIL PROTECTED]> wrote: -Original Message- From: Michael Pelz Sherman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 3:04 PM To: user@ant.apache.org Subject: how t

RE: how to call "ant -projecthelp" from ant target

2005-02-09 Thread Dominique Devienne
> -Original Message- > From: Michael Pelz Sherman [mailto:[EMAIL PROTECTED] > I'd like to define a (default) ant target that calls "ant -projecthelp" to > list the targets & descriptions in my project. Now you can do just -p. --DD

RE: how to call "ant -projecthelp" from ant target

2005-02-09 Thread Murray, Mike
-Original Message- From: Michael Pelz Sherman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 3:04 PM To: user@ant.apache.org Subject: how to call "ant -projecthelp" from ant target Hi, I'd like to define a (default) ant

how to call "ant -projecthelp" from ant target

2005-02-09 Thread Michael Pelz Sherman
Hi, I'd like to define a (default) ant target that calls "ant -projecthelp" to list the targets & descriptions in my project. I'm having trouble doing this. Can anyone provide the solution? Many Thanks! - Michael

Re: AW: How to convert commas into spaces

2005-02-09 Thread Ninju Bohra
It works... I never doubted your skill [EMAIL PROTECTED] regardless of what -nat says [EMAIL PROTECTED] wrote:AntContrib: propertyregexp match: ',' replace: ' ' flags: g Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 9. Februar 2005

Re: AW: How can I set last modified date in html files using ant?

2005-02-09 Thread Nat Gross
[EMAIL PROTECTED] wrote: Hhmm - not easy ... 1) "iterate" over a fileset 2) check the date for each time 3) modify the files content hmm - maybe (pseudo code): 01: 02: 03: 04: 05: importClass(Package.java.io.File); 06: f = new File("@{file}"); 07:

AW: How to convert commas into spaces

2005-02-09 Thread Jan . Materne
AntContrib: propertyregexp match: ',' replace:' ' flags: g Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 9. Februar 2005 16:35 > An: Ant Users Group > Betreff: How to convert commas into spaces > > Hey Guys (and gals), >

How to convert commas into spaces

2005-02-09 Thread Ninju Bohra
Hey Guys (and gals), I have this property with a comma delimited list of values (file names) and I need to create another property (let's call it sql.file.names.spaced) with the same set of text but with the commas replaced with spaces. Any regex experts out there... or any other ANT

Re: A project for GUI input ?

2005-02-09 Thread Ninju Bohra
It was the antigen project on sourceforge http://antigen.sourceforge.net/ --- Yves Martin <[EMAIL PROTECTED]> wrote: > >Hello, > > Somebody announced here a project that provides a > kind of 'input' tasks but > with graphical interface. > > Can you remember me the name and the URL of t

Ant, and user input in Java

2005-02-09 Thread Jon Pearse
Hi, I'm using ant to compile and then run a Java application which takes user input from the command line via System.in. In my build.xml file: classpath="${basedir}/installer/*.class" fork="true"/> However, it appears that ant is holding onto System.in, so when my application attempts to

A project for GUI input ?

2005-02-09 Thread Yves Martin
Hello, Somebody announced here a project that provides a kind of 'input' tasks but with graphical interface. Can you remember me the name and the URL of that project ? Thank you in advance. Regards -- Yves Martin - T