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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to