Aleksey Tsalolikhin schrieb am 20.10.2011 um 08:58 (-0700): > Hi. I'm trying to install Ant (binary), the fetch step is not > working, I'm getting 403 Forbidden. > > I also got a warning that tools.jar was not found. Is this a critical > dependency?
Only if you need something from tools.jar, like the compiler task (javac). > [artifact:dependencies] Server returned HTTP response code 403 for URL > http://repository.jboss.org/maven2/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom > > BUILD FAILED It looks like a problem on the server to me. Maybe it's temporary. You can check using an HTTP client such as curl, or even your browser. MiLu@Dago: ~ > curl -I http://repository.jboss.org/maven2/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom HTTP/1.1 403 Forbidden Date: Thu, 20 Oct 2011 18:57:25 GMT Server: Apache Content-Type: text/html; charset=iso-8859-1 MiLu@Dago: ~ > curl -I http://repository.jboss.org/maven2/ HTTP/1.1 403 Forbidden Date: Thu, 20 Oct 2011 18:57:30 GMT Server: Apache Content-Type: text/html; charset=iso-8859-1 Michael --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org