Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler main method should return error codes #29

Closed
tilm4nn opened this issue Aug 19, 2012 · 0 comments
Closed

Compiler main method should return error codes #29

tilm4nn opened this issue Aug 19, 2012 · 0 comments
Milestone

Comments

@tilm4nn
Copy link

tilm4nn commented Aug 19, 2012

As a Java software developer when compiling jnario files with gradle using the main method org.jnario.compiler.CompilerMain I would like grade to stop the build if the compilation fails.

To enable that gradle should be able to recognize the outcome of the compilation. This can be done by changing the

public static void main(String[] args)

to

public static int main(String[] args)

and returning 0 if the compilation succeeds and an error code other than 0 when the compilation fails.

ghaith pushed a commit to ghaith/Jnario that referenced this issue Aug 13, 2017
…kePartitioning

fix sebastianbenz#24 TokenTypePartitioning for richstrings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants