On Mon, Mar 18, 2013 at 7:38 PM, Reto Bachmann-Gmür <[email protected]> wrote:
> > > On Thu, Mar 14, 2013 at 11:10 AM, Minto van der Sluis <[email protected] > > wrote: > >> Hi Folks, >> >> Doing a fresh build of the lastest and greatest from git results in test >> errors for the following projects: >> >> scala-scripting >> platform.typerendering.seedsnipe >> rdf.jena.tdb.storage (not my modified version) >> rdf.file.storage >> >> These components do build, it's only testing that fails. >> >> Are these known issues? Is there some kind of continuous build for >> Clerezza? >> > > Let me answer the easy question first. Yes there is continuos integration, > it's here: > > https://builds.apache.org/job/clerezza-trunk-1.6/ > > I'll have a look if I broke something with my work on the parent. > It builds here: [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:20.344s [INFO] Finished at: Mon Mar 18 19:51:59 CET 2013 [INFO] Final Memory: 217M/925M [INFO] ------------------------------------------------------------------------ reto@mufu-desktop-hp:~/projects/apache/clerezza$ svn status reto@mufu-desktop-hp:~/projects/apache/clerezza$ The latest failure on Jenkins is due to the missing plugin: -DartifactId=maven-ontologies-plugin -Dversion=0.4-SNAPSHOT The problem with plugins is that they are not taken into account by maven when creating the reactor build order. I've now deployed the plugin manually and I hope that the build will now succeed. Reto
