The testsuite is compiled irrespective of the main build’s success or failure.

The actual failures are in the compile-build.log

http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.0-testsuite-1.6/20060523061707/compile-build.log

 

 

_default:compile-classes:
    [mkdir] Created dir: /services/cruisecontrol/checkout/jboss-4.0-testsuite-1.6/jmx/output/classes
    [javac] Compiling 600 source files to /services/cruisecontrol/checkout/jboss-4.0-testsuite-1.6/jmx/output/classes
/services/cruisecontrol/checkout/jboss-4.0-testsuite-1.6/jmx/src/main/test/implementation/modelmbean/AttributeCacheTEST.java:256: unmappable character for encoding UTF8
            assertTrue(notif.getNewValue().equals("mit�vaan"));
                                                      ^
/services/cruisecontrol/checkout/jboss-4.0-testsuite-1.6/jmx/src/main/test/implementation/modelmbean/AttributeCacheTEST.java:266: unmappable character for encoding UTF8
         server.setAttribute(name, new Attribute("Something", "mit�vaan"));
                                                                  ^
2 errors
 
BUILD FAILED
/services/cruisecontrol/checkout/jboss-4.0-testsuite-1.6/tools/etc/buildmagic/buildmagic.ent:435: Compile failed; see the compiler error output for details.
 

 

 


From: Scott M Stark
Sent: Tuesday, May 23, 2006 9:15 AM
To: [EMAIL PROTECTED]; Alexey Loubyansky; Anil Saldhana; Bill Decoste; Bill Burke; Brian Stansberry; Clebert Suconic; jboss-development@lists.sourceforge.net; [EMAIL PROTECTED]; QA; Ruel Loehr; Thomas Diesler
Subject: RE: jboss-4.0-testsuite-1.6 Build Failed

 

the error seen in the compile-testsuite.log:

 

/services/cruisecontrol/checkout/jboss-4.0-testsuite-1.6/testsuite/build.xml:294: Reference ${webservice.classpath} not found.

 

does not match what I see. The errors I see are due to expansion of the jdbc api, and the current mock objects not implementing the extended interfaces:

 

compile-classes-only:
    [javac] Compiling 3090 source files to C:\cvs\JBoss4.0\jboss-4.0.x\testsuite
\output\classes
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\jca\ad
apter\MockedXADataSource.java:50: org.jboss.test.jca.adapter.MockedXADataSource
is not abstract and does not override abstract method getQueryObjectGenerator()
in javax.sql.CommonDataSource
    [javac] public class MockedXADataSource
    [javac]        ^
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\jca\ad
apter\MockedXADataSource.java:123: org.jboss.test.jca.adapter.MockedXADataSource
.MockedXAConnection is not abstract and does not override abstract method remove
StatementEventListener(javax.sql.StatementEventListener) in javax.sql.PooledConn
ection
    [javac]    public class MockedXAConnection
    [javac]           ^
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\jca\ad
apter\MockedXADataSource.java:153: org.jboss.test.jca.adapter.MockedXADataSource
.MockedXAConnection.MockedConnection is not abstract and does not override abstr
act method createQueryObject(java.lang.Class) in java.sql.Connection
    [javac]       class MockedConnection
    [javac]       ^
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\jca\jd
bc\TestConnection.java:45: org.jboss.test.jca.jdbc.TestConnection is not abstrac
t and does not override abstract method createQueryObject(java.lang.Class) in ja
va.sql.Connection
    [javac] public class TestConnection implements Connection {
    [javac]        ^
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\jca\jd
bc\TestStatement.java:41: org.jboss.test.jca.jdbc.TestStatement is not abstract
and does not override abstract method isClosed() in java.sql.Statement
    [javac] public class TestStatement
    [javac]        ^
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\jca\jd
bc\TestPreparedStatement.java:47: org.jboss.test.jca.jdbc.TestPreparedStatement
is not abstract and does not override abstract method isPoolable() in java.sql.P
reparedStatement
    [javac] public class TestPreparedStatement extends TestStatement
    [javac]        ^
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\jca\xa
ds\TestXADataSource.java:36: org.jboss.test.jca.xads.TestXADataSource is not abs
tract and does not override abstract method getQueryObjectGenerator() in javax.s
ql.CommonDataSource
    [javac] public class TestXADataSource implements XADataSource
    [javac]        ^
    [javac] C:\cvs\JBoss4.0\jboss-4.0.x\testsuite\src\main\org\jboss\test\securi
ty\test\LoginModulesUnitTestCase.java:361: org.jboss.test.security.test.LoginMod
ulesUnitTestCase.TestDS is not abstract and does not override abstract method cr
eateQueryObject(java.lang.Class) in javax.sql.DataSource
    [javac]    static class TestDS implements DataSource, Serializable
    [javac]           ^

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 23, 2006 3:44 AM
To: Alexey Loubyansky; Anil Saldhana; Bill Decoste; Bill Burke; Brian Stansberry; Clebert Suconic; jboss-development@lists.sourceforge.net; [EMAIL PROTECTED]; QA; Ruel Loehr; Scott M Stark; Thomas Diesler
Subject: jboss-4.0-testsuite-1.6 Build Failed
Importance: High

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite-1.6?log=log20060523061707

BUILD FAILED

Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:268: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:117: Exit code: 1 See compile-build.log in Build Artifacts for details.

Date of build: 05/23/2006 06:17:07

Time to build: 24 minutes 12 seconds

Last changed: 05/22/2006 14:28:04

Last log entry: synced build with head

 

 

 

 

 

Reply via email to