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.
Could you please try "mvn install"?
Works.
Ian