You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2019/04/23 14:56:07 UTC

[GitHub] [jena] afs edited a comment on issue #557: JENA-664 GeoSPARQL Jena

afs edited a comment on issue #557: JENA-664 GeoSPARQL Jena
URL: https://github.com/apache/jena/pull/557#issuecomment-485826706
 
 
   Let's look at jena-geosparql then move on to jena-fuseki-geosparql.
   
   There is java8/java11 for `java.xml.bind:jaxb-api` (not in Java11 - has to be a dependency) but other than that it compiles. Not urgent, know fix.
   
   Running the tests:
   
   The POM has surefire miscongiured (my fault): it just needs to be:
   
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-surefire-plugin</artifactId>
               </plugin>
   
   then I get at the start:
   
       WARNING: The “SIS_DATA” environment variable is not set.
   
   then some test problems which I'm assuming come from the lack of `SIS_DATA`. What should this be set to?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services