Re: updated files

2008-01-07 Thread David Weintraub
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

updated files

2008-01-07 Thread I am Who i am
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

Re: Build only the updated files

2005-09-09 Thread Dominique Devienne
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]

Build only the updated files

2005-09-09 Thread Ana Gaspar Martínez
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