Hello all,

Following the advice of the Manning book "Java Development with Ant,"
I'm creating a master build file and several "sub-projects," each with
their own stand-alone build file.  My directory structure looks like
this:

/project/
    /sub1/
        /src
        /dist
        /etc
    /sub2/
        /src
        /dist
        /etc
    /sub3/
        /src
        /dist
        /etc

and so forth.  My question is this:  If my sub3 project depends on code
generated from the sub2 project (whose output goes to
/project/sub2/dist/foo.jar), what's the "right" way to include foo.jar
in the classpath for sub3 ?

Thanks in advance,
Charlie

Reply via email to