Hello,
I come across the same issue twice - the federated build skips fetching
dependencies for jdktools.
I mean I did a build just by simple 'ant' command from the root directory of
federated workspace:
/tmp/trunk $ pwd
/tmp/trunk
/tmp/trunk $ ls -1
working_classlib/
working_jdktools/
working_vm/
<skipped>
/tmp/trunk $ ant
<skipped>
BUILD FAILED...
<skipped>
And this can be fixed by:
/tmp/trunk $ cd working_jdktools
/tmp/trunk/working_jdktools $ ant fetch-depends
Is it a known issue?
I double check trunk/build.xml - looks like all tags for jdttools's
fetch-depends are in place... So it may be my local issue... That's why I
ask.
--
Vladimir Beliaev
Intel Middleware Products Division