On Mon, 23 Jun 2003, Rob Leland <[EMAIL PROTECTED]> wrote:

> I should have added that the struts build.xml file uses an <ant >
> target, to call another build file first.

No real problem, many other build files do so as well.

What you probably need is an additional <work> to point to the
compiled classes of that "subbuild" in order to get them on the
classpath (if you need them during later compilations or tests, that
is).

Or you can do it correctly, see below 8-)

> I had originally tried to define a second project but wasn't
> sucessfull in telling the struts-core that it's dependancy on
> struts-legacy.jar could be satisfied from the previously built
> project.

What has been the problem?

Christopher Lenz has explained on struts-dev what would have been the
correct approach IMHO.  Create two <project>s in the Struts Gump
descriptor, one for -legacy and make jakarta-struts depend on -legacy.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to