You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Fabian Christ <ch...@googlemail.com> on 2011/06/22 23:06:27 UTC

Re: svn commit: r1138529 - /incubator/stanbol/trunk/pom.xml

Hi,

with activated

> +    <module>ontologymanager/ontonet</module>
> +    <module>ontologymanager/web</module>

the build is broken on my local machine. Do others have the same
problem? The last Jenkins build [1] also seems to have some problems
although I do not really understand was happens there.

[1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/241/

Best,
 - Fabian

2011/6/22  <en...@apache.org>:
> Author: enridaga
> Date: Wed Jun 22 16:12:37 2011
> New Revision: 1138529
>
> URL: http://svn.apache.org/viewvc?rev=1138529&view=rev
> Log:
> Remove unused dependencies from pom files. This would break when moving out of the profile. Probably also /store can be moved out but I leave this to someone who can monitor it. STANBOL-177
>
> Modified:
>    incubator/stanbol/trunk/pom.xml
>
> Modified: incubator/stanbol/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138529&r1=1138528&r2=1138529&view=diff
> ==============================================================================
> --- incubator/stanbol/trunk/pom.xml (original)
> +++ incubator/stanbol/trunk/pom.xml Wed Jun 22 16:12:37 2011
> @@ -51,6 +51,8 @@
>     <module>enhancer</module>
>     <module>data</module>
>     <module>contenthub/web</module>
> +    <module>ontologymanager/ontonet</module>
> +    <module>ontologymanager/web</module>
>     <module>launchers/stateless</module>
>     <module>launchers/full</module>
>     <module>integration-tests</module>
> @@ -66,7 +68,7 @@
>         <!--
>         <module>owl</module>
>         -->
> -        <module>ontologymanager</module>
> +        <module>ontologymanager/store</module>
>         <module>rules</module>
>         <module>reengineer</module>
>         <module>reasoners</module>
>
>
>



-- 
Fabian

Re: svn commit: r1138529 - /incubator/stanbol/trunk/pom.xml

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi

> the build is broken on my local machine. Do others have the same
> problem? The last Jenkins build [1] also seems to have some problems
> although I do not really understand was happens there.
>
THe built was also broken on my machine until I manually deleted the
"/sling" folder within the integration-test folder.
I think this is because Apache Sling does no replace the bundles
within the cache (sling/felix) if the sling folder exists. Therefore
updated bundles are not replaced and tests run against an outdated
version.

> [1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/241/

At the bottom of the page it notes

 Apache Stanbol Enhancer Sling-based standalone launcher - stateless
version	2 days 3 hr and counting

Maybe this has the very same reason. But even than the timeout of
three minutes should stop this test.
Very strange indeed

best
Rupert
>
> Best,
>  - Fabian
>
> 2011/6/22  <en...@apache.org>:
>> Author: enridaga
>> Date: Wed Jun 22 16:12:37 2011
>> New Revision: 1138529
>>
>> URL: http://svn.apache.org/viewvc?rev=1138529&view=rev
>> Log:
>> Remove unused dependencies from pom files. This would break when moving out of the profile. Probably also /store can be moved out but I leave this to someone who can monitor it. STANBOL-177
>>
>> Modified:
>>    incubator/stanbol/trunk/pom.xml
>>
>> Modified: incubator/stanbol/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138529&r1=1138528&r2=1138529&view=diff
>> ==============================================================================
>> --- incubator/stanbol/trunk/pom.xml (original)
>> +++ incubator/stanbol/trunk/pom.xml Wed Jun 22 16:12:37 2011
>> @@ -51,6 +51,8 @@
>>     <module>enhancer</module>
>>     <module>data</module>
>>     <module>contenthub/web</module>
>> +    <module>ontologymanager/ontonet</module>
>> +    <module>ontologymanager/web</module>
>>     <module>launchers/stateless</module>
>>     <module>launchers/full</module>
>>     <module>integration-tests</module>
>> @@ -66,7 +68,7 @@
>>         <!--
>>         <module>owl</module>
>>         -->
>> -        <module>ontologymanager</module>
>> +        <module>ontologymanager/store</module>
>>         <module>rules</module>
>>         <module>reengineer</module>
>>         <module>reasoners</module>
>>
>>
>>
>
>
>
> --
> Fabian
>



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: svn commit: r1138529 - /incubator/stanbol/trunk/pom.xml

Posted by Enrico Daga <en...@gmail.com>.
On 24 June 2011 12:27, Fabian Christ <ch...@googlemail.com> wrote:
> Hi Enrico,
>
> hmm don't know what the problem was but it seems to work now.
great!

enrico
>
> Sorry for the noise.
>
> - Fabian
>
> 2011/6/23 Enrico Daga <en...@gmail.com>:
>> Hi Fabian,
>> I have activated the two modules, could you please be more specific?
>> Which compile problems did you have?
>>
>> Jenkins build went ok, even if there are some problems at runtime
>> (launcher full), but I have not added the two modules to the launcher
>> yet.
>>
>> Thank you
>> Enrico
>>
>> On 22 June 2011 23:06, Fabian Christ <ch...@googlemail.com> wrote:
>>> Hi,
>>>
>>> with activated
>>>
>>>> +    <module>ontologymanager/ontonet</module>
>>>> +    <module>ontologymanager/web</module>
>>>
>>> the build is broken on my local machine. Do others have the same
>>> problem? The last Jenkins build [1] also seems to have some problems
>>> although I do not really understand was happens there.
>>>
>>> [1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/241/
>>>
>>> Best,
>>>  - Fabian
>>>
>>> 2011/6/22  <en...@apache.org>:
>>>> Author: enridaga
>>>> Date: Wed Jun 22 16:12:37 2011
>>>> New Revision: 1138529
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1138529&view=rev
>>>> Log:
>>>> Remove unused dependencies from pom files. This would break when moving out of the profile. Probably also /store can be moved out but I leave this to someone who can monitor it. STANBOL-177
>>>>
>>>> Modified:
>>>>    incubator/stanbol/trunk/pom.xml
>>>>
>>>> Modified: incubator/stanbol/trunk/pom.xml
>>>> URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138529&r1=1138528&r2=1138529&view=diff
>>>> ==============================================================================
>>>> --- incubator/stanbol/trunk/pom.xml (original)
>>>> +++ incubator/stanbol/trunk/pom.xml Wed Jun 22 16:12:37 2011
>>>> @@ -51,6 +51,8 @@
>>>>     <module>enhancer</module>
>>>>     <module>data</module>
>>>>     <module>contenthub/web</module>
>>>> +    <module>ontologymanager/ontonet</module>
>>>> +    <module>ontologymanager/web</module>
>>>>     <module>launchers/stateless</module>
>>>>     <module>launchers/full</module>
>>>>     <module>integration-tests</module>
>>>> @@ -66,7 +68,7 @@
>>>>         <!--
>>>>         <module>owl</module>
>>>>         -->
>>>> -        <module>ontologymanager</module>
>>>> +        <module>ontologymanager/store</module>
>>>>         <module>rules</module>
>>>>         <module>reengineer</module>
>>>>         <module>reasoners</module>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Fabian
>>>
>>
>>
>>
>> --
>> Enrico Daga
>>
>> --
>> http://www.enridaga.net
>> skype: enri-pan
>>
>
>
>
> --
> Fabian
>



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: svn commit: r1138529 - /incubator/stanbol/trunk/pom.xml

Posted by Fabian Christ <ch...@googlemail.com>.
Hi Enrico,

hmm don't know what the problem was but it seems to work now.

Sorry for the noise.

- Fabian

2011/6/23 Enrico Daga <en...@gmail.com>:
> Hi Fabian,
> I have activated the two modules, could you please be more specific?
> Which compile problems did you have?
>
> Jenkins build went ok, even if there are some problems at runtime
> (launcher full), but I have not added the two modules to the launcher
> yet.
>
> Thank you
> Enrico
>
> On 22 June 2011 23:06, Fabian Christ <ch...@googlemail.com> wrote:
>> Hi,
>>
>> with activated
>>
>>> +    <module>ontologymanager/ontonet</module>
>>> +    <module>ontologymanager/web</module>
>>
>> the build is broken on my local machine. Do others have the same
>> problem? The last Jenkins build [1] also seems to have some problems
>> although I do not really understand was happens there.
>>
>> [1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/241/
>>
>> Best,
>>  - Fabian
>>
>> 2011/6/22  <en...@apache.org>:
>>> Author: enridaga
>>> Date: Wed Jun 22 16:12:37 2011
>>> New Revision: 1138529
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1138529&view=rev
>>> Log:
>>> Remove unused dependencies from pom files. This would break when moving out of the profile. Probably also /store can be moved out but I leave this to someone who can monitor it. STANBOL-177
>>>
>>> Modified:
>>>    incubator/stanbol/trunk/pom.xml
>>>
>>> Modified: incubator/stanbol/trunk/pom.xml
>>> URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138529&r1=1138528&r2=1138529&view=diff
>>> ==============================================================================
>>> --- incubator/stanbol/trunk/pom.xml (original)
>>> +++ incubator/stanbol/trunk/pom.xml Wed Jun 22 16:12:37 2011
>>> @@ -51,6 +51,8 @@
>>>     <module>enhancer</module>
>>>     <module>data</module>
>>>     <module>contenthub/web</module>
>>> +    <module>ontologymanager/ontonet</module>
>>> +    <module>ontologymanager/web</module>
>>>     <module>launchers/stateless</module>
>>>     <module>launchers/full</module>
>>>     <module>integration-tests</module>
>>> @@ -66,7 +68,7 @@
>>>         <!--
>>>         <module>owl</module>
>>>         -->
>>> -        <module>ontologymanager</module>
>>> +        <module>ontologymanager/store</module>
>>>         <module>rules</module>
>>>         <module>reengineer</module>
>>>         <module>reasoners</module>
>>>
>>>
>>>
>>
>>
>>
>> --
>> Fabian
>>
>
>
>
> --
> Enrico Daga
>
> --
> http://www.enridaga.net
> skype: enri-pan
>



-- 
Fabian

Re: svn commit: r1138529 - /incubator/stanbol/trunk/pom.xml

Posted by Enrico Daga <en...@gmail.com>.
Hi Fabian,
I have activated the two modules, could you please be more specific?
Which compile problems did you have?

Jenkins build went ok, even if there are some problems at runtime
(launcher full), but I have not added the two modules to the launcher
yet.

Thank you
Enrico

On 22 June 2011 23:06, Fabian Christ <ch...@googlemail.com> wrote:
> Hi,
>
> with activated
>
>> +    <module>ontologymanager/ontonet</module>
>> +    <module>ontologymanager/web</module>
>
> the build is broken on my local machine. Do others have the same
> problem? The last Jenkins build [1] also seems to have some problems
> although I do not really understand was happens there.
>
> [1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/241/
>
> Best,
>  - Fabian
>
> 2011/6/22  <en...@apache.org>:
>> Author: enridaga
>> Date: Wed Jun 22 16:12:37 2011
>> New Revision: 1138529
>>
>> URL: http://svn.apache.org/viewvc?rev=1138529&view=rev
>> Log:
>> Remove unused dependencies from pom files. This would break when moving out of the profile. Probably also /store can be moved out but I leave this to someone who can monitor it. STANBOL-177
>>
>> Modified:
>>    incubator/stanbol/trunk/pom.xml
>>
>> Modified: incubator/stanbol/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138529&r1=1138528&r2=1138529&view=diff
>> ==============================================================================
>> --- incubator/stanbol/trunk/pom.xml (original)
>> +++ incubator/stanbol/trunk/pom.xml Wed Jun 22 16:12:37 2011
>> @@ -51,6 +51,8 @@
>>     <module>enhancer</module>
>>     <module>data</module>
>>     <module>contenthub/web</module>
>> +    <module>ontologymanager/ontonet</module>
>> +    <module>ontologymanager/web</module>
>>     <module>launchers/stateless</module>
>>     <module>launchers/full</module>
>>     <module>integration-tests</module>
>> @@ -66,7 +68,7 @@
>>         <!--
>>         <module>owl</module>
>>         -->
>> -        <module>ontologymanager</module>
>> +        <module>ontologymanager/store</module>
>>         <module>rules</module>
>>         <module>reengineer</module>
>>         <module>reasoners</module>
>>
>>
>>
>
>
>
> --
> Fabian
>



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan