AW: Checking a property with ant

2008-01-27 Thread Jan.Materne
> > > Translation: if ( buildresults == "failed" ) { buildfailed = true; } // otherwise 'buildfailed' is not set > > > public target buildresults() { // unless clause if ( buildfailed != null ) {

Re: How to set a property to the modification time of a file

2008-01-27 Thread Dale Anson
See the FileUtils task in the Antelope project: http://antelope.tigris.org/nonav/docs/manual/bk03ch12.html Hope this helps, Dale Kruszewski Marek wrote: How to set in an ant-task a property to the modification time of a file? - Marek ---

Re: How to set a property to the modification time of a file

2008-01-27 Thread Scot P. Floess
Marek: I just quickly looked through the Ant docs to see if something jumped out - I didn't readily see anything. However, perhaps you could use beanshell or some other scripting technique? For example, http://keros.sourceforge.net/keros-environment"; >

How to set a property to the modification time of a file

2008-01-27 Thread Kruszewski Marek
How to set in an ant-task a property to the modification time of a file? - Marek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]