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 files from the second directory if they are present there,
but takes them from the first directory if they are not present? Thanks
in advance for your help.

 

Regards,

David Alves

Reply via email to