Code Monkey home page Code Monkey logo

Comments (6)

cmarchand avatar cmarchand commented on September 13, 2024

This should be corrected with commit 19fb09b.
Could you check if this is correct ? Next build at ELS will occurs saturday at 2AM UT+1, but you can checkout and build by yourself.

Thanks in advance,
Christophe

from gaulois-pipe.

arkamy avatar arkamy commented on September 13, 2024

Thanks
I tried but It doesn't work. I know that I use the new version of Gaulois-pipe because if no exception occurs, the following new log info is displayed :
... fr.efl.chaine.xslt.GauloisPipe - Gaulois-Pipe is exiting without error.

But with or without exception, I receive the same error code : 0

Code :
java -cp ... fr.efl.chaine.xslt.GauloisPipe ...
error=$?
echo "***** GAULOIS-PIPE : ERROR = $? *******"

Result :
fr.efl.chaine.xslt.InvalidSyntaxException: ...
at fr.efl.chaine.xslt.config.CfgFile.verify(CfgFile.java:42)
...
at fr.efl.chaine.xslt.GauloisPipe.main(GauloisPipe.java:711)
***** GAULOIS-PIPE : ERROR = 0 *******

Thanks in advance

from gaulois-pipe.

cmarchand avatar cmarchand commented on September 13, 2024

Could you attach the config file you use to produce this ?

Best,
Christophe

from gaulois-pipe.

arkamy avatar arkamy commented on September 13, 2024

I found the problem. Bash doesn't accept negative error code (see http://www.perlmonks.org/?node_id=690533) Every negative status is interpreted as 0.
I use System.exit(1) instead of System.exit(-1) and it's OK

from gaulois-pipe.

cmarchand avatar cmarchand commented on September 13, 2024

Ok. I'm going to commit the patch tonight.
Best,Christophe

arkamy [email protected] wrote:
I found the problem. Bash doesn't accept negative error code (see http://www.perlmonks.org/?node_id=690533) Every negative status is interpreted as 0.
I use System.exit(1) instead of System.exit(-1) and it's OK

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

from gaulois-pipe.

cmarchand avatar cmarchand commented on September 13, 2024

Should be solved in 1.03.03.

from gaulois-pipe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.