--- Baz <[EMAIL PROTECTED]> wrote:
> If subdirectory A depends on the classes from
> subdirectory B, then how can
> I
> use ant to do it?
Maybe you want to go up a level, make A and B
subprojects of some "AB" project, then have A depend
on B at that level, using .
-Matt
_
All,
I try to look for an answer and have not heard anything back, so here I go
again... Please help.
What is the correct way to do the followings?
If subdirectory A depends on the classes from subdirectory B, then how can
I
use ant to do it? The build.xml in src directory is building B then A