Exactly what are you attempting to do?
You need a comparison to see whether a file is up to date. For
example, a *.class file should be newer than the corresponding *.java
file.
There are two mechanisms that can do this. You can use either the
standard task or the AntContrib task:
In the stand
Hi All,
How to list the files updated?
I mean if i want to check the file is updated or not how to do it with ant?,
i remember some time back seeing something like if="updated" may be i'm
wrong...
Please help me if any one knows how to do it
Well, that's the default behavior, assuming you have a single
stylesheet and feed a to . --DD
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello,
I'm working with eclipse, i would like to proccess with the xslt
processor only the xml files that have been updated (or created) since
the last ant build.
how can i make that?
-
To unsubscribe, e-mail: [EMAIL PROTECTE