https://issues.apache.org/bugzilla/show_bug.cgi?id=45098
--- Comment #1 from Tobias Schulte <[EMAIL PROTECTED]> 2008-05-29 08:32:08 PST
---
I was not able to attach the build file, so here is the content:
<?xml version="1.0" encoding="iso-8859-1"?>
<project name="JarIndex" default="jar">
<target name="jar">
<jar destfile="fileWithIndex.jar" index="true"/>
<jar destfile="fileWithoutIndex.jar"/>
<jar destfile="fileWithoutIndex.jar" index="true"/>
<jar destfile="fileWithoutIndex2.jar"/>
<touch file="anyfile.txt"/>
<jar destfile="fileWithoutIndex2.jar" index="true" basedir="."
includes="anyfile.txt"/>
</target>
</project>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.