reckart / tt4j

TreeTagger for Java
http://reckart.github.io/tt4j/
Apache License 2.0
16 stars 7 forks source link

Last version, Invalid Jar on Maven central #28

Closed jeanbort closed 7 years ago

jeanbort commented 7 years ago

@reckart : When Maven download the last version (1.2.1), the jar file is invalid "invalid LOC header (bad signature)" . The 1.2.0 work fine.

reckart commented 7 years ago

I have downloaded the JAR via http://search.maven.org and checked it locally:

$ unzip -t org.annolab.tt4j-1.2.1.jar
Archive:  org.annolab.tt4j-1.2.1.jar
    testing: META-INF/                OK
    testing: META-INF/MANIFEST.MF     OK
    testing: org/                     OK
    testing: org/annolab/             OK
    testing: org/annolab/tt4j/        OK
    testing: META-INF/LICENSE.txt     OK
    testing: org/annolab/tt4j/DefaultExecutableResolver.class   OK
    testing: org/annolab/tt4j/DefaultModel.class   OK
    testing: org/annolab/tt4j/DefaultModelResolver.class   OK
    testing: org/annolab/tt4j/ExecutableResolver.class   OK
    testing: org/annolab/tt4j/LittleEndianDataInputStream.class   OK
    testing: org/annolab/tt4j/Model.class   OK
    testing: org/annolab/tt4j/ModelResolver.class   OK
    testing: org/annolab/tt4j/PlatformDetector.class   OK
    testing: org/annolab/tt4j/ProbabilityHandler.class   OK
    testing: org/annolab/tt4j/RingBuffer.class   OK
    testing: org/annolab/tt4j/TokenAdapter.class   OK
    testing: org/annolab/tt4j/TokenHandler.class   OK
    testing: org/annolab/tt4j/TreeTaggerException.class   OK
    testing: org/annolab/tt4j/TreeTaggerModel.class   OK
    testing: org/annolab/tt4j/TreeTaggerModelReader.class   OK
    testing: org/annolab/tt4j/TreeTaggerModelUtil.class   OK
    testing: org/annolab/tt4j/TreeTaggerWrapper$Reader.class   OK
    testing: org/annolab/tt4j/TreeTaggerWrapper$StreamGobbler.class   OK
    testing: org/annolab/tt4j/TreeTaggerWrapper$Writer.class   OK
    testing: org/annolab/tt4j/TreeTaggerWrapper.class   OK
    testing: org/annolab/tt4j/Util.class   OK
    testing: META-INF/maven/          OK
    testing: META-INF/maven/org.annolab.tt4j/   OK
    testing: META-INF/maven/org.annolab.tt4j/org.annolab.tt4j/   OK
    testing: META-INF/maven/org.annolab.tt4j/org.annolab.tt4j/pom.xml   OK
    testing: META-INF/maven/org.annolab.tt4j/org.annolab.tt4j/pom.properties   OK
No errors detected in compressed data of org.annolab.tt4j-1.2.1.jar.

The file on Maven Central seems to be fine. Please download your local copy and try downloading again. In case you have a virus scanner on your machine, please ensure that it does not interfere (mind that I am not aware of any problems with virus scanners and this JAR).

reckart commented 7 years ago

And please take care that the checksum of the file you download matches the checksum stored on Maven Central: