yarong-lifemap opened a new issue, #3454:
URL: https://github.com/apache/jena/issues/3454

   ### Version
   
   5.4
   
   ### What happened?
   
   When running the loader via the batch file, if it crashes for any reason, 
the status is always 0.
   Proposed fix: 
   java %JVM_ARGS% -Dlog4j.configurationFile="%LOGGING%" -cp "%JENA_CP%" 
tdb2.tdbloader %*
   set RC=%ERRORLEVEL%
   exit /B %RC%
   
   ### Relevant output and stacktrace
   
   ```shell
   
   ```
   
   ### Are you interested in making a pull request?
   
   Maybe


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to