On 14/06/12 11:41, Ian Dickinson wrote:
On 14/06/12 10:58, Andy Seaborne wrote:
On 14/06/12 10:37, Ian Dickinson wrote:
I had a build failure when I tried to compile the source archive. Log
attached.
Ian
ian@ian-desktop $ unzip ../jena-2.7.1-source-release.zip
Archive: ../jena-2.7.1-source-release.zip
creating: jena-2.7.1/
creating: jena-2.7.1/jena-examples/
creating: jena-2.7.1/jena-examples/bin/
[approx 10K lines of unzip output elided ...]
unzip -q ...
[~/Downloads/temp/jena-2.7.1]
ian@ian-desktop $ mvn clean compile
You must use mvn install, not mvn compile.
Doh. Yes, of course.
No "doh" about it. It's the secondary artifacts that make it required -
and why it gets to ARQ before failing. It got past core depending on
jena-iri.
Instructions added for next time. And put in the right place.
Could you please try "mvn install"?
Works.
:-)
Ian
Andy