BUILD FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/ |
Date of build: 03/23/2005 19:28:56 |
Time to build: 45 minutes 10 seconds |
Last changed: 03/23/2005 18:30:48 |
Last log entry: switched to NotificationEmitter from NotificationBroadcaster |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (44) | ||||
1.52 | modified | andd | system/src/main/org/jboss/system/server/ServerImpl.java | switched to NotificationEmitter from NotificationBroadcaster |
1.17 | modified | andd | system/src/main/org/jboss/system/server/ServerConfig.java | no message |
1.11 | modified | andd | system/src/main/org/jboss/system/server/ServerConfigImpl.java | @jmx:managed-attribute |
1.17 | modified | recampbell | tools/etc/jbossbuild/tasks.xml | JBBUILD-56 added the buildpathelements node which does not expand to include dependencies of a source's inputs |
1.16 | modified | andd | system/src/main/org/jboss/system/server/ServerConfig.java | dillonism - correct the formating |
1.7 | modified | andd | system/src/main/org/jboss/system/server/ServerConfigImplMBean.java | dillonism - correct the formating |
1.19 | modified | recampbell | jbossas/jbossbuild.xml | JBBUILD-49 added server module to toplevel build |
1.1 | added | recampbell | server/jbossbuild.xml | JBBUILD-55 JBBUILD-49 implement javacc for server module |
1.16 | modified | recampbell | tools/etc/jbossbuild/tasks.xml | JBBUILD-15 support javacc parser generation |
1.7 | modified | telrod | remoting/src/main/org/jboss/remoting/ConnectionFailedException.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.2 | modified | telrod | remoting/src/main/org/jboss/remoting/NullCallbackStore.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.4 | modified | telrod | remoting/src/main/org/jboss/remoting/network/NetworkInstance.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.2 | modified | telrod | remoting/src/main/org/jboss/remoting/network/filter/IdentityFilter.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.2 | modified | telrod | remoting/src/main/org/jboss/remoting/network/filter/InvokerProtocolFilter.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.7 | modified | telrod | remoting/src/main/org/jboss/remoting/marshal/serializable/SerializableUnMarshaller.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.5 | modified | telrod | remoting/src/main/org/jboss/remoting/marshal/serializable/SerializableMarshaller.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.4 | modified | telrod | remoting/src/main/org/jboss/remoting/marshal/http/HTTPMarshaller.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.5 | modified | telrod | remoting/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.2 | modified | telrod | remoting/src/main/org/jboss/remoting/loading/CompressedClassBytes.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.3 | modified | telrod | remoting/src/main/org/jboss/remoting/invocation/NameBasedInvocation.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.2 | modified | telrod | remoting/src/main/org/jboss/remoting/invocation/OnewayInvocation.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.2 | modified | telrod | remoting/src/main/org/jboss/remoting/invocation/RemoteInvocation.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.2 | modified | telrod | remoting/src/main/org/jboss/remoting/invocation/InternalInvocation.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.12 | modified | telrod | remoting/src/main/org/jboss/remoting/ident/Identity.java | JBAS-1579 - added serialVersionUID to remoting classes. |
1.51 | modified | andd | system/src/main/org/jboss/system/server/ServerImpl.java | Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this features. MBeanServerLocator will instead return the platform MBeanServer, in this case.To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console |
1.10 | modified | andd | system/src/main/org/jboss/system/server/ServerConfigImpl.java | Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this features. MBeanServerLocator will instead return the platform MBeanServer, in this case.To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console |
1.6 | modified | andd | system/src/main/org/jboss/system/server/ServerConfigImplMBean.java | Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this features. MBeanServerLocator will instead return the platform MBeanServer, in this case.To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console |
1.15 | modified | andd | system/src/main/org/jboss/system/server/ServerConfig.java | Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this features. MBeanServerLocator will instead return the platform MBeanServer, in this case.To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console |
1.2 | modified | andd | j2se/src/main/org/jboss/mx/util/MBeanServerLocator.java | Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this features. MBeanServerLocator will instead return the platform MBeanServer, in this case.To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console |
1.79 | modified | andd | jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java | Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this features. MBeanServerLocator will instead return the platform MBeanServer, in this case.To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console |
1.10 | modified | recampbell | tools/lib/jbossbuild.jar | JBBUILD-55 implement javacc support |
1.35 | modified | deb | ejb3/build-test.xml | Same change as in build.xml: depend on j2se instead of jmx.(Should common stuff between build.xml and build-test.xml be pushed into an include file or somesuch?) |
1.1 | added | loubyansky | testsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.java | added a unit testcase for the pojo server work |
1.3 | modified | loubyansky | testsuite/src/main/org/jboss/test/xml/SundayUnitTestCase.java | added a unit testcase for the pojo server work |
1.7 | modified | loubyansky | testsuite/src/resources/xml/pojoserver/xml-deployer_1_0.xsd | added 'property' and 'parameter' elements to valueGroup. This is based on testGenericBeanFactory.xml |
1.6 | modified | loubyansky | testsuite/src/resources/xml/pojoserver/xml-deployer_1_0.xsd | some fixes to make the xsd valid |
1.12 | modified | tdiesler | webservice/src/main/org/jboss/ws/wsdl/WSDLDefinitionsFactory.java | Fix SchemaBuilder - cannot handle <xsd:import namespace='someNS' />Add support for URL rewriting in wsdl imported artifacts. |
1.8 | modified | tdiesler | webservice/src/main/org/jboss/ws/tools/SchemaBuilder.java | Fix SchemaBuilder - cannot handle <xsd:import namespace='someNS' />Add support for URL rewriting in wsdl imported artifacts. |
1.11 | modified | tdiesler | webservice/src/main/org/jboss/ws/server/ServiceEndpoint.java | Fix SchemaBuilder - cannot handle <xsd:import namespace='someNS' />Add support for URL rewriting in wsdl imported artifacts. |
1.7 | modified | tdiesler | webservice/src/main/org/jboss/ws/server/ServiceEndpointServlet.java | Fix SchemaBuilder - cannot handle <xsd:import namespace='someNS' />Add support for URL rewriting in wsdl imported artifacts. |
1.1 | added | tdiesler | webservice/src/main/org/jboss/ws/server/WSDLRequestHandler.java | Fix SchemaBuilder - cannot handle <xsd:import namespace='someNS' />Add support for URL rewriting in wsdl imported artifacts. |
1.2 | modified | loubyansky | testsuite/src/resources/jca/ha/test-ha-ds.xml | added broken url to the list |
1.2 | modified | loubyansky | testsuite/src/main/org/jboss/test/jca/test/HAConnectionFactoryUnitTestCase.java | added a test for URLSelector implementing sticky round-robin |
1.3 | modified | loubyansky | connector/src/main/org/jboss/resource/adapter/jdbc/local/HALocalManagedConnectionFactory.java | made URLSelector static |