redpen-cc / redpen

RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
https://redpen.cc
Apache License 2.0
567 stars 74 forks source link

Build failed on latest environment #861

Closed vvakame closed 5 years ago

vvakame commented 5 years ago

πŸ‘€ http://redpen.cc/docs/latest/#_for_developers

$ git rev-parse HEAD
ed621501a7ec1840ba5f97adeea064f2e5be7235
$ ./mvnw clean install
...(omitted)...
[INFO] ------------------------------------------------------------------------
[INFO] Building redpen-core 1.10.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.codelibs:lucene-analyzers-kuromoji-ipadic-neologd:jar:4.10.4-20150608 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
...(omitted)...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.597 s
[INFO] Finished at: 2019-05-15T14:34:48+09:00
[INFO] Final Memory: 8M/28M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project redpen-core: Could not resolve dependencies for project cc.redpen:redpen-core:jar:1.10.3-SNAPSHOT: Failure to find org.codelibs:lucene-analyzers-kuromoji-ipadic-neologd:jar:4.10.4-20150608 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]

org.codelibs:lucene-analyzers-kuromoji-ipadic-neologd is gone?

refs #860 I'm talking with @sfujiwara

takahi-i commented 5 years ago

@vvakame Thank you very much for the valuable report πŸ™ !

I confirmed com.github.cstoku:elasticsearch-analysis-kuromoji-unidic-neologd exists inMvan central.

https://search.maven.org/artifact/com.github.cstoku/elasticsearch-analysis-kuromoji-unidic-neologd/2.3.2.0/jar

Maybe the version specified in pom.xml is no longer exist in the Maven central. I will look into this problem soon.

takahi-i commented 5 years ago

Hi @vvakame and @sfujiwara, I reproduced the build failure and made the hot fix in #862.

takahi-i commented 5 years ago

I merged the pull request to the master branch. Hopefully the hot fix works in your environments. Please let us know when you still have problems in building RedPen.

sfujiwara commented 5 years ago

Thanks! I did successfully build running ./mvnw clean install!

vvakame commented 5 years ago

thanks! let's go sfujiwara!