Re: filename collisions when compiling

2007-06-27 Thread Wayne Cannon
ng existing files, then compile from the temp directory. Ben -Original Message- From: David Alves [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 2:18 PM To: Ant Users List Subject: filename collisions when compiling I have two directories of source files that I want to compile

Re: filename collisions when compiling

2007-06-27 Thread Wayne Cannon
temp directory. Ben -Original Message- From: David Alves [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 2:18 PM To: Ant Users List Subject: filename collisions when compiling I have two directories of source files that I want to compile. One of them has A.java B.java C.java

Re: filename collisions when compiling

2007-06-27 Thread Tommy Nordgren
On 27 jun 2007, at 20.17, David Alves wrote: I have two directories of source files that I want to compile. One of them has A.java B.java C.java the other one has A.java The version of A in the second directory is different from the version in the first directory. Is there set up my

RE: filename collisions when compiling

2007-06-27 Thread Burgess, Benjamin
Message- From: David Alves [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 2:18 PM To: Ant Users List Subject: filename collisions when compiling I have two directories of source files that I want to compile. One of them has A.java B.java C.java the other one has A.java

filename collisions when compiling

2007-06-27 Thread David Alves
I have two directories of source files that I want to compile. One of them has A.java B.java C.java the other one has A.java The version of A in the second directory is different from the version in the first directory. Is there set up my javac task so that it always takes source f