What's the betting the name "/targets/" in the file part is confusing a
plugin somewhere?
The problem is that this name comes from the SHACL WG test suite.
Andy
On 24/09/2019 15:32, Andy Seaborne wrote:
Is this build-from-source or build-from-git?
Does jena-3.13.0/jena-shacl/testing/std/core/targets/manifest.ttl
exist on your machine?
On 24/09/2019 15:23, ajs6f wrote:
I'm sorry to say that I'm getting a build error on my Mac with
➜ jena-3.13.0 mvn -v
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297;
2018-02-24T14:49:05-05:00)
Maven home: /usr/local/Cellar/maven/3.5.3/libexec
Java version: 1.8.0_65, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
in jena-shacl. I include the whole stacktrace below my sig, but the
error is specifically
[INFO] Running org.apache.jena.shacl.TC_SHACL
[ERROR] Tests run: 20, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 1.079 s <<< FAILURE! - in org.apache.jena.shacl.TC_SHACL
[ERROR]
initializationError(org.apache.jena.shacl.tests.std.TestShaclCoreWG)
Time elapsed: 0.004 s <<< ERROR!
org.apache.jena.riot.RiotNotFoundException: Not found:
file:///private/tmp/jena/jena-3.13.0/jena-shacl/testing/std/core/targets/manifest.ttl
at
org.apache.jena.shacl.tests.std.TestShaclCoreWG.data(TestShaclCoreWG.java:39)
It looks like maybe a test is running into some kind of problem
because Macs do that thing where they alias /tmp to a different
directory for each user?
ajs6f