AW: How to check return values of Jena components

2022-02-19 Thread Neubert, Joachim
> -Ursprüngliche Nachricht- > Von: Andy Seaborne > Gesendet: Freitag, 18. Februar 2022 15:47 > An: users@jena.apache.org > Betreff: Re: How to check return values of Jena components > > Hi Joachim, > > Using the development build, I get a return code of 0 from

How to check return values of Jena components

2022-02-18 Thread Neubert, Joachim
In my tdb create script, I have several steps (loading, text indexing etc.) building on each other, and I want the whole script to abort when an error occurs. Therefore, I've introduce return value checks like this: # since output is piped to tee, the return value of the originating program