RE: task depends on file changes...

2003-03-11 Thread Dominique Devienne
See and/or in Ant proper. See also which was discussed very recently on [EMAIL PROTECTED] and was just committed to Ant-contrib's (on sf.net) CVS HEAD. Finally, see also submitted to Ant's BugZilla DB which you might want to adapt to work with Castor instead of Jaxb. --DD -Original Message

Re: task depends on file changes...

2003-03-11 Thread Stefan Bodewig
On 11 Mar 2003, Pedro Salazar <[EMAIL PROTECTED]> wrote: > I would like to know if is it possible make the execution of a task > depends on the changes of a specific non java file, XML for > instance? Set a property with and put your task into a target that has an unless attribute referencing th