Yasothamani wrote:
In our project we are having two versions (project 1.x and 2.x)
For java compilation we are using Ant 1.6.5. The directory structure and java file names are same in both versions of the project.
Project 2.x is having some changes which are not available in project 1.x.
When we are compiling Project 2.x alone then there is no problem with the class file generated, whereas if we compiled project 1.x and then project 2.x then the classes directory is having the class files of project 1.x.
Java version is 1.5.0_06.
Attached is the build.xml (same for both projects) for the reference.


Are you trying to compile both projects into the same classes directory?

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to