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: Scott M Stark
Sent: Sunday, March 12, 2006 4:07 PM
To: jboss-development@lists.sourceforge.net; '[EMAIL PROTECTED]'
Subject: Where is server.loader defined?

 

In one workspace I just updated, I can't run a simple -projecthelp due to

 

[EMAIL PROTECTED] testsuite]$ ant -projecthelp
Buildfile: build.xml
Overriding previous definition of reference to xdoclet.task.classpath
C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\build.xml:468: The following error occurred while executing this line:
C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\imports\server-config.xml:45: taskdef class org.jboss.ant.taskdefs.server.ConfigManagerTask cannot be found

 

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.

 

Reply via email to