Frank W. Zammetti wrote:
Hi again,
This did the trick, almost... there was one other piece to the puzzle...
I had to add inheritRefs="true" to all the targets I antcall'd. So, my
main build target looks like:
<target name="build">
<get_dependencies />
<antcall target="compile" inheritRefs="true" />
<antcall target="make_javadocs" inheritRefs="true" />
<antcall target="checkstyle" inheritRefs="true" />
</target>
why do you structure your build process this way. Surely it is easier
for each target to declare their dependencies and let the runtime work
it out for themselves.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]