Maybe the ibiblio repository was down at the time you tried the build. You can try again later, or you can download manually the needed jars elsewhere (but be sure their name is post-fixed with the version numbers you have in the build.properties file) and add "skip.jar.loading = true" to the same file (build.properties).
Claude Le lundi 04 décembre 2006 à 16:14 +0100, Markus Auchmann a écrit : > Hi, > I tried to set up the new Velocity 1.5-beta2 on my windows xp. When trying > to build it I get a build failed which says that the download of > antlr-2.7.5.jar was not successful. Therefore I managed to download this > .jar and put it into the build/lib ... but nothing changes. > > Can you tell me what I might did wrong? (I'm using ant 1.6.5 & jdk1.5.0) > > ################################################ > C:\velocity-1.5-beta2\build>ant test > Buildfile: build.xml > > build-prepare: > > build-download: > > antlr-download: > > http-download: > [get] Getting: http://www.ibiblio.org/maven/antlr/jars/antlr-2.7.5.jar > [get] To: C:\velocity-1.5-beta2\bin\lib\antlr-2.7.5.jar > [get] Error opening connection java.io.FileNotFoundException: > http://mirro > rs.ibiblio.org/pub/mirrors/maven/r/antlr/antlr/2.7.5/antlr-2.7.5.jar > [get] Error opening connection java.io.FileNotFoundException: > http://mirro > rs.ibiblio.org/pub/mirrors/maven/r/antlr/antlr/2.7.5/antlr-2.7.5.jar > [get] Error opening connection java.io.FileNotFoundException: > http://mirro > rs.ibiblio.org/pub/mirrors/maven/r/antlr/antlr/2.7.5/antlr-2.7.5.jar > [get] Can't get > http://www.ibiblio.org/maven/antlr/jars/antlr-2.7.5.jar to > C:\velocity-1.5-beta2\bin\lib\antlr-2.7.5.jar > > BUILD FAILED > C:\velocity-1.5-beta2\build\build.xml:142: The following error occurred > while ex > ecuting this line: > C:\velocity-1.5-beta2\build\download.xml:33: The following error occurred > while > executing this line: > C:\velocity-1.5-beta2\build\download.xml:69: The following error occurred > while > executing this line: > C:\velocity-1.5-beta2\build\download.xml:54: Can't get > http://www.ibiblio.org/ma > ven/antlr/jars/antlr-2.7.5.jar to > C:\velocity-1.5-beta2\bin\lib\antlr-2.7.5.jar > > Total time: 2 seconds > ################################################ > > Thanks a lot, > Markus > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
