Re: [Hibernate] jar versions

2002-10-30 Thread Joseph Panico
Go with b). We already use that convention on our project ;) Joseph Panico [EMAIL PROTECTED] From: "Brad Clow" <[EMAIL PROTECTED]> Reply-To: "Brad Clow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Hibernate] jar versions Date: Wed, 30 Oct 2002 17:19:48 +1000 when dealing with all of t

Re: [Hibernate] jar versions

2002-10-30 Thread Gavin King
The trouble with b is that the name of the file has to change each time we upgrade to a new version. How bout adding a readme file which lists the jar versions? - Original Message - From: Brad Clow To: [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 6:19 PM S

Re: [Hibernate] semantic of log WARN

2002-10-30 Thread Gavin King
Yeah thats fine, trouble is that there are a whole 3 log levels which correspond to "errors" and only one that indicates normal behaviour. I would have preferred something else between info and warn... - Original Message - From: "Brad Clow" <[EMAIL PROTECTED]> To: "Brad Clow" <[EMAIL PROTE

[Hibernate] jar versions

2002-10-30 Thread Brad Clow
when dealing with all of the library dependencies of an application, it is important to know the version of each required library.  can we identify the versions of the libraries hibernate depends on either by:   a) cvs comment/label b) name of each library jar includes it's version eg. commo