RE: read file names from a directory and write this list in a file?

2003-01-13 Thread Benoit Voisin
fileprops.0.dir=... fileprops.0.size=100 fileprops.0.lastModifiedDate=1/1/2002 (maybe configurable via SimpleDateFormat-Pattern ...) Have fun to write and don´t forget to contribute :-) Jan Matèrne -Ursprüngliche Nachricht----- Von: Benoit Voisin [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 1

RE: "finally" task, listener problem

2002-12-19 Thread Benoit Voisin
I cannot answer your problem, but if someone goes in the ant code to correct anything, I would find very usefull that the "Build Successfull in XX seconds" also contained a date/time. If I have time and other find it usefull I will probably try to submit a patch on that. Benoit -Original Mess

RE: Having a file list

2002-12-19 Thread Benoit Voisin
fileprops.0.lastModifiedDate=1/1/2002 (maybe configurable via SimpleDateFormat-Pattern ...) Have fun to write and don´t forget to contribute :-) Jan Matèrne -Ursprüngliche Nachricht- Von: Benoit Voisin [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 19. Dezember 2002 17:29 An: 

RE: Having a file list

2002-12-19 Thread Benoit Voisin
-) Jan Matèrne -Ursprüngliche Nachricht----- Von: Benoit Voisin [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 19. Dezember 2002 16:47 An: 'Ant Users List' Betreff: Having a file list Hi all, I am willing to have a list of files contains in a fileset, basically like a d

Having a file list

2002-12-19 Thread Benoit Voisin
Hi all, I am willing to have a list of files contains in a fileset, basically like a dir/s will do under windows. Does anyone know about such a task. It should be too hard to implement, but if it already exists... Thanks, Benoit -- To unsubscribe, e-mail: For additio

RE: Localhost name

2002-12-12 Thread Benoit Voisin
Use , Benoit -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED]] Sent: 12. december 2002 17:45 To: Ant Users List Subject: Re: Localhost name How about for Linux: OK, now you tell me how I can echo the content of a classpath I just compiled, for debug purposes? Th

RE: Iteration on XML data

2002-12-10 Thread Benoit Voisin
When I have some properties to read from an XML document I usually use an XSLT to pre-transform it simple java properties file. It works very nicely. It is very easy to select the data you need in the XSLT and then it is very easy to read it inside Ant. You could very easily do a for-each in XSLT

RE: Antcall and undefined parameters

2002-12-09 Thread Benoit Voisin
I do not know any direct way, but since no one replied I believe there is no easy direct way. I thought of two inderect ways. Using the ant-contrib : [...] ... or using a "pre-task": [...] Cou

RE: Antwort: Re: Antwort: Re: condition for exec task

2002-11-26 Thread Benoit Voisin
What about generating a flag file after you generate the idls. It's not perfect but it works. Just remember to delete the flag file if you delete any idl. You can then use this flag file has your targetfile in the uptodate task. (or ) [...] //Benoit -Original Message- From:

RE: condition for exec task

2002-11-26 Thread Benoit Voisin
There is also the ant-contrib's task, although I personnaly prefer the use of a 'depended' check target and the if attribute to do this. By the way, for Ant developpers: are the tasks in ant-contrib supposed to be integrated in Ant's future versions ? //Benoit -Original Message- From: S

RE: How to strip 'assert' statements

2002-11-26 Thread Benoit Voisin
maybe replaceregexp can help you remove the assert statements (Optional task I think) //Benoit -Original Message- From: Beton, Richard [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 12:31 To: [EMAIL PROTECTED] Subject: How to strip 'assert' statements Hi all, I have been seeking a wa