On Tue, Dec 15, 2009 at 5:31 PM, Apache Hudson Server <[email protected]> wrote: > ... > [INFO] Compilation failure > error: error reading > /home/hudson/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar; error in opening > zip file...
I tried mvn depedency:resolve in org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage on my own computer, after deleting the javax/jms part of my local Maven repository, and once the build is done I get an HTML file with a redirect message instead of a jar file in there, see below. Note sure how to fix that, as that jms.jar is a transitive dependency, but it's definitely not an issue with the Hudson server. -Bertrand cat $HOME/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="http://download.java.net/maven/1/javax.jms/jars/jms-1.1.jar">here</a>.</p> <hr> <address>Apache Server at maven-repository.dev.java.net Port 443</address> </body></html>
