View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite-1.5?log=log20060713040944

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:234: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:158: Exit code: 1 See tests.log in Build Artifacts for details.
Date of build: 07/13/2006 04:09:44
Time to build: 122 minutes 28 seconds
Last changed: 07/12/2006 12:03:44
Last log entry: Use custom ant installation with latest Xerces

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 6712)
1.4modifiedpilhuhnvaria/src/resources/services/snmp/deploy/attributes.xmlFinally SNMP-nodes can have an index larger than 9. See JBAS-3178.
1.4modifiedasaldhanavaria/src/resources/jmx/jmx-console-web.xmlJBAS-3311: Filter that does access control for JMX ops in the JMX Console
1.5modifiedadrianvaria/src/main/org/jboss/mq/il/http/servlet/HTTPServerILServlet.java[JBAS-1341] - Port JBossMQ XA recovery from JBoss4
1.3modifieddimitrisvaria/src/resources/services/snmp/deploy/attributes.xmlJBAS-3184, synch the MIB2SystemGroup to agree with the one instantiated in jboss-service.xml
1.2modifieddimitrisvaria/src/main/org/jboss/jmx/adaptor/snmp/system/MIB2SystemGroupService.javaJBAS-3184, review and tidy up the new snmp adapter request handler
1.2modifieddimitrisvaria/src/main/org/jboss/jmx/adaptor/snmp/system/MIB2SystemGroupServiceMBean.javaJBAS-3184, review and tidy up the new snmp adapter request handler
1.10modifieddimitrisvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmlJBAS-3184, review and tidy up the new snmp adapter request handler
1.2modifieddimitrisvaria/src/resources/services/snmp/deploy/attributes.mibJBAS-3184, review and tidy up the new snmp adapter request handler
1.2modifieddimitrisvaria/src/resources/services/snmp/deploy/attributes.xmlJBAS-3184, review and tidy up the new snmp adapter request handler
1.5modifieddimitrisvaria/src/resources/services/snmp/deploy/managers.xmlJBAS-3184, review and tidy up the new snmp adapter request handler
1.4modifieddimitrisvaria/src/resources/services/snmp/deploy/notifications.xmlJBAS-3184, review and tidy up the new snmp adapter request handler
1.8deleteddimitrisvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlJBAS-3184, review and tidy up the new snmp adapter request handler
1.7modifiedpilhuhnvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlbranches: 1.7.2;Enable sysObjectId. JBAS-3165.
1.9modifiedpilhuhnvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmlGet the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165
1.1addedpilhuhnvaria/src/resources/jmx/examples/JBOSS-MIB-EXAMPLE.txtbranches: 1.1.2;An example mib-file for use with the provided snmp-getvalues.xml.JBAS-3144 / JBAS-1454.
1.6modifiedpilhuhnvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlOne last try to see if eclipse accepts the cvs version tags *sigh*.
1.31modifiedadrianwebservice/.classpathReintroduce and fix the dummy webservice project into the headso I can actually build it.This is NOT the way that "thirdparty" components should be integrated.
1.5modifiedpilhuhnvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlInitial support for snmp-set operation. JBAS-3144.
1.8modifiedpilhuhnvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmlInitial support for snmp-set operation. JBAS-3144.
1.3modifiedpilhuhnvaria/src/main/org/jboss/jmx/adaptor/snmp/config/manager/SnmpGetValues.javabranches: 1.3.2;Initial support for snmp-set operation. JBAS-3144.
1.2modifiedpilhuhnvaria/src/main/org/jboss/jmx/adaptor/snmp/config/manager/SnmpGetValues.javaChange cvs tag
1.4modifiedpilhuhnvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlSupport for a simple MBean to deliver system information of the snmp mib-2 as defined in RFC1213.
1.7modifiedpilhuhnvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmlSupport for a simple MBean to deliver system information of the snmp mib-2 as defined in RFC1213.
1.3modifiedpilhuhnvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlFix id-tag.
1.2modifiedpilhuhnvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlFix id-tag.
1.1addedpilhuhnvaria/src/resources/services/snmp/deploy/snmp-getvalues.xmlSupport SNMP-Get and GetNext requests, so management clients can now not only receive traps from the snmp-adaptor, but also query various mbean attributes through snmp.This is a sample configuration file that supports some common attributes.See [JBAS-3144].
1.6modifiedpilhuhnvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmlSupport SNMP-Get and GetNext requests, so management clients can now not only receive traps from the snmp-adaptor, but also query various mbean attributes through snmp.See [JBAS-3144].
1.1addedpilhuhnvaria/src/main/org/jboss/jmx/adaptor/snmp/config/manager/SnmpGetValues.javaSupport SNMP-Get and GetNext requests, so management clients can now not only receive traps from the snmp-adaptor, but also query various mbean attributes through snmp.See [JBAS-3144].
1.8modifieddimitrisvaria/src/main/org/jboss/varia/scheduler/AbstractScheduleProvider.java JBAS-3082, simplify AbstractScheduleProvider and remove the dependency of the schedule providers with HASingleton and thus the clustering jars. In a clusterred setup simply put a dependency on jboss.ha:service=HASingletonDeployer,type=Barrier to have the provider started/stopped as a singleton.
1.4modifieddimitrisvaria/src/main/org/jboss/varia/scheduler/AbstractScheduleProviderMBean.java JBAS-3082, simplify AbstractScheduleProvider and remove the dependency of the schedule providers with HASingleton and thus the clustering jars. In a clusterred setup simply put a dependency on jboss.ha:service=HASingletonDeployer,type=Barrier to have the provider started/stopped as a singleton.
1.7modifieddimitrisvaria/src/main/org/jboss/varia/scheduler/SingleScheduleProvider.javaJBAS-3082, make that stringfied objectname target a real ObjectName
1.4modifieddimitrisvaria/src/main/org/jboss/varia/scheduler/SingleScheduleProviderMBean.javaJBAS-3082, make that stringfied objectname target a real ObjectName
1.1addedasaldhanavaria/src/main/org/jboss/security/identity/sso/AuthResponse.javaThin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah)
1.1addedasaldhanavaria/src/main/org/jboss/security/identity/sso/JBossSingleSignOnProcessor.javaThin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah)
1.1addedasaldhanavaria/src/main/org/jboss/security/identity/sso/SSOException.javaThin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah)
1.1addedasaldhanavaria/src/main/org/jboss/security/identity/sso/SSOUser.javaThin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah)
1.1addedasaldhanavaria/src/main/org/jboss/security/identity/sso/SingleSignOnProcessor.javaThin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah)
1.30modifiedtdieslerwebservice/.classpathupdate project dependencies
1.4modifiedtdieslerwebservice/.projectupdate project dependencies
1.5deletedtdieslerwebservice/JBossWSCodeStyle.xmlmove jbossws to https://svn.jboss.org/repos/jbossws
1.5deletedtdieslerwebservice/build-retro.xmlmove jbossws to https://svn.jboss.org/repos/jbossws
1.3deletedtdieslerwebservice/build.batmove jbossws to https://svn.jboss.org/repos/jbossws
1.3deletedtdieslerwebservice/build.shmove jbossws to https://svn.jboss.org/repos/jbossws
1.113modifiedtdieslerwebservice/build.xmlmove jbossws to https://svn.jboss.org/repos/jbossws
1.4deletedtdieslerwebservice/component-info.xmlmove jbossws to https://svn.jboss.org/repos/jbossws
1.6deletedtdieslerwebservice/jbossbuild.xmlmove jbossws to https://svn.jboss.org/repos/jbossws
1.9modifiedpeterjvaria/src/main/org/jboss/services/deployment/DeploymentServiceMBean.javaJBAS-2580Added extra javadoc to explain the parameters to the updateDatasource method since howto get all of the property values for an existing data source is not obvious.
1.6modifieddimitrisvaria/src/main/org/jboss/monitor/alarm/AlarmNotification.javaIntroduce serialVersionUID, that agrees with 4.0.3. before that those classes where not used.
1.6modifieddimitrisvaria/src/main/org/jboss/monitor/alarm/AlarmTableNotification.javaIntroduce serialVersionUID, that agrees with 4.0.3. before that those classes where not used.
1.112modifiedhbraunwebservice/build.xmlupdate eventing samples