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
- Developing Rich Web Service APIs with Java
- C++, Java and .NET: Lessons Learned from the Internet Age
- Highly Interactive Software with Java and Flex
- The Cloud Computing Continuum with Bob McWhirter
- Software Quality: The Quest for the Holy Grail?
- What's Happening in the Java World?
- Fantastic Fun in Jackson Hole
- How We Hired a Team of 10 in 2 Months
- Jack's Skiing Like A Madman!
- My Future of Web Frameworks Presentation