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

BUILD FAILED
Ant Error Message: file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1
Date of build: 09/22/2004 00:47:56
Time to build: 16 minutes 6 seconds
Last changed: 09/22/2004 00:37:26
Last log entry: add missing editors

 Unit Tests: (0)
 

 Modifications since last build:  (59)
1.3modifiedpatriot1burkeaop/docs/reference/en/modules/implementing.xmladd missing editors
1.3modifiedpatriot1burkeaop/docs/reference/en/modules/xml.xmladd missing editors
1.6modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/UILServerILService.javaAdd a ClientAddress attribute that can be used to expose an address the a client that is different from the actual server address. This is useful if a client has to connect through a NAT firewall.
1.8modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/UILServerIL.java- Add org.jboss.mq.il.uil2.serverAddr system property allows a client to override the address to which it attempts to connect to. This is useful for networks where NAT is ocurring between the client and jms server. - Add org.jboss.mq.il.uil2.serverPort system property allows a client to override the port to which it attempts to connect. This is useful for for networks where port forwarding is ocurring between the client and jms server. - Add org.jboss.mq.il.uil2.retryCount controls the number of attempts to retry connecting to the jms server. Retries are only made for java.net.ConnectException failures. A value <= 0 means no retry atempts will be made. - Add org.jboss.mq.il.uil2.retryDelay controls the delay in milliseconds between retries due to ConnectException failures.
1.6modifiedbwang00cache/src/main/org/jboss/cache/eviction/RegionManager.javaUpdated
1.16modifiedbwang00cache/src/main/org/jboss/cache/eviction/LRUPolicy.javaUpdated
1.42modifiedbwang00cache/src/main/org/jboss/cache/Node.javaRedundant ctor
1.9modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/local/TxUnitTestCase.javagetData is empty instead of null
1.165modifiedbwang00cache/src/main/org/jboss/cache/TreeCache.javaUpdated
1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ByteEditor.javaMerge from Branch 3.2
1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntArrayEditor.javaMerge from Branch 3.2
1.7modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/PropertyEditors.javaMerge from Branch 3.2
1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/LongEditor.javaUse .decode rather than .valueOf to parse strings
1.2modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javaUse .decode rather than .valueOf to parse strings
1.5modifiedgenmancommon/src/main/org/jboss/util/propertyeditor/IntegerEditor.javaUse .decode rather than .valueOf to parse strings
1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/DoubleEditor.javabranches: 1.1.2;add missing editors
1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/FloatEditor.javabranches: 1.1.2;add missing editors
1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/LongEditor.javabranches: 1.1.2;add missing editors
1.1addedpatriot1burkecommon/src/main/org/jboss/util/propertyeditor/ShortEditor.javabranches: 1.1.2; 1.1.4;add missing editors
1.1addedstarksmthirdparty/licenses/dom4-license.txtAdd the dom4j license from http://www.dom4j.org/license.html
1.8modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry
1.3modifiedkabkhanaop/src/jdk15/org/jboss/aop/Mixin.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now
1.2modifiedstarksmconnector/src/resources/dtd/jboss-ds_1_0.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd
1.1addedstarksmconnector/src/resources/dtd/jboss-ds_1_5.dtdRevert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd
1.13modifiedkabkhanaop/src/main/org/jboss/aop/AspectAnnotationLoader.javaOooops, I had made the default for @Mixin.isTransient() false, it is set to true now
1.2modifiedpatriot1burkeaop/docs/reference/en/modules/xml.xmlmore docs
1.4modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration
1.4modifiedanddvaria/src/resources/services/snmp/deploy/managers.xmlsnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration
1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration
1.5modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javasnmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration
1.2modifiedkabkhanaop/docs/reference/en/modules/annotated.xmlStarted annotations chapter
1.3modifiedgenmanthirdparty/dom4j-dom4j/lib/dom4j.jarUpdate to dom4j 1.5 release
1.3modifiedgenmanthirdparty/dom4j-dom4j/READMEbranches: 1.3.2;Update to dom4j 1.5 release
1.25modifiedejorttestsuite/.classpathCompile the webservices tests under eclipse
1.15modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.javaApply patch [1032037] NPE in XAManagedConnection
1.27modifiedbwang00cache/docs/design/todo.txtUpdated
1.2modifiedpatriot1burkeaop/docs/reference/en/styles/fopdf.xslset AOP defaults
1.164modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javareduced num bugs found by findbugs
1.29modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView.javareduced num bugs found by findbugs
1.14modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView2.javareduced num bugs found by findbugs
1.4modifiedbelabancache/src/main/org/jboss/cache/tests/BdbjeUnitTestCase.javareduced num bugs found by findbugs
1.4modifiedbelabancache/src/main/org/jboss/cache/tests/CacheLoaderTests.javareduced num bugs found by findbugs
1.3modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javareduced num bugs found by findbugs
1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javareduced num bugs found by findbugs
1.15modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUPolicy.javareduced num bugs found by findbugs
1.2modifiedbelabancache/src/main/org/jboss/cache/eviction/AopLRUAlgorithm.javareduced num bugs found by findbugs
1.18modifiedbelabancache/src/main/org/jboss/cache/eviction/LRUAlgorithm.javareduced num bugs found by findbugs
1.15modifiedbelabancache/src/main/org/jboss/cache/aop/CacheInterceptor.javareduced num bugs found by findbugs
1.7modifiedbelabancache/src/main/org/jboss/cache/aop/CachedListInterceptor.javareduced num bugs found by findbugs
1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedMapInterceptor.javareduced num bugs found by findbugs
1.5modifiedbelabancache/src/main/org/jboss/cache/aop/CachedSetInterceptor.javareduced num bugs found by findbugs
1.11modifiedbelabancache/src/main/org/jboss/cache/aop/TreeCacheAopView.javareduced num bugs found by findbugs
1.41modifiedbelabancache/src/main/org/jboss/cache/Node.javaimplemented Externalizable
1.6modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaUse constant column names.
1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.
1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.
1.5modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/PersistencePolicy.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.
1.12modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.javaDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.
1.8modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlDynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.

Reply via email to