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=39617>.
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=39617

           Summary: Tar does not append
           Product: Ant
           Version: 1.6.5
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I have a script that create a tar file using the ant tar task, then another
script appends to the tar file but nothing gets appended to the file and I get a
message saying "nothing to do <archiveName> is up to date".

Here is an example of a script that exhibit the problem.
<project default="name">
    <target name="name" description="--> description">
        <tar destfile="d:/tmp/testOutputFormat/f.tar" >
          <tarfileset file="d:/tmp/productBuild.zip"
fullpath="foo/productBuild.zip" /> 
          </tar>
        <tar destfile="d:/tmp/testOutputFormat/f.tar" >
          <tarfileset file="d:/tmp/test.psf" fullpath="foo/test.psf" /> 
          </tar>
    </target>

</project>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to