2012/2/6 Carlo Allocca <[email protected]>: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-antrun-plugin:1.6:run (compile) on project > org.apache.stanbol.data.opennlp.lang.en: An Ant BuildException has occured: > The following error occurred while executing this line: > [ERROR] > /Users/ca3533/Desktop/DATAMIProject/stanbol/data/opennlp/lang/en/download_models.xml:25: > Warning: Could not find resource url > "http://dev.iks-project.eu/downloads/opennlp/models-1.5//en-token.bin" to > copy. > [ERROR] -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (compile) on > project org.apache.stanbol.data.opennlp.lang.en: An Ant BuildException has > occured: The following error occurred while executing this line: > /Users/ca3533/Desktop/DATAMIProject/stanbol/data/opennlp/lang/en/download_models.xml:25: > Warning: Could not find resource url > "http://dev.iks-project.eu/downloads/opennlp/models-1.5//en-token.bin" to > copy.
The error message is pretty clear: it fails to download http://dev.iks-project.eu/downloads/opennlp/models-1.5//en-token.bin . You should check you network connection, I don't have this issue on my box. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
