I have the following scenario:

 <target name="makejar">
  <jar jarfile="archive.jar">
   <fileset dir="classes" excludes="**/*Test*"/>
   <zipfileset excludes="META-INF/*,**/*Test*" src="util.jar"/>
  </jar>
 </target>

If I change util.jar (both in size and timestamp) archive.jar doesn't get
recreated, as if it was up to date.
Is this normal behavior or should it be considered a bug?

Thanks for your help.

Reply via email to