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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14586

jar update does not work

           Summary: jar update does not work
           Product: Ant
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build Process
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In my build file I use the update="yes" option for the jar task like this:

<target name="addprops" depends="delete-classes">
        <jar jarfile="${ext.dir}\${jarname}" basedir="${list.dir}" update="yes">
                <include name="*.properties"/>
        </jar>
        <jar jarfile="${ext.dir}\${jarname}" basedir="${src.dir}/${view.dir}" 
update="yes">
                <include name="*.properties"/>
        </jar>
</target>

The jarfile has been created earlier in the buildscript. When using version 
1.4.1 of ant this worked fine and the .properties files are added to the jar. 
When using 1.5.1, this does not work anymore.

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

Reply via email to