CogComp / lbjava

Learning Based Java (LBJava)
http://cogcomp.cs.illinois.edu/page/software_view/LBJava
Other
13 stars 17 forks source link

No exit in static init #90

Closed cowchipkid closed 8 years ago

cowchipkid commented 8 years ago

A static init block was doing a system.exit if the ".lex" or ".lc" filedid not exist in the classpath. The absence of these files is now ignored during static init, but throws a RuntimeException if you try to fetch the static instance.

cowchipkid commented 8 years ago

The pom.xml file is identical to the one checked in, yet this will not build, I get

[ERROR] Plugin edu.illinois.cs.cogcomp:lbjava-maven-plugin:1.2.24 or one of its dependencies could not be resolved: Failure to find edu.illinois.cs.cogcomp:lbjava-maven-plugin:jar:1.2.24 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

Any ideas?

danyaljj commented 8 years ago

Why did you change the version numbers? Now version numbers across the modules are not compatible, and that's why it's failing

danyaljj commented 8 years ago

Merging!

danyaljj commented 8 years ago

@cowchipkid New version deployed, if you wanna use it in the super-project: http://cogcomp.cs.illinois.edu/m2repo/edu/illinois/cs/cogcomp/LBJava/1.2.26/