Skip to content

Helper script to build with javac 10&ant#5

Open
guyo13 wants to merge 1 commit into
cornet:masterfrom
guyo13:build_sh_script
Open

Helper script to build with javac 10&ant#5
guyo13 wants to merge 1 commit into
cornet:masterfrom
guyo13:build_sh_script

Conversation

@guyo13

@guyo13 guyo13 commented May 7, 2018

Copy link
Copy Markdown

Building with ant version : "Apache Ant(TM) version 1.9.9 compiled on June 29 2017"
And Javac version: "javac 10.0.1",
is not generating debug info even when specified debug="true" in the
build.xml and it also generates many warnings that has to do with java 10
which I will fix in the source code in the future
In the mean time,
To solve this I created build.sh that runs the javac command to build this project and ignore warnings
and then run "ant jar" which will only generate the jar file, as the class files were already built.

… June 29 2017"

And Javac version: "javac 10.0.1",
is not generating debug info even when specified debug="true" in the
build.xml and it also generates many warnings that has to do with java 10
which I will fix in the source code in the future
In the mean time,
To solve this I created build.sh that runs the javac command to build this project and ignore warnings
and then run "ant jar" which will only generate the jar file, as the class files were already built.
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

Successfully merging this pull request may close these issues.

1 participant