Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Question about task concat (seq. control + cvs(window) issue)

Question about task concat (seq. control + cvs(window) issue)

2003-03-06       - By Chris Chang
Reply:     1     2  

Folks,

Any way to concat several files according to a particular sequence (e.g.
timestamp, filename, etc.)?
In addition, I have 2 files which checked into cvs via window, however,
after the cvs export and concat task (via linux this time), two files were
concatenated into a single line as follow:

<!--
file 1
-->
line 1 of file 1

<!--
file 2
-->
line 1 of file 2

<!--
concat file
-->
line 1 of file 1line 1 of file 2

Any idea?

Thanks in advance!

Chris


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.