You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/01/21 16:43:49 UTC

DO NOT REPLY [Bug 26312] New: - concat changes binary files

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

concat changes binary files

           Summary: concat changes binary files
           Product: Ant
           Version: 1.6.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: tmbg@mindspring.com


Hello,
I am attempting to concat a shell script and a tgz file but here is the 
problem, the gzip file is corrupted after the concat (I have tested the gz file 
from before the concat it is fine. In particular when I do a od -x I see things 
like an 8f -> 3f ... (many thousands like that) I am wondering if it may have 
to do w/ the encoding? 
Here is my concat block:

      <concat destfile="${dist}/${websearch}_${version}.bin">
         <filelist dir="${dist}" files="install.pl"/>
         <filelist dir="${dist}" files="${websearch}.${version}.tar.gz"/>
      </concat>

Am I missing something?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org