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

           Summary: tar task fails to create archive from tarfileset
           Product: Ant
           Version: 1.7.0
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


When calling the tar task like this

  <target name="tgz">
      <tar destfile="${build}/release.tgz">
          <fileset dir="src/site"/>
          <tarfileset src="src/release.tgz"/>
      </tar>
  </target>

I get an error:

Problem creating TAR: request to write '0' bytes exceeds size in header of '-1'
bytes for entry ''

A just slightly different built source tgz also gives the error:

 problem reading /.../src/release.tgz

For reference the problematic tgz archives are attached.

-- 
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