Hi Claude,

Thanks a lot for your hint - today I had no problems in going through this
step of the installation process. But (unfortunately) I have now another
problem now - with junit. When testing the installation with 'ant test' -
ant told me that there is a error with junit. So I followed the hints given
by ant, downloaded junit and added it to my classpath (the .jar and the
directory). Then I copied the .jar to the ant/lib and velocity/lib
directory. Now the installation fails with another issue:

######################################
junit-download:
http-test-download:
      [get] Getting: http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar
      [get] To: C:\velocity-1.5-beta2\bin\test-lib\junit-3.8.1.jar
      [get] Not modified - so not downloaded

[...]

clean-dependency-classes:
   [delete] Deleting directory C:\velocity-1.5-beta2\bin\deps
    [mkdir] Created dir: C:\velocity-1.5-beta2\bin\deps

[...]

test:
    [junit] Running
org.apache.velocity.test.AbsoluteFileResourceLoaderTestCase
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,015 sec

BUILD FAILED
C:\velocity-1.5-beta2\build\build.xml:802: Test
org.apache.velocity.test.AbsoluteFileResourceLoaderTestCase failed
######################################

Maybe you can help me once again in solving this problem.

Thanks a lot to all of you!
Greets,
Markus

> -----Ursprüngliche Nachricht-----
> Von: Claude Brisson [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 04. Dezember 2006 21:32
> An: Velocity Users List
> Betreff: Re: Installing Velocity 1.5 on Windows
> 
> 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to