https://issues.apache.org/bugzilla/show_bug.cgi?id=47373
--- Comment #6 from Jesse Glick <[email protected]> 2009-06-18 09:23:35 PST --- Both issues you mention could be solved, again at the expense of a more cumbersome script (but doable using Ant 1.7.1), by running the final <zip> from a dir reserved for this purpose: 1. For <jar> etc., create the JAR as usual, then <unzip> to a new dir, <touch>, <zip>. 2. If only using <zip> but the archive contains classes from <javac> or other tasks which do up-to-date checks based on timestamp, then compile as usual, then <copy> to a new dir, touch, <zip>. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
