You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by Marcel Offermans <ma...@luminis.nl> on 2011/03/02 01:53:56 UTC

Re: Build is not working again!

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
>> 


Re: Build is not working again!

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Marcel,

sorry the maven 3.0.2 it's a mistake. I set it to my local git repo and 
forget to stash it before commiting. The change should be discussed on 
the mailing list first.

The build was fine for me yesterday (same issue as we had before around 
integration tests which are stuck at one time), I'm making a new whole 
build right now. I will ping you when you will be on IRC to test the ACE 
runtime together.

Regards
JB

On 03/02/2011 01:53 AM, Marcel Offermans wrote:
> 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
>>>
>

Re: Build is not working again!

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
The build is OK (as it was yesterday if we avoid integration tests stuck).

For the runtime, in fact there were "old" mistakes in the osgi.bnd files.
For instance, the ace-client-repository-impl bundle export package was 
not correct. As the Felix maven-bundle-plugin behavior is not exactly 
the same taking an osgi.bnd file or pure OSGi statement in POM, these 
previous mistakes were hidden.
I'm making tests right now and fix that.
Sorry again for the delay.

Regards
JB

On 03/02/2011 01:53 AM, Marcel Offermans wrote:
> 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
>>>
>