ant 1.2, jdk1.3, copy

2001-02-26 Thread Peter Alfors
Hello all, I am new to the list, and hope that you can help. I checked the archives, but did not see anything about this. I am using Ant 1.2, JDK 1.3, and and attempting to use the EXEC task to perform a file copy. In JDK1.2.2, everything worked fine. However, now that I have switched to

Re: ant 1.2, jdk1.3, copy

2001-02-26 Thread Peter Alfors
xe" arg value="/C"/ arg value="copy"/ arg value="fromfile"/ arg value="tofile"/ /exec /target But don't ever use it. You're breaking crossplatform compatibility by abusing the exec task. Avoid it if you can.

Re: ant 1.2, jdk1.3, copy

2001-02-26 Thread Peter Alfors
thanks... I will definitely convert to that when it is released. Pete Conor MacNeill wrote: Peter, There will be a concat task added after the 1.3 release. Conor -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 27 February 2001 5:58