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=41399>.
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=41399
Summary: concat task doesn't append for binary files
Product: Ant
Version: 1.6.5
Platform: Other
OS/Version: Windows Server 2003
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: craquerpro@yahoo.es
Hi,
I call repeatedlyu this task in a Ant build.xml script:
<concat append="yes" binary="yes" destfile="A">
<filelist dir="tmp" files="B"/>
</concat>
I expect the A file to be appended with the contents of B.
What I get is that A file is overwritten with the contents of A.
If I remove the binary attribute it works ok, i.e., it appends content instead
of replacing it.
--
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|