Help with uptodate

2011-11-13 Thread Kelvin Chung
I'm trying to use ant to manage a group of zip files that must be kept up to date. Suppose I have a folder full of files, and I have a bunch of targets that puts different subsets of those files in a zip file. Like so: … … …

Re: help with uptodate and hibernate doclet

2007-11-20 Thread David Weintraub
The problem with uptodate is that it can only have a single "target" file to check against. Look at the AntContrib's task. The task can take more than a single target, and (as an added bonus), it can define the tasks to run if an outofdate condition is detected. No more setting a property then h

Re: help with uptodate and hibernate doclet

2007-11-20 Thread Steve Loughran
Dimitris Mouchritsas wrote: Hi folks, I'm trying to create a condition task so as not to run a hibernatedoclet target. The problem is the target does not produce .hbm.xml files for all the classes. So for example if we have 3 classes in the src dir say, User.java, Account.java, Login.java the res

help with uptodate and hibernate doclet

2007-11-20 Thread Dimitris Mouchritsas
Hi folks, I'm trying to create a condition task so as not to run a hibernatedoclet target. The problem is the target does not produce .hbm.xml files for all the classes. So for example if we have 3 classes in the src dir say, User.java, Account.java, Login.java the resulting files in the build dir