Re: [Hibernate] ant dist of v22branch

2004-05-27 Thread Gavin King
EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Thursday, May 27, 2004 7:19 AM To: [EMAIL PROTECTED] Subject: Re: [Hibernate] ant dist of v22branch Oh, I forgot to use build.bat, sorry. Joshua Davis wrote: I had to change the classpath definition in build.bat in order to get the

Re: [Hibernate] ant dist of v22branch

2004-05-27 Thread Max Rydahl Andersen
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Thursday, May 27, 2004 7:19 AM To: [EMAIL PROTECTED] Subject: Re: [Hibernate] ant dist of v22branch Oh, I forgot to use build.bat, sorry. Joshua Davis wrote: I had to change the classpath definition in build.b

RE: [Hibernate] ant dist of v22branch

2004-05-27 Thread Joshua Davis
May 27, 2004 7:19 AM > To: [EMAIL PROTECTED] > Subject: Re: [Hibernate] ant dist of v22branch > > > Oh, I forgot to use build.bat, sorry. > > Joshua Davis wrote: > > >I had to change the classpath definition in build.bat in > order to get > >the ANTLR task

Re: [Hibernate] ant dist of v22branch

2004-05-27 Thread Emmanuel Bernard
Oh, I forgot to use build.bat, sorry. Joshua Davis wrote: I had to change the classpath definition in build.bat in order to get the ANTLR task to work. The other way to get it to work is to do what you've done and put the ANTLR jars in the {ant.home}/lib directory. I didn't want to change the AN

RE: [Hibernate] ant dist of v22branch

2004-05-27 Thread Joshua Davis
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > > Michael Gloegl wrote: > > Hi, > > > >> I did an 'ant dist' on top of Hibernate3 and the > antlr-2.7.2.jar is > >> mandatory in the %ant_home%/lib dir, otherwise the build > fails. Is it > >> expected? I

RE: [Hibernate] ant dist of v22branch

2004-05-27 Thread Joshua Davis
I had to change the classpath definition in build.bat in order to get the ANTLR task to work. The other way to get it to work is to do what you've done and put the ANTLR jars in the {ant.home}/lib directory. I didn't want to change the ANT directories at the time I did it. Six of one, half does

Re: [Hibernate] ant dist of v22branch

2004-05-26 Thread Michael Gloegl
No (IMHO) - everything that is generated from somewhere should be in build ;) You as an eclipse user can very nicely make your eclipse point to e.g. /build/eclipse. That works very nicely for me and all my other projects. Agreed either use a build/eclipse dir or add a top level eclipse/ dir (excl

Re: [Hibernate] ant dist of v22branch

2004-05-26 Thread Max Rydahl Andersen
Michael Gloegl wrote: Hi, I did an 'ant dist' on top of Hibernate3 and the antlr-2.7.2.jar is mandatory in the %ant_home%/lib dir, otherwise the build fails. Is it expected? I saw a taskdef CP definition in the build.xml but it does not seems to work fine on my box (W2k / Tiger beta1 / ant 1.6.1)

Re: [Hibernate] ant dist of v22branch

2004-05-26 Thread Emmanuel Bernard
> Michael Gloegl wrote: > >> Hi, >> >>> I did an 'ant dist' on top of Hibernate3 and the antlr-2.7.2.jar is >>> mandatory in the %ant_home%/lib dir, otherwise the build fails. Is it >>> expected? >>> I saw a taskdef CP definition in the build.xml but it does not seems to >>> work fine on my box (W

Re: [Hibernate] ant dist of v22branch

2004-05-26 Thread Michael Gloegl
Hi, I did an 'ant dist' on top of Hibernate3 and the antlr-2.7.2.jar is mandatory in the %ant_home%/lib dir, otherwise the build fails. Is it expected? I saw a taskdef CP definition in the build.xml but it does not seems to work fine on my box (W2k / Tiger beta1 / ant 1.6.1) I had the same problem,