nhatminhle / cofoja

Contracts for Java
GNU Lesser General Public License v3.0
151 stars 18 forks source link

New Cofoja Prefabricated Jars / Instructions Compiling for JDK 9+? #55

Open MattMicheletti opened 4 years ago

MattMicheletti commented 4 years ago

Hello,

I am not sure if this project is still active anymore but it looks like the prefabricated release jars no longer work for any JDK after 1.8 (i.e. 9, 10, 11, 12, ...). Is it possible to get new prefabricated release jars?

I tried downloading the repo and building it myself with a few different versions of ASM but it looks like the Ant/Maven build configurations are completely borked for Cofoja and nothing in them works. I am not sure what is or is not missing to make it build correctly as the documentation is heavily out of date (i.e. it mentions that the prefabricated release jars should work on JDK 1.6+ but they don't and then it says prior in the build section that tooling for the jars does not exist after 1.6 but it works on JDK 1.8 in reality). Again, not really sure what is going on with the project or what "tooling" is missing but any new jars that work with any modern JDK or LTS such as JDK 11 would be appreciated.

Please and thanks, Matt M.