Posted By:
mrdoubt_solution
Posted On:
Wednesday, April 19, 2006 05:52 PM
I want to develop a build.xml file and make file in UNIX
lets say dir's A, B, C
1. I want to compile the only .java files which r modified.
2. i want to make a make file so that > make A should do compilation of .java files in only A dir.
Thanks in advance
regards