Skip to content

Conversation

@guyo13
Copy link

@guyo13 guyo13 commented May 7, 2018

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