These classes are built in the test
module. So you will have to build this before calling testsuite/build.xml’s
–projecthelp. I believe the loaderref is just a reference
to a shared classloader. From ant docs “Use this to
allow multiple tasks/types to be loaded with the same loader, so they can call
each other.” It is defined
upon first usage. From: In one workspace I just updated, I can't run a simple
-projecthelp due to [EMAIL PROTECTED] testsuite]$ ant -projecthelp I can't find where the server.loader loaderref for the
associated taskdef is defined. Another clean checkout works fine, but I still
can't find where the server.loader is defined there either. |