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 <[email protected]>: >> 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 [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
