I had a build failure when I tried to compile the source archive. Log
attached.
Ian
[~/Downloads/temp]
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 ...]
[~/Downloads/temp]
ian@ian-desktop $ ls
jena-2.7.1/
[~/Downloads/temp]
ian@ian-desktop $ cd jena-2.7.1/
[~/Downloads/temp/jena-2.7.1]
ian@ian-desktop $ ls
apache-jena/ jena-arq/ jena-examples/ jena-iri/ jena-parent/ jena-tdb/ NOTICE
DEPENDENCIES jena-core/ jena-fuseki/ jena-larq/ jena-sdb/ LICENSE pom.xml
[~/Downloads/temp/jena-2.7.1]
ian@ian-desktop $ mvn clean compile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] jena-parent
[INFO] jena-iri
[INFO] jena-core
[INFO] jena-arq
[INFO] jena-tdb
[INFO] jena-fuseki
[INFO] apache-jena
[INFO] Apache Jena
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jena-parent 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jena-iri 0.9.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-iri ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-iri ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jena-iri ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.4:compile (default-compile) @ jena-iri ---
[INFO] Compiling 44 source files to /home/ian/Downloads/temp/jena-2.7.1/jena-iri/target/classes
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jena-core 2.7.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jena-core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources to etc
[INFO] Copying 1 resource to vocabularies
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Copying 4 resources to com/hp/hpl/jena/
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.4:compile (default-compile) @ jena-core ---
[INFO] Compiling 847 source files to /home/ian/Downloads/temp/jena-2.7.1/jena-core/target/classes
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jena-arq 2.9.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jena-arq ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ jena-arq ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/jena/jena-core/2.7.1/jena-core-2.7.1-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] jena-parent ....................................... SUCCESS [1.629s]
[INFO] jena-iri .......................................... SUCCESS [2.508s]
[INFO] jena-core ......................................... SUCCESS [5.543s]
[INFO] jena-arq .......................................... FAILURE [0.962s]
[INFO] jena-tdb .......................................... SKIPPED
[INFO] jena-fuseki ....................................... SKIPPED
[INFO] apache-jena ....................................... SKIPPED
[INFO] Apache Jena ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.949s
[INFO] Finished at: Thu Jun 14 10:30:58 BST 2012
[INFO] Final Memory: 32M/359M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process (default) on project jena-arq: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
[ERROR] ----------
[ERROR] 1) org.apache.jena:jena-core:jar:tests:2.7.1
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.apache.jena -DartifactId=jena-core -Dversion=2.7.1 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.apache.jena -DartifactId=jena-core -Dversion=2.7.1 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.apache.jena:jena-arq:jar:2.9.1
[ERROR] 2) org.apache.jena:jena-core:jar:tests:2.7.1
[ERROR]
[ERROR] ----------
[ERROR] 1 required artifact is missing.
[ERROR]
[ERROR] for artifact:
[ERROR] org.apache.jena:jena-arq:jar:2.9.1
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :jena-arq
[~/Downloads/temp/jena-2.7.1]
ian@ian-desktop $