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
- My What's New in Spring 3.1 Presentation
- Twitter's Open Source Summit: Bootstrap 2.0 Edition
- Refreshing AppFuse's UI with Twitter Bootstrap
- 2011 - A Year in Review
- Upgrading AppFuse to Spring Security 3.1 and Spring 3.1
- What have I been working on at Taleo?
- Our Engaging Trip to Paris and Antwerp
- My HTML5 with Play Scala, CoffeeScript and Jade Presentation from Devoxx 2011
- Deploying Java and Play Framework Apps to the Cloud with James Ward
- PhoneGap for Hybrid App Development