marytts / voice-cmu-slt

Other
2 stars 5 forks source link

project breaks if festvox.org is down #2

Closed psibre closed 8 years ago

psibre commented 8 years ago

Currently,

$ ping http://festvox.org
ping: cannot resolve http://festvox.org: Unknown host

This causes,

:processDataResources

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':data'.
> Could not resolve org.festvox:cmu_us_slt_arctic:0.95.
  Required by:
      de.dfki.mary:voice-cmu-slt:5.2-SNAPSHOT
   > Could not resolve org.festvox:cmu_us_slt_arctic:0.95.
      > Could not get resource 'http://festvox.org/cmu_arctic/cmu_arctic/packed/cmu_us_slt_arctic-0.95-[classifier].xml'.
         > Could not GET 'http://festvox.org/cmu_arctic/cmu_arctic/packed/cmu_us_slt_arctic-0.95-%5Bclassifier%5D.xml'.
            > festvox.org: Name or service not known

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

BUILD FAILED
psibre commented 8 years ago

This is similar to marytts/gradle-marytts-voicebuilding-plugin#62, but in this case, we can't just mirror the whole cmu-slt database tarball on bintray...

psibre commented 8 years ago

Setting up a mirror under http://mary.dfki.de/repo:

$ mvn install:install-file \
-Dfile=cmu_us_slt_arctic-0.95-release.tar.bz2 \
-DgroupId=org.festvox \
-DartifactId=cmu_us_slt_arctic \
-Dversion=0.95 \
-Dclassifier=release \
-Dpackaging=tar.bz2 \
-DlocalRepositoryPath=$PWD \
-DcreateChecksum=true