Wednesday April 02, 2003
Bug in Ant 1.5.2? I found out the hard way that there might be a bug in Ant 1.5.2. I'm running the following task as part of appfuse - and it generates a appfuse.zip file, and it's the correct size, but there's nothing in it. I reverted back to Ant 1.5.1 and everything worked fine.
<zip zipfile="${archive.target}.zip">
<zipfileset prefix="${webapp.name}" dir="${basedir}">
<patternset id="srcfiles">
<include name="**"/>
<exclude name="build.properties"/>
<exclude name="database.properties"/>
<exclude name="*.log"/>
<exclude name="*/**.java.txt"/>
<exclude name="${dist.dir}/**"/>
<exclude name="${build.dir}/**"/>
</patternset>
</zipfileset>
</zip>
This particular problem happened with Cygwin on Windows 2000 using JDK 1.4.1_01.
Posted in Java
at Apr 02 2003, 04:59:15 PM MST
Add a Comment
Comments:
Search This Site
Recent Entries
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial