[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-10-01 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
   [javacc] File Token.java does not exist.  Will create one.
   [javacc] File ASCII_CharStream.java does not exist.  Will create one.
   [javacc] Parser generated with 0 errors and 1 warnings.
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/messaging/output/classes
[javac] Compiling 8 source files to 
/home/jbossci/jbossci2/jboss-head/messaging/output/classes

compile-classes:
[javac] Compiling 228 source files to 
/home/jbossci/jbossci2/jboss-head/messaging/output/classes
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java:112:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestinationManager
   BasicQueueParameters parameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java:120:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestinationManager
   public JMSDestinationManager(BasicQueueParameters parameters)
^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestination.java:39:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestination
   BasicQueueParameters parameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestination.java:44:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestination
   JMSDestination(SpyDestination dest, ClientConsumer temporary, JMSDestinationManager 
server, BasicQueueParameters parameters) throws JMSException
   
^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/BasicQueue.java:93:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.BasicQueue
   BasicQueueParameters parameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/BasicQueue.java:106:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.BasicQueue
   public BasicQueue(JMSDestinationManager server, String description, 
BasicQueueParameters parameters)
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationMBeanSupport.java:24:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: package server
import org.jboss.mq.server.BasicQueueParameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationMBeanSupport.java:47:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.jmx.DestinationMBeanSupport
   BasicQueueParameters parameters = new BasicQueueParameters();
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:20:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: package server
import org.jboss.mq.server.BasicQueueParameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:57:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.jmx.DestinationManager
   private BasicQueueParameters tempParameters = new BasicQueueParameters();
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSQueue.java:33:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSQueue
   public JMSQueue(SpyDestination dest, ClientConsumer temporary, 
JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException
   
 ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSTopic.java:41:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSTopic
   public JMSTopic(SpyDestination dest, ClientConsumer temporary, 
JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException
   
 ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/PersistentQueue.java:25:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.PersistentQueue
   public 

Re: [JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-10-01 Thread Adrian Brock
+1 guiness for me

Regards,
Adrian

On Wed, 2003-10-01 at 16:58, Chris Kimpton wrote:
 ===
 ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
 ===
 ===
[javacc] File Token.java does not exist.  Will create one.
[javacc] File ASCII_CharStream.java does not exist.  Will create one.
[javacc] Parser generated with 0 errors and 1 warnings.
 [mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/messaging/output/classes
 [javac] Compiling 8 source files to 
 /home/jbossci/jbossci2/jboss-head/messaging/output/classes
 
 compile-classes:
 [javac] Compiling 228 source files to 
 /home/jbossci/jbossci2/jboss-head/messaging/output/classes
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java:112:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.JMSDestinationManager
BasicQueueParameters parameters;
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java:120:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.JMSDestinationManager
public JMSDestinationManager(BasicQueueParameters parameters)
 ^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestination.java:39:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.JMSDestination
BasicQueueParameters parameters;
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestination.java:44:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.JMSDestination
JMSDestination(SpyDestination dest, ClientConsumer temporary, 
 JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException
  
   ^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/BasicQueue.java:93:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.BasicQueue
BasicQueueParameters parameters;
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/BasicQueue.java:106:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.BasicQueue
public BasicQueue(JMSDestinationManager server, String description, 
 BasicQueueParameters parameters)
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationMBeanSupport.java:24:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: package server
 import org.jboss.mq.server.BasicQueueParameters;
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationMBeanSupport.java:47:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.jmx.DestinationMBeanSupport
BasicQueueParameters parameters = new BasicQueueParameters();
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:20:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: package server
 import org.jboss.mq.server.BasicQueueParameters;
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:57:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.jmx.DestinationManager
private BasicQueueParameters tempParameters = new BasicQueueParameters();
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSQueue.java:33:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.JMSQueue
public JMSQueue(SpyDestination dest, ClientConsumer temporary, 
 JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException
  
^
 /home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSTopic.java:41:
  cannot resolve symbol
 symbol  : class BasicQueueParameters 
 location: class org.jboss.mq.server.JMSTopic
public JMSTopic(SpyDestination dest, ClientConsumer temporary, 
 JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException
  
^
 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-10-01 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
   [javacc] File Token.java does not exist.  Will create one.
   [javacc] File ASCII_CharStream.java does not exist.  Will create one.
   [javacc] Parser generated with 0 errors and 1 warnings.
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/messaging/output/classes
[javac] Compiling 8 source files to 
/home/jbossci/jbossci2/jboss-head/messaging/output/classes

compile-classes:
[javac] Compiling 228 source files to 
/home/jbossci/jbossci2/jboss-head/messaging/output/classes
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java:112:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestinationManager
   BasicQueueParameters parameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestinationManager.java:120:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestinationManager
   public JMSDestinationManager(BasicQueueParameters parameters)
^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestination.java:39:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestination
   BasicQueueParameters parameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSDestination.java:44:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSDestination
   JMSDestination(SpyDestination dest, ClientConsumer temporary, JMSDestinationManager 
server, BasicQueueParameters parameters) throws JMSException
   
^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/BasicQueue.java:93:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.BasicQueue
   BasicQueueParameters parameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/BasicQueue.java:106:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.BasicQueue
   public BasicQueue(JMSDestinationManager server, String description, 
BasicQueueParameters parameters)
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationMBeanSupport.java:24:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: package server
import org.jboss.mq.server.BasicQueueParameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationMBeanSupport.java:47:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.jmx.DestinationMBeanSupport
   BasicQueueParameters parameters = new BasicQueueParameters();
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:20:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: package server
import org.jboss.mq.server.BasicQueueParameters;
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:57:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.jmx.DestinationManager
   private BasicQueueParameters tempParameters = new BasicQueueParameters();
   ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSQueue.java:33:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSQueue
   public JMSQueue(SpyDestination dest, ClientConsumer temporary, 
JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException
   
 ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/JMSTopic.java:41:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.JMSTopic
   public JMSTopic(SpyDestination dest, ClientConsumer temporary, 
JMSDestinationManager server, BasicQueueParameters parameters) throws JMSException
   
 ^
/home/jbossci/jbossci2/jboss-head/messaging/src/main/org/jboss/mq/server/PersistentQueue.java:25:
 cannot resolve symbol
symbol  : class BasicQueueParameters 
location: class org.jboss.mq.server.PersistentQueue
   public 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-09-18 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===

_buildmagic:init:

configure:

init:

_buildmagic:build-bypass-checker:

_buildmagic:build-bypass-notice:

_buildmagic:build-bypass-check:

jars:

_buildmagic:init:

init:

compile-mbean-classes:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/connector/output/gen-src
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.XATxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.TxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.RARDeployment' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossManagedConnectionPool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.BaseConnectionManager2' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossLocalXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.NoTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.RARDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.CachedConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.LocalTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(XDocletMain.start   47  ) Running jbossxmlservicetemplate/
(TemplateSubTask.engineStarted   792 ) Generating output 'null-service.xml' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
(XDocletMain.start   47  ) Running jbossxmbean/
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/connector/src/main/org/jboss/resource/RARDeployer.java
 -- RARDeployerMBean qualified to org.jboss.resource.RARDeployerMBean

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-09-18 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===

_buildmagic:init:

configure:

init:

_buildmagic:build-bypass-checker:

_buildmagic:build-bypass-notice:

_buildmagic:build-bypass-check:

jars:

_buildmagic:init:

init:

compile-mbean-classes:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/connector/output/gen-src
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.XATxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.TxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.RARDeployment' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossManagedConnectionPool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.BaseConnectionManager2' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossLocalXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.NoTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.RARDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.CachedConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.LocalTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(XDocletMain.start   47  ) Running jbossxmlservicetemplate/
(TemplateSubTask.engineStarted   792 ) Generating output 'null-service.xml' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
(XDocletMain.start   47  ) Running jbossxmbean/
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/connector/src/main/org/jboss/resource/RARDeployer.java
 -- RARDeployerMBean qualified to org.jboss.resource.RARDeployerMBean

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-09-18 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===

_buildmagic:init:

configure:

init:

_buildmagic:build-bypass-checker:

_buildmagic:build-bypass-notice:

_buildmagic:build-bypass-check:

jars:

_buildmagic:init:

init:

compile-mbean-classes:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/connector/output/gen-src
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.XATxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.TxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.RARDeployment' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossManagedConnectionPool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.BaseConnectionManager2' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossLocalXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.NoTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.RARDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.CachedConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.LocalTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(XDocletMain.start   47  ) Running jbossxmlservicetemplate/
(TemplateSubTask.engineStarted   792 ) Generating output 'null-service.xml' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
(XDocletMain.start   47  ) Running jbossxmbean/
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/connector/src/main/org/jboss/resource/RARDeployer.java
 -- RARDeployerMBean qualified to org.jboss.resource.RARDeployerMBean

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-09-18 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===

_buildmagic:init:

configure:

init:

_buildmagic:build-bypass-checker:

_buildmagic:build-bypass-notice:

_buildmagic:build-bypass-check:

jars:

_buildmagic:init:

init:

compile-mbean-classes:
[mkdir] Created dir: /home/jbossci/jbossci2/jboss-head/connector/output/gen-src
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.XATxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.TxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.RARDeployment' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossManagedConnectionPool' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.BaseConnectionManager2' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.JBossLocalXAExceptionFormatter' using template 
file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.NoTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.RARDeployer' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.CachedConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.resource.connectionmanager.LocalTxConnectionManager' using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(XDocletMain.start   47  ) Running jbossxmlservicetemplate/
(TemplateSubTask.engineStarted   792 ) Generating output 'null-service.xml' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
(XDocletMain.start   47  ) Running jbossxmbean/
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/connector/src/main/org/jboss/resource/RARDeployer.java
 -- RARDeployerMBean qualified to org.jboss.resource.RARDeployerMBean

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-27 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-27 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-26 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-26 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-26 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-26 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-26 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-25 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jms'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/classes
(XDocletMain.start   47  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.Server' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.ConnectionFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.server.management.Destination' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.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/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/Server.java -- 
ServerMBean qualified to org.jboss.jms.server.ServerMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/ConnectionFactory.java
 -- ConnectionFactoryMBean qualified to 
org.jboss.jms.server.management.ConnectionFactoryMBean
/home/jbossci/jbossci/jboss-head/jms/src/main/org/jboss/jms/server/management/Destination.java
 -- DestinationMBean qualified to org.jboss.jms.server.management.DestinationMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 78 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/jms/output/test

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/etc

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/resources
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/jms/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/jms/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/jms/output/lib/jboss-jms-p2p-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/jms/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jms'.
 ==
 ==


_module-jms-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'tomcat'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/tomcat/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 32 source files to 
/home/jbossci/jbossci/jboss-head/tomcat/output/classes
19 warnings

_default:compile-etc:
[mkdir] Created dir: 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-16 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.ejb.EJBConnector' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectDefinition' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.adaptor.rmi.RMIAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.NamingAlias' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.logging.Log4jService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.notification.RMINotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.copy.ObjectCopier' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.jndi.JMSProviderLoader' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.jrmp.server.JRMPInvoker' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.remoting.EJBSubsystemInvocationHandler' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.trunk.client.TrunkInvokerProxy' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.rmi.RMIConnectorImpl' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLTestService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-08-16 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.ejb.EJBConnector' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectDefinition' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.adaptor.rmi.RMIAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.naming.NamingAlias' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.logging.Log4jService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.notification.RMINotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.copy.ObjectCopier' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jms.jndi.JMSProviderLoader' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.jrmp.server.JRMPInvoker' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.remoting.EJBSubsystemInvocationHandler' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.invocation.trunk.client.TrunkInvokerProxy' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.connector.rmi.RMIConnectorImpl' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   789 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLTestService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-07-11 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.RMINotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLTestService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.JMSNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.timer.AbstractTimerSource' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.invocation.local.LocalInvoker' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.web.WebService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.logging.Log4jSocketServer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.PollingNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.ejb.EJBConnector' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.rmi.RMIAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-07-11 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.RMINotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLTestService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.JMSNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.timer.AbstractTimerSource' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.invocation.local.LocalInvoker' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.web.WebService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.logging.Log4jSocketServer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.PollingNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.ejb.EJBConnector' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.rmi.RMIAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-07-11 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.RMINotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLTestService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.JMSNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.timer.AbstractTimerSource' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.invocation.local.LocalInvoker' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.web.WebService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.logging.Log4jSocketServer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.PollingNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.ejb.EJBConnector' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.rmi.RMIAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-07-10 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
===
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.deployment.EARDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.RMINotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLTestService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.EJBDeployer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.JMSNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.NamingService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.timer.AbstractTimerSource' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.invocation.local.LocalInvoker' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.web.WebService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.logging.Log4jSocketServer' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.notification.PollingNotificationListener' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.xml.XMLAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.connector.ejb.EJBConnector' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.jmx.adaptor.rmi.RMIAdaptorService' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.naming.ExternalContext' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.aspect.jmx.ManagedAspectFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-07-05 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===
   [depend] Deleted 0 out of date files in 3 seconds
[javac] Compiling 1 source file to 
/home/jbossci/jbossci/jboss-head/common/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/common/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/common/output/lib/jboss-common.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/common/output/lib/jboss-common-client.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/common/output/lib/testsuite-support.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/common/output/lib/jboss-common.jar
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/common/output/lib/testsuite-support.jar
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/common/output/lib/jboss-common-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/common/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'common'.
 ==
 ==


_module-common-most:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 5 files to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib

 == 
 ==
 ==  Executing 'most' in module 'aop'...
 ==
 ==

compile-tools:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/aop/output/classes/tools
[javac] Compiling 5 source files to 
/home/jbossci/jbossci/jboss-head/aop/output/classes/tools

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/aop/output/etc
 [copy] Copying 2 files to /home/jbossci/jbossci/jboss-head/aop/output/etc

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/aop/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 71 source files to 
/home/jbossci/jbossci/jboss-head/aop/output/classes

_default:compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/aop/output/resources
 [copy] Copying 4 files to /home/jbossci/jbossci/jboss-head/aop/output/resources
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/aop/output/lib
  [jar] Building jar: /home/jbossci/jbossci/jboss-head/aop/output/lib/jboss-aop.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/aop/output/lib/xdoclet-module-jboss-aop.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/aop/output/lib/xdoclet-module-jboss-aop.jar
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/aop/output/lib/jboss-aop.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/aop/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'aop'.
 ==
 ==


_module-aop-most:
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/lib
[mkdir] Created dir: 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/conf
[mkdir] Created dir: 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/default/conf
[mkdir] Created dir: 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/tools/xdoclet
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/tools/xdoclet

 == 
 ==
 ==  Executing 'most' in module 'naming'...
 ==
 ==

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/naming/output/classes
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/naming/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 15 source files to 
/home/jbossci/jbossci/jboss-head/naming/output/classes

_default:compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/naming/output/etc
 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Compilation failed

2003-07-05 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===
 belong to the same package as the referring class. The classes are:
/home/jbossci/jbossci/jboss-head/system/src/main/org/jboss/system/client/Client.java 
-- ClientMBean qualified to org.jboss.system.client.ClientMBean

_default:compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/transaction/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 33 source files to 
/home/jbossci/jbossci/jboss-head/transaction/output/classes

_default:compile-test-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/transaction/output/test
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/transaction/output/gen/test
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 3 source files to 
/home/jbossci/jbossci/jboss-head/transaction/output/test

_default:compile-etc:
 [copy] Copying 1 file to /home/jbossci/jbossci/jboss-head/transaction/output/etc
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/transaction/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/transaction/output/lib/jboss-transaction.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/transaction/output/lib/jboss-transaction-client.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/transaction/output/lib/testsuite-support.jar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/transaction/output/lib/jboss-transaction.jar
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/transaction/output/lib/testsuite-support.jar
 [checksum] Calculating MD5 checksum for 
/home/jbossci/jbossci/jboss-head/transaction/output/lib/jboss-transaction-client.jar
[touch] Creating /home/jbossci/jbossci/jboss-head/transaction/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'transaction'.
 ==
 ==


_module-transaction-most:
[mkdir] Created dir: 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'persistence'...
 ==
 ==

generate-parsers:
[mkdir] Created dir: 
/home/jbossci/jbossci/jboss-head/persistence/output/gen/classes/org/jboss/persistence/jbossdo/jdoql
   [jjtree] Java Compiler Compiler Version 2.0 (Tree Builder)
   [jjtree] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [jjtree] Copyright (c) 1997-2000 Metamata, Inc.
   [jjtree] (type jjtree with no arguments for help)
   [jjtree] Reading from file 
/home/jbossci/jbossci/jboss-head/persistence/src/main/org/jboss/persistence/jbossdo/jdoql/JDOQLParser.jjt
 . . .
   [jjtree] File 
/home/jbossci/jbossci/jboss-head/persistence/output/gen/classes/org/jboss/persistence/jbossdo/jdoql/Node.java
 does not exist.  Will create one.
   [jjtree] Annotated grammar generated successfully in 
/home/jbossci/jbossci/jboss-head/persistence/output/gen/classes/org/jboss/persistence/jbossdo/jdoql/JDOQLParser.jj
   [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
   [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [javacc] Copyright (c) 1997-2000 Metamata, Inc.
   [javacc] (type javacc with no arguments for help)
   [javacc] Reading from file 
/home/jbossci/jbossci/jboss-head/persistence/output/gen/classes/org/jboss/persistence/jbossdo/jdoql/JDOQLParser.jj
 . . .
   [javacc] File TokenMgrError.java does not exist.  Will create one.
   [javacc] File ParseException.java does not exist.  Will create one.
   [javacc] File Token.java does not exist.  Will create one.
   [javacc] File ASCII_CharStream.java does not exist.  Will create one.
   [javacc] Parser generated successfully.

compile-mbean-sources:
(XDocletMain.start   45  ) Running mbeaninterface/
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.persistence.idgen.uuid.UUIDGeneratorFactory' using template file 
'jar:file:/home/jbossci/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
(TemplateSubTask.engineStarted   788 ) Generating output for 
'org.jboss.persistence.jbossdo.deployment.JDOModule' using template