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] hypersonic

2004-05-26 Thread Steve Ebersole
Nevermind. Thanks to Michael who pointed me in the direction of HSQL's MOD function. -Steve > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Steve > Ebersole > Sent: Wednesday, May 26, 2004 11:27 AM > To: hibernate-devel > Subject: [Hibernate] hyperso

Re: [Hibernate] Query.setComment() backport

2004-05-26 Thread Matt Hall
Sure, I finished the v2.1.3 patch and uploaded them both to a new JIRA at http://opensource.atlassian.com/projects/hibernate/browse/HB-984 Emmanuel Bernard wrote: Provide you patchs on JIRA. It's the best place to keep those evolutions. Matt Hall wrote: Well, I wrote a version of the setComment()

[Hibernate] hypersonic

2004-05-26 Thread Steve Ebersole
Anyone know Hypersonic well enough to know of a two (or more) parameter function? I need something like Oracle's NVL function. --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracl

[Hibernate] Hibernate & AOP

2004-05-26 Thread Mark Hobson
Hi there, I recently posted an item to the forum concerning Hibernate persistence for AOP [http://forum.hibernate.org/viewtopic.php?t=931018] which was left unanswered. I apologise in advance if this is the wrong place to discuss this, but what exactly are Hibernate's architectural plans for pe

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,

[Hibernate] ant dist of v22branch

2004-05-26 Thread Emmanuel Bernard
Hi Joshua and all, 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) Emmanue

Re: [Hibernate] Query.setComment() backport

2004-05-26 Thread Emmanuel Bernard
Provide you patchs on JIRA. It's the best place to keep those evolutions. Matt Hall wrote: Well, I wrote a version of the setComment() support against the against the 2.03 codebase (since that was what this project was on currently). Seems to work pretty well although it is only loosely based o