===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
Sat Jan 3 17:42:11 GMT 2004
===========================================================================
HERE ARE THE LAST 100 LINES OF THE LOG:
===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
== Executing 'most' in module 'remoting'...
==
_buildmagic:init:
configure:
xdoclet-task-classpath-check:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/remoting/output/gen-src
(XDocletMain.start 45 ) Running <mbeaninterface/>
(TemplateSubTask.engineStarted 788 ) Generating output for
'org.jboss.remoting.ClientInvokerAdapter' using template file
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet/xdoclet/lib/xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted 788 ) Generating output for
'org.jboss.remoting.ServerInterceptorChain' using template file
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet/xdoclet/lib/xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted 788 ) Generating output for
'org.jboss.remoting.transport.Connector' using template file
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet/xdoclet/lib/xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(XDocletMain.start 45 ) Running <jbossxmbean/>
(TemplateSubTask.engineStarted 788 ) Generating output for
'org.jboss.remoting.ClientInvokerAdapter' using template file
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet/xdoclet/lib/xdoclet-jboss-module-jb3.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
(TemplateSubTask.engineStarted 788 ) Generating output for
'org.jboss.remoting.ServerInterceptorChain' using template file
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet/xdoclet/lib/xdoclet-jboss-module-jb3.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
(TemplateSubTask.engineStarted 788 ) Generating output for
'org.jboss.remoting.transport.Connector' using template file
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet/xdoclet/lib/xdoclet-jboss-module-jb3.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
INFO: Some classes refer to other classes that were not found among the sources or
on the classpath.
(Perhaps the referred class doesn't exist? Hasn't been generated yet?)
The referring classes do not import any fully qualified classes matching
these classes.
However, since no packages are imported, xjavadoc has assumed that the
referred classes
belong to the same package as the referring class. The classes are:
/home/jbossci/jbossci2/jboss-head/remoting/src/main/org/jboss/remoting/transport/Connector.java
--> ConnectorMBean qualified to org.jboss.remoting.transport.ConnectorMBean
compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/remoting/output/classes
[javac] Compiling 114 source files to
/home/jbossci/jbossci2/jboss-head/remoting/output/classes
/home/jbossci/jbossci2/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:18:
package org.jnp.interfaces does not exist
import org.jnp.interfaces.NamingContextFactory;
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:19:
package org.jnp.server does not exist
import org.jnp.server.Main;
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTest.java:15:
package org.jnp.server does not exist
import org.jnp.server.Main;
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTest2.java:15:
package org.jnp.server does not exist
import org.jnp.server.Main;
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTestCase.java:13:
package org.jnp.server does not exist
import org.jnp.server.Main;
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:364:
cannot resolve symbol
symbol : class Main
location: class org.jboss.remoting.detection.jndi.JNDIDetector
Main server = new Main();
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:364:
cannot resolve symbol
symbol : class Main
location: class org.jboss.remoting.detection.jndi.JNDIDetector
Main server = new Main();
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:369:
cannot resolve symbol
symbol : class NamingContextFactory
location: class org.jboss.remoting.detection.jndi.JNDIDetector
contextFactory = NamingContextFactory.class.getName();
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTest.java:58:
cannot resolve symbol
symbol : class Main
location: class test.detection.jndi.JNDIDetectorTest
Main JNDIServer = new Main();
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTest.java:58:
cannot resolve symbol
symbol : class Main
location: class test.detection.jndi.JNDIDetectorTest
Main JNDIServer = new Main();
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTestCase.java:74:
cannot resolve symbol
symbol : class Main
location: class test.detection.jndi.JNDIDetectorTestCase
Main JNDIServer = new Main();
^
/home/jbossci/jbossci2/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTestCase.java:74:
cannot resolve symbol
symbol : class Main
location: class test.detection.jndi.JNDIDetectorTestCase
Main JNDIServer = new Main();
^
12 errors
2 warnings
BUILD FAILED
file:/home/jbossci/jbossci2/jboss-head/remoting/build.xml:216: Compile failed; see the
compiler error output for details.
Total time: 1 minute 10 seconds
===========================================================================
Sat Jan 3 17:42:11 GMT 2004
===========================================================================
Linux nog.kimptoc.net 2.4.20-27.7 #1 Thu Dec 11 15:04:48 EST 2003 i686 unknown
===========================================================================
java -version
java version "1.4.2_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development