===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
Thu Mar 4 21:24:37 GMT 2004
===========================================================================
HERE ARE THE LAST 100 LINES OF THE LOG:
===========================================================================
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===========================================================================
===========================================================================
/home/jbossci/jbossci2/jboss-head/management/src/main/org/jboss/management/j2ee/WebModule.java
--> WebModuleMBean qualified to org.jboss.management.j2ee.WebModuleMBean
/home/jbossci/jbossci2/jboss-head/management/src/main/org/jboss/management/j2ee/cluster/HAManagementService.java
--> HAManagementServiceMBean qualified to
org.jboss.management.j2ee.cluster.HAManagementServiceMBean
/home/jbossci/jbossci2/jboss-head/management/src/main/org/jboss/management/mejb/JMSNotificationListener.java
--> JMSNotificationListenerMBean qualified to
org.jboss.management.mejb.JMSNotificationListenerMBean
/home/jbossci/jbossci2/jboss-head/management/src/main/org/jboss/management/mejb/PollingNotificationListener.java
--> PollingNotificationListenerMBean qualified to
org.jboss.management.mejb.PollingNotificationListenerMBean
/home/jbossci/jbossci2/jboss-head/management/src/main/org/jboss/management/mejb/RMINotificationListener.java
--> RMINotificationListenerMBean qualified to
org.jboss.management.mejb.RMINotificationListenerMBean
(XDocletMain.start 45 ) Running <remoteinterface/>
Generating Remote interface for 'org.jboss.management.mejb.ManagementBean'.
(XDocletMain.start 45 ) Running <session/>
Generating Session class for 'org.jboss.management.mejb.ManagementBean'.
(XDocletMain.start 45 ) Running <deploymentdescriptor/>
Generating EJB deployment descriptor (ejb-jar.xml).
(XDocletMain.start 45 ) Running <jboss/>
Generating jboss.xml.
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/management/src/main/org/jboss/management/j2ee/J2EEManagedObject.java
--> J2EEManagedObjectMBean qualified to
org.jboss.management.j2ee.J2EEManagedObjectMBean
/home/jbossci/jbossci2/jboss-head/management/src/main/org/jboss/management/j2ee/J2EEDomain.java
--> J2EEDomainMBean qualified to org.jboss.management.j2ee.J2EEDomainMBean
[javac] Compiling 168 source files to
/home/jbossci/jbossci2/jboss-head/management/output/classes
3 warnings
compile-rmi:
[rmic] RMI Compiling 1 class to
/home/jbossci/jbossci2/jboss-head/management/output/classes
compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/management/output/etc
[copy] Copying 2 files to /home/jbossci/jbossci2/jboss-head/management/output/etc
compile:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/management/output/lib
[jar] Building jar:
/home/jbossci/jbossci2/jboss-head/management/output/lib/jboss-jsr77.jar
[jar] Building jar:
/home/jbossci/jbossci2/jboss-head/management/output/lib/jboss-jsr77-client.jar
[jar] Building jar:
/home/jbossci/jbossci2/jboss-head/management/output/lib/jboss-management.jar
[jar] Building jar:
/home/jbossci/jbossci2/jboss-head/management/output/lib/ejb-management.jar
[touch] Creating /home/jbossci/jbossci2/jboss-head/management/output/build-marker
most:
==
== Finished with 'most' in module 'management'.
======================================================================
_module-management-most:
[copy] Copying 2 files to
/home/jbossci/jbossci2/jboss-head/build/output/testbuild/lib
[copy] Copying 1 file to
/home/jbossci/jbossci2/jboss-head/build/output/testbuild/docs/examples/jmx
[copy] Copying 1 file to
/home/jbossci/jbossci2/jboss-head/build/output/testbuild/client
======================================================================
== Executing 'most' in module 'tomcat'...
==
_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-classes:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/tomcat/output/classes
[javac] Compiling 44 source files to
/home/jbossci/jbossci2/jboss-head/tomcat/output/classes
/home/jbossci/jbossci2/jboss-head/tomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.java:36:
cannot resolve symbol
symbol : class ConcurrentReaderHashMap
location: package concurrent
import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap;
^
/home/jbossci/jbossci2/jboss-head/tomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.java:68:
cannot resolve symbol
symbol : class ConcurrentReaderHashMap
location: class org.jboss.web.tomcat.security.JBossSecurityMgrRealm
private ConcurrentReaderHashMap userPrincipalMap = new ConcurrentReaderHashMap();
^
/home/jbossci/jbossci2/jboss-head/tomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.java:68:
cannot resolve symbol
symbol : class ConcurrentReaderHashMap
location: class org.jboss.web.tomcat.security.JBossSecurityMgrRealm
private ConcurrentReaderHashMap userPrincipalMap = new ConcurrentReaderHashMap();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
3 errors
BUILD FAILED
file:/home/jbossci/jbossci2/jboss-head/tomcat/build.xml:162: Compile failed; see the
compiler error output for details.
Total time: 7 minutes 28 seconds
===========================================================================
Thu Mar 4 21:24:37 GMT 2004
===========================================================================
Linux nog.kimptoc.net 2.4.20-28.7 #1 Thu Dec 18 11:31:59 EST 2003 i686 unknown
===========================================================================
java -version
java version "1.3.1_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_10-b03)
Java HotSpot(TM) Client VM (build 1.3.1_10-b03, mixed mode)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development