brmson / yodaqa

A Question Answering system built on top of the Apache UIMA framework.
http://ailao.eu/yodaqa
Other
619 stars 205 forks source link

./gradlew check or ./gradlew run failed #71

Open xiaommao opened 7 years ago

xiaommao commented 7 years ago

:generateTypeSystem FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 4 mins 20.549 secs

Trying to wget "http://ailao.eu/maven/eu/ailao/gloveDict/1.0-stanford/gloveDict-1.0-stanford.pom" is also failed.

Even not able to telnet port 80 on ailao.eu.

nttmac commented 5 years ago

:generateTypeSystem FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':generateTypeSystem'.

Could not resolve all dependencies for configuration ':compile'. Could not resolve eu.ailao:gloveDict:1.0-stanford. Required by: :yodaqa:unspecified

Could not GET 'http://ailao.eu/maven/eu/ailao/gloveDict/1.0-stanford/gloveDict-1.0-stanford.pom'. 网络不可达 Could not resolve com.github.jcrfsuite:jcrfsuite:0.5. Required by: :yodaqa:unspecified Could not GET 'http://ailao.eu/maven/com/github/jcrfsuite/jcrfsuite/0.5/jcrfsuite-0.5.pom'. 网络不可达

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 4 mins 20.549 secs

Trying to wget "http://ailao.eu/maven/eu/ailao/gloveDict/1.0-stanford/gloveDict-1.0-stanford.pom" is also failed.

Even not able to telnet port 80 on ailao.eu.

Have you solved this problem?