Hi, I did again wipe out the workspace and configured the project to do a clean SVN checkout each time before a build instead of using SVN update.
Did someone check to build Stanbol locally from a clean checkout plus clean repo? Best, - Fabian 2012/6/21 Alessandro Adamou <[email protected]>: > On 6/21/12 4:34 PM, Rupert Westenthaler wrote: >> >> On Thu, Jun 21, 2012 at 8:40 AM, Fabian Christ >> <[email protected]> wrote: >>> >>> it seems that time has solved the problem. Jenkins got somehow behind >>> >>> the SVN changes. After my last changes which were not relevant for >>> this error, it works again. >>> >> not for very long ... >> ... now the same problem reappeared again. > > > The reported changes still date as far back as yesterday morning, as if it > only got half of my commit... > > -alessandro > > >> 2012/6/20 Rupert Westenthaler <[email protected]>: >>>> >>>> Hi >>>> >>>> For me it is totally unclear why Jenkins fails to compile ontonet. >>>> >>>> e.g: Take this Error >>>> >>>> On 20.06.2012, at 21:12, Apache Jenkins Server wrote: >>>> >>>>> >>>>> [ERROR]<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/api/io/AbstractClerezzaGraphInputSource.java>:[58,51] >>>>> incompatible types >>>>> found : org.semanticweb.owlapi.model.OWLOntologyID >>>>> required: org.apache.clerezza.rdf.core.UriRef >>>> >>>> >>>> here is the according code snippet (taken from the jenkins workspace) >>>> >>>> protected Set<TripleCollection> getImportedGraphs(TripleCollection >>>> g, boolean recursive) { >>>> Set<TripleCollection> result = new HashSet<TripleCollection>(); >>>> UriRef u = OWLUtils.guessOntologyIdentifier(g); >>>> >>>> it clearly states that the variable >>>> >>>> * g is of type "TripleCollection" and NOT >>>> * u is of type UriRef and NOT "OWLOntologyID" as claimed by the Error >>>> >>>> looking at the called Method on the OWLUtils >>>> (0.10.0-incubating-SNAPSHOT) >>>> >>>> >>>> public static UriRef guessOntologyIdentifier(TripleCollection g) { >>>> ... >>>> } >>>> >>>> also does not indicate any problem. >>>> >>>> Someone any Idea why this can happen? >>>> best >>>> Rupert >>>> >>>> >>> >>> >>> -- >>> Fabian >>> http://twitter.com/fctwitt >> >> >> > > > -- > M.Sc. Alessandro Adamou > > Alma Mater Studiorum - Università di Bologna > Department of Computer Science > Mura Anteo Zamboni 7, 40127 Bologna - Italy > > Semantic Technology Laboratory (STLab) > Institute for Cognitive Science and Technology (ISTC) > National Research Council (CNR) > Via Nomentana 56, 00161 Rome - Italy > > > "I will give you everything, just don't demand anything." > (Ettore Petrolini, 1917) > > Not sent from my iSnobTechDevice > -- Fabian http://twitter.com/fctwitt
