Re: [Hibernate] persistence with other data sources

2004-05-27 Thread Christian Bauer
On 27 May (16:37), Clint M. Frederickson wrote: > I apologize for this possibly being offtopic or irrelavent, but I was > wondering if there has ever been any consideration given to allowing > Hibernate to map Java Objects to other types of data sources like Object > databases, XML databases, or j

[Hibernate] persistence with other data sources

2004-05-27 Thread Clint M. Frederickson
I apologize for this possibly being offtopic or irrelavent, but I was wondering if there has ever been any consideration given to allowing Hibernate to map Java Objects to other types of data sources like Object databases, XML databases, or just XML for example? Has this ever been discussed? I wil

Re: [Hibernate] ant dist of v22branch

2004-05-27 Thread Gavin King
Our ant script is supposed to work without the .bat file... Joshua Davis wrote: For that reason, it seems more elegant to use the {ant.home}/lib approach. Also, it would be easier on those of us who don't use Windoze. ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [Hibernate] ant dist of v22branch

2004-05-27 Thread Max Rydahl Andersen
Joshua Davis wrote: For that reason, it seems more elegant to use the {ant.home}/lib approach. Also, it would be easier on those of us who don't use Windoze. ;) If we please could avoid to have dependencies put in my nice clean ant distribution ;) /max -Original Message- From: [EMAIL P

RE: [Hibernate] ant dist of v22branch

2004-05-27 Thread Joshua Davis
For that reason, it seems more elegant to use the {ant.home}/lib approach. Also, it would be easier on those of us who don't use Windoze. ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Emmanuel Bernard > Sent: Thursday, May 27, 2004 7:19 AM >

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