I was executing mvn clean test. I had a couple of issues with some new code and was restarting from the point of failure. Starting from the top worked .
On Sun, Oct 27, 2013 at 7:25 PM, Andy Seaborne <[email protected]> wrote: > On 27/10/13 18:59, Claude Warren wrote: > >> I am attempting to build the entire jena package from scratch. I find >> that >> jena-jdbc depends upon jena-spatial 1.0.1-SNAPSHOT but the build doesn't >> build seem to build it. Any idea how to fix this -- OK, I know I can >> build >> jena-spatial by hand but there seems to be something wrong with the build. >> >> Claude >> >> > It looks like it is because of the tests: > > mvn dependency:tree ==> > > [INFO] +- org.apache.jena:jena-fuseki:**jar:1.0.1-SNAPSHOT:test > > includes fuseki, includes jena-spatial. > > > The Jenkins jobs build from clean each time. The main POM does spatial > and fuseki before jena-jdbc so it should work (tm). > > The release build was done with an initially empty repo. > > Are you doing "mvn install" in the top directory? > > Andy > > -- I like: Like Like - The likeliest place on the web<http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
