Andy, somehow, I am not able to resolve this. Here are the steps I am following:
0) I made sure I am up-to-date with SVN 1) I removed any trace of the arq build in my .m2, just to make sure nothing old is used 2) I ran mvn install for iri, jena2, and arq (and I checked that the arq in my .m2 is new) 3) I then ran mvn clean test (and first cleaned tmp/testing) in TxTDB I keep seeing problems and it clearly uses the ARQ as built in step 2 (I don't see how it can use anything else). What am I missing? Simon From: Andy Seaborne <[email protected]> To: [email protected] Date: 11/14/2011 05:04 PM Subject: Re: issues building TxTDB ARQ is not up-to-date in your local repo att he time of the TDB test suite. I saw the same as you during today on the Apache build server but it was because I'd only put an install of ARQ locally, not deployed it. Locally, TDB test suite worked, but broke on the Apache build server. When I deployed the latest snapshot ARQ, TDB was fine. Broken build: #336 https://builds.apache.org/view/G-L/view/Jena/job/Jena_TDB/336/ Working build: #338 https://builds.apache.org/view/G-L/view/Jena/job/Jena_TDB/338/ You can get the commits and Jenkins build failures on mailing list jena-commits. Or see the Jenkins development build is tracked at: https://builds.apache.org/view/G-L/view/Jena/job/Jena_TDB/ which has an RSS feed. Try svn updating ARQ, installing that, then doing "mvn clean test" (and also deleting the tmp/testing directory and everything under it). I find "clean" is sometimes necessary as junk class files seem to get left around. Compiling is quick enough. Andy On 14/11/11 21:17, Simon Helsen wrote: > Hi guys, > > I just updated everything in my SVN projects and started to maven build > everything in my sequence (TopJena,IRI,Jena2,ARQ,TxTDB), using the maven > command-line (i.e. outside eclipse) > > This went fine up until the TxTDB which repeated fails with test errors. > Moreover, repeated attempts (I run 'mvn install') also produce different > test errors. I am running this on a Windows 7/64 bit machine > > anyone seen this? > > Simon
