>
>
>
Translation:
if ( buildresults == "failed" ) {
buildfailed = true;
}
// otherwise 'buildfailed' is not set
>
>
>
public target buildresults() {
// unless clause
if ( buildfailed != null ) {
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
---
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 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]