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





------- Additional Comments From [EMAIL PROTECTED]  2005-03-18 10:10 -------
I'm sorry but I don't think this is a duplicate of 12511.
I checked with Ant 1.6.1 on Windows 2000 SP4 and I still found the same behavior
as described in my initial post.

If you do:

<concat append="yes" destfile="a.txt" fixlastline="yes">
  <fileset file="b.txt"/>
</concat>

with a.txt:
Line1
and b.txt:
Line2
both files not terminated with new line. You will get a.txt:
Line1Line2
after running this task but it should be a.txt:
Line1
Line2
or am I missing something?

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