Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed on latest environment #861

Closed
vvakame opened this issue May 15, 2019 · 5 comments
Closed

Build failed on latest environment #861

vvakame opened this issue May 15, 2019 · 5 comments
Assignees

Comments

@vvakame
Copy link

vvakame commented May 15, 2019

👀 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
Copy link
Member

takahi-i commented May 15, 2019

@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
Copy link
Member

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

@takahi-i
Copy link
Member

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
Copy link

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

@vvakame
Copy link
Author

vvakame commented May 17, 2019

thanks! let's go sfujiwara!

@vvakame vvakame closed this as completed May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants