brmson/yodaqa

./gradlew check or ./gradlew run failed

Opened this issue · 1 comments

: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.

: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?