| compilation dependency from one subdirectory to another? | compilation dependency from one subdirectory to another? 2004-01-20 - By barry@(protected)
Hi all,
What is the correct way to do the followings?
If module A depends on the classes from module B, then how can I use ant to do it? The build.xml in src directory is building B then A. So thats not a problem. But I would like to be able to go to A directory and build B if B is not built.
Directory structure
src/ build.xml A/ build.xml B/ build.xml
Thank you.
B
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |