>I have a requirement to add my jars to a jar file that is contained in
an
>ear file. Is there a way to do this without exploding the ear file.
There is
>a update flag to the jar target, can this work with nested jars?
Not with a released version. But the trunk supports that.
Here the example from
It depends on what you think of "incremental compilation".
- differences in the number of files are compiled
- differences inside files are not recognized: the whole file will be
recompiled.
But these is not Ant specific - this is based on the underlying compiler,
usually the one from the JDK.
I