Hello JB,
This evening I again tried building ACE.
First I ran into the issue that the build suddenly requires Maven 3.0.2, so I
removed that requirement again. Then I removed the GWT (ace-webui) bundle
finally, because that's still in there and was causing other errors (the
ace-target-devserver was still depending on a war in that project, not needed
at all anymore).
The tests don't work anymore, and I have the feeling that more than this single
test is failing. Worse, running ACE does not work anymore, there are bundles
that no longer start, so somehow all these build conversions have changed
things, which for me is a big issue because it effectively halts all work.
I committed some things that at least got things partly compiling again, but we
need to get all tests running again and even more important, ACE running again.
Greetings, Marcel
On Feb 28, 2011, at 20:50 , Jean-Baptiste Onofré wrote:
> 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
>>