afs commented on issue #557: JENA-664 GeoSPARQL Jena
URL: https://github.com/apache/jena/pull/557#issuecomment-487025047
 
 
   I'm using this in the POM for the tests:
   ```
       <!-- Non-free -->
         <dependency>
           <groupId>org.apache.sis.non-free</groupId>
           <artifactId>sis-embedded-data</artifactId>
           <version>0.8</version>
           <scope>test</scope>
         </dependency>
   ```
   and then 
   
   > Set the SIS_DATA environment variable to the path of an initially empty 
directory (preferred choice). 
   
   applies. 
   
   Where does SIS_DATA setting happen in the gradle setup?  My gradle foo ran 
out and I could not find it.
   
   I tried exporting it in the shell - it works when I use a Java8 JDK, and 
fails for Java11 (compiling for Java8).
   
   @ajs6f Is there a way to have a few lines of java run before all the tests 
as it is current setup or do we need to do the 
   
       @RunWith(Suite.class)
       @SuiteClasses({Test1.class, Test2.class})
   
   thing?
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to