For Mac OS X, using

wget --no-check-certificate 
https://dist.apache.org/repos/dist/dev/jena/source/jena-3.1.0-source-release.zip
unzip jena-3.1.0-source-release.zip
cd jena-3.1.0
mvn --threads 2.0C -Dmaven.repo.local=/tmp/maven clean install

I got errors (not failures) in jena-jdbc-driver-tdb, specifically for 
TestTdbDiskResultSets. I've put it up here:

https://gist.github.com/ajs6f/fded4a65dba235f3ad614c7f89444d99

Lots and lots of org.apache.jena.tdb.base.file.FileExceptions. Does that look 
like a real problem or just something weird about my setup?

---
A. Soroka
The University of Virginia Library

> On May 9, 2016, at 8:56 AM, Andy Seaborne <a...@apache.org> wrote:
> 
> On 09/05/16 13:44, Stian Soiland-Reyes wrote:
>>> OSGi didn't work at 3.0.1 either as I understand PR#134
>> No, 3.0.1 jena-osgi was also broken because of the ServiceLoader issue.
>> 
> 
> That's what I meant - jena-osgi did not work whatever the reason.
> 
> As it took so long to show up, we can conclude the usage of the 
> project-produced OSGi bundle is low.
> 
>> Due to the Karaf issue you mention, then I suggest adding
>> org.apache.servicemix.bundles.xerces as an
>> informational <optional>true</optional> dependency.
>> 
>> See https://github.com/apache/jena/pull/140
> 
> Great - I hope OSGi users will test that out.
> 
>       Andy
> 

Reply via email to