Hi Marcel,
I'm working on that. It should be fix very soon.
Regards
JB
On 02/28/2011 08:35 PM, Marcel Offermans wrote:
Hello guys,
The build is not working for me anymore:
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache ACE :: Range :: API
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting /Users/marceloffermans/dev/ace/ace-range-api/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/marceloffermans/dev/ace/ace-range-api/src/main/resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to
/Users/marceloffermans/dev/ace/ace-range-api/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/marceloffermans/dev/ace/ace-range-api/src/test/resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to
/Users/marceloffermans/dev/ace/ace-range-api/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/Users/marceloffermans/dev/ace/ace-range-api/src/test/java/org/apache/ace/range/SortedRangeSetTest.java:[21,39]
package org.apache.ace.test.utils does not exist
/Users/marceloffermans/dev/ace/ace-range-api/src/test/java/org/apache/ace/range/SortedRangeSetTest.java:[21,0]
static import only from classes and interfaces
/Users/marceloffermans/dev/ace/ace-range-api/src/test/java/org/apache/ace/range/SortedRangeSetTest.java:[29,21]
cannot find symbol
symbol : variable UNIT
location: class org.apache.ace.range.SortedRangeSetTest
/Users/marceloffermans/dev/ace/ace-range-api/src/test/java/org/apache/ace/range/SortedRangeSetTest.java:[58,21]
cannot find symbol
symbol : variable UNIT
location: class org.apache.ace.range.SortedRangeSetTest
/Users/marceloffermans/dev/ace/ace-range-api/src/test/java/org/apache/ace/range/SortedRangeSetTest.java:[74,21]
cannot find symbol
symbol : variable UNIT
location: class org.apache.ace.range.SortedRangeSetTest
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Mon Feb 28 20:32:29 CET 2011
[INFO] Final Memory: 64M/125M
[INFO] ------------------------------------------------------------------------
macpro:ace marceloffermans$
Please make sure this stuff works before committing!
Greetings, Marcel