On 13 May 2016 at 14:02, Stian Soiland-Reyes <[email protected]> wrote: > the -source.zip however looks good - so I'll give a vote based on that one.
My vote: +1 Checked: 9ad414e614e22f32597c2bb73e7219b7dbad5a5a apache-commonsrdf-0.2.0-incubating-source-release.zip Checked: Signature Hashes LICENSE / NOTICE RELEASE-NOTES.txt mvn apache-rat:check mvn clean install mvn site source-release.zip matches git 433ffd9 maven repo: -sources.jar matches zip maven repo : *.jar filenames match target/*jar Notes: Maven repo's commons-rdf-parent-0.2.0-incubating-source-release.zip do NOT have the same checksum () as the downloaded apache-commonsrdf-0.2.0-incubating-source-release.zip stain@biggiebuntu:~/Downloads/mvn/commons-rdf-parent/0.2.0-incubating$ sha1sum commons-rdf-parent-0.2.0-incubating-source-release.zip e4099bea9fce075e12dc0ace597f236ca1dedf68 commons-rdf-parent-0.2.0-incubating-source-release.zip stain@biggiebuntu:~/Downloads/mvn/commons-rdf-parent/0.2.0-incubating$ sha1sum ~/Downloads/apache-commonsrdf-0.2.0-incubating-source-release.zip 9ad414e614e22f32597c2bb73e7219b7dbad5a5a /home/stain/Downloads/apache-commonsrdf-0.2.0-incubating-source-release.zip .. however the files inside it DO match. fails: examples/ mvn clean install (After changing version numbers) [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/stain/Downloads/apache-commonsrdf-0.2.0-incubating/examples/src/example/UserGuideTest.java:[217,50] cannot find symbol symbol: variable StandardCharsets location: class example.UserGuideTest I fixed both this and version number in example/ on master. https://repository.apache.org/content/repositories/orgapachecommons-1168/org/apache/commons/commons-rdf-api/0.2.0-incubating/commons-rdf-api-0.2.0-incubating-tests.jar is missing META-INF/LICENSE and META-INF/NOTICE. We should figure out how to do this in Maven rather than the src/main/resources/META-INF approach. Not a blocker for 0.2.0. Tested with: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: /home/stain/software/maven Java version: 1.8.0_91, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "4.4.0-22-generic", arch: "amd64", family: "unix" Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: C:\Program Files\apache-maven-3.3.9\bin\.. Java version: 1.8.0_92, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_92\jre Default locale: en_GB, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/0000-0001-9842-9718
