Broken 0.2.3 release jar?
zentrope opened this issue · 2 comments
zentrope commented
Just tried to use version 0.2.3 and get a zip file error. Here's what happens on the command line:
$ cd ~/.m2/repository/bultitude/bultitude/0.2.3
$ jar tf bultitude-0.2.3.jar
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:128)
at java.util.zip.ZipFile.<init>(ZipFile.java:89)
at sun.tools.jar.Main.list(Main.java:977)
at sun.tools.jar.Main.run(Main.java:222)
at sun.tools.jar.Main.main(Main.java:1147)
I tried deleting and re-downloading: same deal.
Raynes commented
Try 0.2.4
zentrope commented
Works! Thanks.