See <https://builds.apache.org/job/Torque4-trunk/290/changes>

Changes:

[tfischer] fixed typo in comment

[tfischer] Tests and fixes for Mapper classes

------------------------------------------
[...truncated 49 lines...]
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-parent/pom.xml>
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/torque/torque-maven-parent/4.0-beta1-SNAPSHOT/torque-maven-parent-4.0-beta1-SNAPSHOT.pom
[INFO] Preparing cobertura:cobertura
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-parent/pom.xml>
 to 
/home/hudson/hudson/jobs/Torque4-trunk/modules/org.apache.torque$torque-maven-parent/builds/2012-09-04_08-05-16/archive/org.apache.torque/torque-maven-parent/4.0-beta1-SNAPSHOT/torque-maven-parent-4.0-beta1-SNAPSHOT.pom
[INFO] [remote-resources:process {execution: default}]
[INFO] [cobertura:instrument {execution: default-instrument}]
[INFO] Not executing cobertura:instrument as the project is not a Java 
classpath-capable package
[INFO] [cobertura:cobertura {execution: default-cli}]
[JENKINS] cobertura-maven-plugin already configured with xml reports 
enabled[INFO] Not executing cobertura:report as the cobertura data file 
(<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-parent/target/cobertura/cobertura.ser)>
 could not be found

[JENKINS] Cobertura report not generated (probably this module is not a java 
module)
[INFO] [findbugs:findbugs {execution: default-cli}]
[FINDBUGS] No report found for mojo findbugs
[INFO] [checkstyle:checkstyle {execution: default-cli}]
[INFO] Source directory does not exist - skipping report.
[INFO] ------------------------------------------------------------------------
[INFO] Building Torque Runtime
[INFO]    task-segment: [clean, install, cobertura:cobertura, 
findbugs:findbugs, checkstyle:checkstyle]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 107 source files to 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/classes>
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 32 source files to 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.torque.om.mapper.IntegerMapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 sec
Running org.apache.torque.TorqueInstanceTest
Sep 4, 2012 8:06:39 AM org.apache.torque.TorqueInstance initDataSourceFactories
WARNING: Defining the schema in the dsfactory is deprecated, please configure 
it via the config key torque.database.${databasename}.schema
Sep 4, 2012 8:06:39 AM org.apache.torque.TorqueInstance initDataSourceFactories
WARNING: Defining the schema in the dsfactory is deprecated, please configure 
it via the config key torque.database.${databasename}.schema
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.apache.torque.adapter.DBOracleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.apache.torque.criteria.CriteriaTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec
Running org.apache.torque.om.mapper.CompositeMapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec
Running org.apache.torque.util.CriteriaTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
Running org.apache.torque.util.functions.CountTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.torque.util.functions.AbstractFunctionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.torque.map.ColumnMapTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.apache.torque.TorqueRuntimeExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
Running org.apache.torque.criteria.CriterionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
Running org.apache.torque.util.functions.MaxTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.torque.util.functions.MinTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.torque.criteria.JoinTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
Running org.apache.torque.util.UniqueListTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.torque.om.ComboKeyTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.torque.sql.QueryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.apache.torque.om.NumberKeyTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.torque.avalon.AvalonTest
[DEBUG] Starting container...
[DEBUG] Loading the service container class 
org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl
[DEBUG] Instantiating the service container class 
org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl
[DEBUG] Using the following configuration : <?xml version="1.0" 
encoding="UTF-8"?><fulcrum-yaafi><containerFlavour>yaafi</containerFlavour><containerClazzName>org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl</containerClazzName><componentRoles><location>src/test/resources/TestRoleConfig.xml</location><isEncrypted>false</isEncrypted></componentRoles><componentConfiguration><location>src/test/resources/TestComponentConfig.xml</location><isEncrypted>false</isEncrypted></componentConfiguration><parameters><location/><isEncrypted>false</isEncrypted></parameters></fulcrum-yaafi>
[DEBUG] Using the following container type : yaafi
[DEBUG] YAAFI Service Framework is starting up
[DEBUG] Setting applicationRootDir to 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime>
[DEBUG] Setting tempRootDir to /tmp
[DEBUG] Looking for src/test/resources/TestRoleConfig.xml in the root directory
[DEBUG] Found src/test/resources/TestRoleConfig.xml as 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/src/test/resources/TestRoleConfig.xml>
[DEBUG] Looking for src/test/resources/TestComponentConfig.xml in the root 
directory
[DEBUG] Found src/test/resources/TestComponentConfig.xml as 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/src/test/resources/TestComponentConfig.xml>
[DEBUG] Looking for /componentConfiguration.properties in the root directory
[DEBUG] Looking for /componentConfiguration.properties as absolute file location
[DEBUG] Looking for /componentConfiguration.properties using the class loader
[WARNING] Unable to find any resource with the name 
'/componentConfiguration.properties'
[DEBUG] Unable to load the following optional file 
:/componentConfiguration.properties
[DEBUG] Using the following componentConfigurationProperties: 
{java.runtime.name=Java(TM) SE Runtime Environment, urn:avalon:temp=/tmp, 
sun.boot.library.path=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/i386, 
java.vm.version=20.2-b06, 
urn:avalon:home=<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime,>
 java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/, 
path.separator=:, java.vm.name=Java HotSpot(TM) Server VM, 
file.encoding.pkg=sun.io, user.country=US, sun.java.launcher=SUN_STANDARD, 
sun.os.patch.level=unknown, urn:avalon:name=fulcrum-yaafi, 
java.vm.specification.name=Java Virtual Machine Specification, 
user.dir=<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime,>
 urn:avalon:partition=root, java.runtime.version=1.6.0_27-b07, 
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, 
basedir=<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime,>
 java.endorsed.dirs=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/endorsed, 
os.arch=i386, java.io.tmpdir=/tmp, line.separator=
, java.vm.specification.vendor=Sun Microsystems Inc., os.name=Linux, 
sun.jnu.encoding=ANSI_X3.4-1968, 
java.library.path=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/i386/server:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/i386:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/i386:/lib:/usr/lib,
 java.specification.name=Java Platform API Specification, 
java.class.version=50.0, sun.management.compiler=HotSpot Tiered Compilers, 
os.version=2.6.32-41-server, user.home=/home/jenkins, user.timezone=, 
java.awt.printerjob=sun.print.PSPrinterJob, file.encoding=ANSI_X3.4-1968, 
java.specification.version=1.6, user.name=jenkins, 
java.class.path=/tmp/surefirebooter3163809582905788250.jar, 
java.vm.specification.version=1.0, sun.arch.data.model=32, 
java.home=/home/jenkins/tools/java/jdk1.6.0_27-32/jre, 
sun.java.command=/tmp/surefirebooter3163809582905788250.jar 
/tmp/surefire4283905175083386963tmp /tmp/surefire8239772780038228987tmp, 
java.specification.vendor=Sun Microsystems Inc., user.language=en, 
java.vm.info=mixed mode, java.version=1.6.0_27, 
java.ext.dirs=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/ext:/usr/java/packages/lib/ext,
 
sun.boot.class.path=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/resources.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/rt.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/sunrsasign.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/jsse.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/jce.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/charsets.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/modules/jdk.boot.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/classes,
 java.vendor=Sun Microsystems Inc., 
localRepository=/home/jenkins/jenkins-slave/maven-repositories/0, 
file.separator=/, 
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, 
sun.cpu.endian=little, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.isalist=}
[DEBUG] Looking for /parameters.properties in the root directory
[DEBUG] Looking for /parameters.properties as absolute file location
[DEBUG] Looking for /parameters.properties using the class loader
[WARNING] Unable to find any resource with the name '/parameters.properties'
[DEBUG] Configuring the service component TorqueComponent
[DEBUG] Incarnating the service TorqueComponent
[DEBUG] Instantiating the implementation class for TorqueComponent
[DEBUG] Incarnating the service TorqueComponent
[DEBUG] LogEnabled.enableLogging() for TorqueComponent
[DEBUG] Contextualizable.contextualize() for TorqueComponent
[DEBUG] Configurable.configure() for TorqueComponent
[DEBUG] configure(TorqueComponent::<no value>:@null:20:22)
[DEBUG] Config File changes to src/test/resources/Torque.properties
[DEBUG] Config File is 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/src/test/resources/Torque.properties>
[DEBUG] Initializable.initialize() for TorqueComponent
[DEBUG] initialize()
[DEBUG] YAAFI Avalon Service Container is up and running
[INFO] YaffiContainer ready.
[DEBUG] Located the service 'org.apache.torque.avalon.Torque' in the local 
container
[DEBUG] Disposing of container...
[DEBUG] Disposing all services
[DEBUG] Decommision the service TorqueComponent
[DEBUG] Decommisioning the service TorqueComponent
[DEBUG] Disposable.dispose() for TorqueComponent
[DEBUG] dispose()
[DEBUG] Disposing the service TorqueComponent
[DEBUG] All services are disposed
[INFO] YaffiContainer has been disposed.
[DEBUG] Starting container...
[DEBUG] Loading the service container class 
org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl
[DEBUG] Instantiating the service container class 
org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl
[DEBUG] Using the following configuration : <?xml version="1.0" 
encoding="UTF-8"?><fulcrum-yaafi><containerFlavour>yaafi</containerFlavour><containerClazzName>org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl</containerClazzName><componentRoles><location>src/test/resources/TestRoleConfig.xml</location><isEncrypted>false</isEncrypted></componentRoles><componentConfiguration><location>src/test/resources/TestComponentConfig.xml</location><isEncrypted>false</isEncrypted></componentConfiguration><parameters><location/><isEncrypted>false</isEncrypted></parameters></fulcrum-yaafi>
[DEBUG] Using the following container type : yaafi
[DEBUG] YAAFI Service Framework is starting up
[DEBUG] Setting applicationRootDir to 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime>
[DEBUG] Setting tempRootDir to /tmp
[DEBUG] Looking for src/test/resources/TestRoleConfig.xml in the root directory
[DEBUG] Found src/test/resources/TestRoleConfig.xml as 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/src/test/resources/TestRoleConfig.xml>
[DEBUG] Looking for src/test/resources/TestComponentConfig.xml in the root 
directory
[DEBUG] Found src/test/resources/TestComponentConfig.xml as 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/src/test/resources/TestComponentConfig.xml>
[DEBUG] Looking for /componentConfiguration.properties in the root directory
[DEBUG] Looking for /componentConfiguration.properties as absolute file location
[DEBUG] Looking for /componentConfiguration.properties using the class loader
[WARNING] Unable to find any resource with the name 
'/componentConfiguration.properties'
[DEBUG] Unable to load the following optional file 
:/componentConfiguration.properties
[DEBUG] Using the following componentConfigurationProperties: 
{java.runtime.name=Java(TM) SE Runtime Environment, urn:avalon:temp=/tmp, 
sun.boot.library.path=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/i386, 
java.vm.version=20.2-b06, 
urn:avalon:home=<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime,>
 java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/, 
path.separator=:, java.vm.name=Java HotSpot(TM) Server VM, 
file.encoding.pkg=sun.io, user.country=US, sun.java.launcher=SUN_STANDARD, 
sun.os.patch.level=unknown, urn:avalon:name=fulcrum-yaafi, 
java.vm.specification.name=Java Virtual Machine Specification, 
user.dir=<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime,>
 urn:avalon:partition=root, java.runtime.version=1.6.0_27-b07, 
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, 
basedir=<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime,>
 java.endorsed.dirs=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/endorsed, 
os.arch=i386, java.io.tmpdir=/tmp, line.separator=
, java.vm.specification.vendor=Sun Microsystems Inc., os.name=Linux, 
sun.jnu.encoding=ANSI_X3.4-1968, 
java.library.path=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/i386/server:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/i386:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/i386:/lib:/usr/lib,
 java.specification.name=Java Platform API Specification, 
java.class.version=50.0, sun.management.compiler=HotSpot Tiered Compilers, 
os.version=2.6.32-41-server, user.home=/home/jenkins, user.timezone=, 
java.awt.printerjob=sun.print.PSPrinterJob, file.encoding=ANSI_X3.4-1968, 
java.specification.version=1.6, user.name=jenkins, 
java.class.path=/tmp/surefirebooter3163809582905788250.jar, 
java.vm.specification.version=1.0, sun.arch.data.model=32, 
java.home=/home/jenkins/tools/java/jdk1.6.0_27-32/jre, 
sun.java.command=/tmp/surefirebooter3163809582905788250.jar 
/tmp/surefire4283905175083386963tmp /tmp/surefire8239772780038228987tmp, 
java.specification.vendor=Sun Microsystems Inc., user.language=en, 
java.vm.info=mixed mode, java.version=1.6.0_27, 
java.ext.dirs=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/ext:/usr/java/packages/lib/ext,
 
sun.boot.class.path=/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/resources.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/rt.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/sunrsasign.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/jsse.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/jce.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/charsets.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/lib/modules/jdk.boot.jar:/home/jenkins/tools/java/jdk1.6.0_27-32/jre/classes,
 java.vendor=Sun Microsystems Inc., 
localRepository=/home/jenkins/jenkins-slave/maven-repositories/0, 
file.separator=/, 
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, 
sun.cpu.endian=little, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.isalist=}
[DEBUG] Looking for /parameters.properties in the root directory
[DEBUG] Looking for /parameters.properties as absolute file location
[DEBUG] Looking for /parameters.properties using the class loader
[WARNING] Unable to find any resource with the name '/parameters.properties'
[DEBUG] Configuring the service component TorqueComponent
[DEBUG] Incarnating the service TorqueComponent
[DEBUG] Instantiating the implementation class for TorqueComponent
[DEBUG] Incarnating the service TorqueComponent
[DEBUG] LogEnabled.enableLogging() for TorqueComponent
[DEBUG] Contextualizable.contextualize() for TorqueComponent
[DEBUG] Configurable.configure() for TorqueComponent
[DEBUG] configure(TorqueComponent::<no value>:@null:20:22)
[DEBUG] Config File changes to src/test/resources/Torque.properties
[DEBUG] Config File is 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/src/test/resources/Torque.properties>
[DEBUG] Initializable.initialize() for TorqueComponent
[DEBUG] initialize()
[DEBUG] YAAFI Avalon Service Container is up and running
[INFO] YaffiContainer ready.
[DEBUG] Located the service 'org.apache.torque.avalon.Torque' in the local 
container
[DEBUG] Disposing of container...
[DEBUG] Disposing all services
[DEBUG] Decommision the service TorqueComponent
[DEBUG] Decommisioning the service TorqueComponent
[DEBUG] Disposable.dispose() for TorqueComponent
[DEBUG] dispose()
[DEBUG] Disposing the service TorqueComponent
[DEBUG] All services are disposed
[INFO] YaffiContainer has been disposed.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec
Running org.apache.torque.util.functions.SumTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.torque.sql.SqlBuilderOldCriteriaTest
Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 sec
Running org.apache.torque.util.functions.AggregateFunctionTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.torque.util.BasePeerImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
Running org.apache.torque.om.mapper.DateMapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
Running org.apache.torque.om.mapper.LongMapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
Running org.apache.torque.om.mapper.ObjectListMapperTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 sec
Running org.apache.torque.ColumnImplTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec
Running org.apache.torque.util.functions.AvgTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.torque.om.mapper.BigDecimalMapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
Running org.apache.torque.sql.SqlBuilderTest
Tests run: 114, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 sec
Running org.apache.torque.om.mapper.StringMapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec

Results :

Tests run: 403, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.0-beta1-SNAPSHOT.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] Building jar: 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.0-beta1-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: velocity.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: checkstyle-cache.ccf
[INFO] Exclude: derby.log
[INFO] Exclude: LICENSE-EDL.txt
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml>
 to 
/home/hudson/hudson/jobs/Torque4-trunk/modules/org.apache.torque$torque-runtime/builds/2012-09-04_08-05-16/archive/org.apache.torque/torque-runtime/4.0-beta1-SNAPSHOT/torque-runtime-4.0-beta1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.0-beta1-SNAPSHOT.jar>
 to 
/home/hudson/hudson/jobs/Torque4-trunk/modules/org.apache.torque$torque-runtime/builds/2012-09-04_08-05-16/archive/org.apache.torque/torque-runtime/4.0-beta1-SNAPSHOT/torque-runtime-4.0-beta1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.0-beta1-SNAPSHOT-sources.jar>
 to 
/home/hudson/hudson/jobs/Torque4-trunk/modules/org.apache.torque$torque-runtime/builds/2012-09-04_08-05-16/archive/org.apache.torque/torque-runtime/4.0-beta1-SNAPSHOT/torque-runtime-4.0-beta1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Too many unapproved licenses: 7
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 13 seconds
[INFO] Finished at: Tue Sep 04 08:07:04 UTC 2012
[INFO] Final Memory: 81M/425M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: torque-dev@db.apache.org
channel stopped
Skipping Cobertura coverage report as build was not UNSTABLE or better ...

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to