Continuum

Continuum does not build with Sun JDK 6

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1-alpha-1
  • Fix Version/s: 1.1-beta-1
  • Component/s: Environmental
  • Labels:
    None
  • Environment:
    continuum trunk r490449
    linux 2.6.12
    Sun JDK 6 (build 1.6.0-b105)
  • Complexity:
    Intermediate
  • Number of attachments :
    1

Description

snippet of the build output (mvn clean install).
...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Continuum Data Management API
[INFO] task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/minto/rommel/svn-src/continuum/continuum-data-management/target
[INFO] Deleting directory /home/minto/rommel/svn-src/continuum/continuum-data-management/target/classes
[INFO] Deleting directory /home/minto/rommel/svn-src/continuum/continuum-data-management/target/test-classes
[INFO] [plexus:descriptor {execution: generate}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 2 source files to /home/minto/rommel/svn-src/continuum/continuum-data-management/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 1 source file to /home/minto/rommel/svn-src/continuum/continuum-data-management/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/minto/rommel/svn-src/continuum/continuum-data-management/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.maven.continuum.management.DataManagementToolTest
Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.348 sec <<< FAILURE!

Results :
Tests run: 3, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

Builds with JDK 5 runs just fine.

Activity

Hide
Trygve Laugstol added a comment -

This issue is rather useless unless you can say what failed. Please add the surefire test reports.

Show
Trygve Laugstol added a comment - This issue is rather useless unless you can say what failed. Please add the surefire test reports.
Hide
Matthew Beermann added a comment -

Here's the log of the build failure.

Show
Matthew Beermann added a comment - Here's the log of the build failure.
Hide
Olivier Lamy added a comment -

As I see in your logs it doesn't look to be a java6 trouble but a xml comparaison with a String equals.
Now in the trunk it's made with xmlunit.
Can you check again with trunk ?
Thanks.

Show
Olivier Lamy added a comment - As I see in your logs it doesn't look to be a java6 trouble but a xml comparaison with a String equals. Now in the trunk it's made with xmlunit. Can you check again with trunk ? Thanks.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: