jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.52k stars 183 forks source link

atilika/kuromoji/0.7.6 build issue #118

Closed prosenjit23 closed 9 years ago

prosenjit23 commented 9 years ago

Log https://jitpack.io/com/github/atilika/kuromoji/0.7.6/build.log

jitpack-io commented 9 years ago

Hi @prosenjit23 Thanks for reporting! The log shows an NPE when executing some java code during the build:

Caused by: java.lang.NullPointerException
    at org.atilika.kuromoji.util.TokenInfoDictionaryBuilder.build(TokenInfoDictionaryBuilder.java:71)
    at org.atilika.kuromoji.util.DictionaryBuilder.build(DictionaryBuilder.java:48)
    at org.atilika.kuromoji.util.DictionaryBuilder.main(DictionaryBuilder.java:108)
    ... 6 more

but I don't see the TokenInfoDictionaryBuilder class in this project. Perhaps you know where its coming from?

jitpack-io commented 9 years ago

Will have to close this due to inactivity