DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31730>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31730

ZIP and JAR no longer include empty directories in V 1.6.2

           Summary: ZIP and JAR no longer include empty directories in V
                    1.6.2
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


ZIP and JAR no longer include empty directories in V 1.6.2

Below is my target. I started using 1.5.1 of ANT and have updates many times 
and now I am running 1.6.2 (with java 1.3.1_12)

In this new version of ANT my deployment is failing because the empty 
directories are missing. 

regards
Kris


  <target name="package-rel" depends="init">
    <jar destfile="${root.dir}/${release.version}.jar"
         basedir="${root.dir}/${release.version}"/>
  </target>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to