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:
…
…
…
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
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
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