On Thu, 2005-06-23 at 19:57 +0100, robert burrell donkin wrote:
> The first release candidate for the 0.7 release of Betwixt is now
> available here: http://people.apache.org/~rdonkin/commons-betwixt. The
> Javadocs are available here:
> http://people.apache.org/~rdonkin/commons-betwixt/site/.
> 
> This release candidate contains no code changes from the last release
> candidate cut in the 0.6.1 series save the change in numbering. Given
> some minor semantic incompatibilities and the extensive range of new
> features, it was felt more appropriate to make this new minor release
> (rather than a point).
> 
> Please download and check the candidate. Feedback welcomed and should be
> directed to commons-dev.
> 

===
Maven build fails with
 javac: target release 1.1 conflicts with default source release 1.5

The project.properties file has "maven.target.source=1.2". Perhaps this
should be "maven.compile.source=1.2"?

===

All unit tests succeeded with Java1.5.
One unit test failed with Java 1.3 (debian sarge):

Testcase:
testIntrospectionTimeTypeWrite(org.apache.commons.betwixt.io.read.TestBindTimeTypeMapping):
     FAILED
(Unequal node names) expected:<call> but was:<latinName>
junit.framework.ComparisonFailure: (Unequal node names) expected:<call>
but was:<latinName>
        at
org.apache.commons.betwixt.xmlunit.XmlTestCase.testIsomorphic(XmlTestCase.java:214)
        at
org.apache.commons.betwixt.xmlunit.XmlTestCase.testIsomorphic(XmlTestCase.java:312)
        at
org.apache.commons.betwixt.xmlunit.XmlTestCase.testIsomorphic(XmlTestCase.java:312)
        at
org.apache.commons.betwixt.xmlunit.XmlTestCase.xmlAssertIsomorphic(XmlTestCase.java:175)
        at
org.apache.commons.betwixt.xmlunit.XmlTestCase.xmlAssertIsomorphicContent(XmlTestCase.java:128)
        at
org.apache.commons.betwixt.xmlunit.XmlTestCase.xmlAssertIsomorphicContent(XmlTestCase.java:105)
        at
org.apache.commons.betwixt.xmlunit.XmlTestCase.xmlAssertIsomorphicContent(XmlTestCase.java:96)
        at
org.apache.commons.betwixt.io.read.TestBindTimeTypeMapping.testIntrospectionTimeTypeWrite(TestBindTimeTypeMapping.java:232)

===
Otherwise +1 - all looks good.

Regards,

Simon



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to