Build./release in progress ...
During the build part, I got:
*jena-core*
java8 - spurious warnings from javadoc production - it seems confused by
some names.
(I used java7 for the real build by setting JAVA_HOME)
There are about 100 warnings from OntProperty and OntResource --
[WARNING]
/home/afs/Jena/jena-core/src/main/java/com/hp/hpl/jena/ontology/OntProperty.java:483:
warning - @propertyDescription is an unknown tag.
which is the line:
public boolean isFunctionalProperty();
which also causes:
[WARNING]
/home/afs/Jena/jena-core/src/main/java/com/hp/hpl/jena/ontology/OntProperty.java:483:
warning - Tags @propertyGetter, @propertySetter and @propertyDescription can
only be used in JavaFX properties getters and setters
and apparently "*Property" is the idiom for a setter in JavaFX. Not that
we are using the tags; it's triggered from the name.
Bother.
*jena-tdb*
3 warnings about there being no lock.
Ignored.
*jena-security*
[INFO] Transforming 'Apache Jena - Security'...
[INFO] Ignoring artifact version update for expression ${project.version}
[INFO] Ignoring artifact version update for expression ${project.version}
and
[INFO] Running org.apache.jena.security.contract.graph.SecuredGraphListenerTest
[INFO] 10:35:42 WARN riot :: [line: 7, col: 43] {W106}
Unknown rdf:parseType: 'daml:collection' (treated as 'Literal'.
[INFO] 10:35:42 WARN riot :: [line: 7, col: 43] {W106}
Unknown rdf:parseType: 'daml:collection' (treated as 'Literal'.
[INFO] 10:35:42 WARN riot :: [line: 7, col: 43] {W106}
Unknown rdf:parseType: 'daml:collection' (treated as 'Literal'.
[INFO] 10:35:42 WARN riot :: [line: 7, col: 43] {W106}
Unknown rdf:parseType: 'daml:collection' (treated as 'Literal'.
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268
sec - in org.apache.jena.security.contract.graph.SecuredGraphListenerTest
which look like they should be removed (daml:collection has been removed
completely from jena-core)