Re: [Hibernate] Congratulations to us.

2004-03-17 Thread Gavin King
Yeah, but you are not seeing the flood of bounced mail notifications I am now the recipient of. I think in my excitement I forgot how many people are subscribed to this list from corporate email accounts :-> Actually, I didn't even think of how many subscribers the list now has! Henceforth I un

[Hibernate] Congratulations to us.

2004-03-17 Thread Gavin King
Hibernate just won a Jolt award at the *SD West Conference and Expo* . Thanks everyone for making this project a success. This is Christian's baby (he went to all the effort of entering), so special thanks to him. Guys, we fuckin' rock :) peace -- Gavin King +61 410534

Re: [Hibernate] Coding conventions

2004-03-17 Thread Max Rydahl Andersen
+1 for separate directory. e.g. build/autosrc or something. Joshua Davis wrote: The ANTLR-generated code doesn't need to comply does it? BTW, I haven't created a directory for ANTLR generated sources in the build directory. Instead, I have ANTLR generating code into the source tree and *not* addi

Re: [Hibernate] Coding conventions

2004-03-17 Thread Joshua Davis
The ANTLR-generated code doesn't need to comply does it? BTW, I haven't created a directory for ANTLR generated sources in the build directory. Instead, I have ANTLR generating code into the source tree and *not* adding it to version control. Should I change the build so that the generated sourc

Re: [Hibernate] Coding conventions

2004-03-17 Thread Gavin King
Eee yucky :) Emmanuel Bernard wrote: Fixed in my code, but be sympathetic, checkstyle parser is quite angry with metadata ;) -- Gavin King JBoss Group +61 410534454 http://hibernate.org --- This SF.Net email is sponsored by: IBM Linux T

Re: [Hibernate] Coding conventions

2004-03-17 Thread Emmanuel Bernard
Fixed in my code, but be sympathetic, checkstyle parser is quite angry with metadata ;) > Guys, > > can we /please/ be a lot more careful about adherence to conventions, > there has been a bunch of "rot" creeping into v22branch. Specifically: > > * TABS NOT SPACES!! > * newline before catch or fin

[Hibernate] Coding conventions

2004-03-17 Thread Gavin King
Guys, can we /please/ be a lot more careful about adherence to conventions, there has been a bunch of "rot" creeping into v22branch. Specifically: * TABS NOT SPACES!! * newline before catch or finally * newline after /** * no stacked parentheses Now, "ant checkstyle" picks up most of these thing