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

build.xml makes un-runable .jar #4

Open
dblandan opened this issue Mar 7, 2017 · 1 comment
Open

build.xml makes un-runable .jar #4

dblandan opened this issue Mar 7, 2017 · 1 comment

Comments

@dblandan
Copy link

dblandan commented Mar 7, 2017

TERtest (in build.xml) should be TER.

Also, constants should have value updated to 0.9.0.

@ontomoko
Copy link

ontomoko commented Aug 15, 2020

As of August 15th 2020, updated as follows:

build.xml
(Wrong)
<property name="version" value="0.10.0" />
<attribute name="Main-Class" value="ter.TERtest" />
(Correct)
<property name="version" value="0.9.0" />
<attribute name="Main-Class" value="ter.TER" />

constants in tercom directory:
(Wrong)
version=0.10.0
(Correct)
version=0.9.0

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