[Hibernate] jira dashboard broken ?

2005-05-22 Thread Max Rydahl Andersen
Is it only my JIRA dashboard that is broken and empty ? -max --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_i

RE: [Hibernate] jira dashboard broken ?

2005-05-22 Thread Gavin King
NO, not just you :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Sunday, 22 May 2005 11:41 AM To: Hibernate devel Subject: [Hibernate] jira dashboard broken ? Is it only my JIRA dashboard that is broken and empty ? -max ---

Re: [Hibernate] jira dashboard broken ?

2005-05-22 Thread Max Rydahl Andersen
On Sun, 22 May 2005 19:03:52 +0200, Gavin King <[EMAIL PROTECTED]> wrote: NO, not just you :( ok. i've sent a mail to the mail address on the error page I get when trying to configure the dashboard. /max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

[Hibernate] DocExporter

2005-05-22 Thread Max Rydahl Andersen
Hi Ricardo et.al, Sending this to the devel list for all interested to get up to speed with it. Ricardo have worked on a DocExporter which takes a Hibernate configuration and generate javadoc style schema docs. A sample output for CaveatEmptor is shown here: http://www.hibernate.org/~ma

Re: [Hibernate] DocExporter

2005-05-22 Thread Christian Bauer
On May 22, 2005, at 9:40 PM, Max Rydahl Andersen wrote: A sample output for CaveatEmptor is shown here: http:// www.hibernate.org/~max/output/ Nice --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first soft

RE: [Hibernate] DocExporter

2005-05-22 Thread Gavin King
Very, very cool. Is this something we can also integrate into the eclipse plugin? Like, provide a browser for it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Sunday, 22 May 2005 3:40 PM To: Hibernate devel Cc: [EMAIL PROTECTED

Re: [Hibernate] DocExporter

2005-05-22 Thread Max Rydahl Andersen
On Sun, 22 May 2005 21:56:22 +0200, Gavin King <[EMAIL PROTECTED]> wrote: Very, very cool. Is this something we can also integrate into the eclipse plugin? Like, provide a browser for it? Depends what you mean. I'm right now working this into the plugin so you can generate it via the arti

RE: [Hibernate] DocExporter

2005-05-22 Thread Gavin King
No, I just mean hitting "generate docs" and being taken to a browser window open at the generated docs. -Original Message- From: Max Andersen Sent: Sunday, 22 May 2005 4:04 PM To: Gavin King; Hibernate devel Cc: [EMAIL PROTECTED] Subject: Re: [Hibernate] DocExporter On Sun, 22 May 2005 2

Re: [Hibernate] DocExporter

2005-05-22 Thread Max Rydahl Andersen
On Sun, 22 May 2005 22:07:47 +0200, Gavin King <[EMAIL PROTECTED]> wrote: No, I just mean hitting "generate docs" and being taken to a browser window open at the generated docs. ok - well it will be there as something you can generate. And if you click on the generated file it will opened i

[Hibernate] Improving releases

2005-05-22 Thread Christian Bauer
A major pain when packaging releases has always been the changelog. I'd like to use JIRA's built-in feature. That means we all have to do two things: - create a JIRA entry if its going to be non-minor (ie. changelog entry needed) change - your "HHH-*" commit log message will be used as the

[Hibernate] Re: DocExporter

2005-05-22 Thread Ricardo Moral
Great! I'm working on the Classes documentation. I'll submit the new stuff as soon as possible. Regards, Ricardo. On 22/5/05 8:40 pm, "Max Rydahl Andersen" <[EMAIL PROTECTED]> wrote: > Hi Ricardo et.al, > > Sending this to the devel list for all interested to get up to speed with > it. > > Ric

[Hibernate] I added a new feature

2005-05-22 Thread Gavin King
I’ve added support for generation of schema-level comments via adding blocks to the mapping document. This is kinda nice, but I would not have really bothered doing it except that I saw some really nice synergies with other components of the toolset.   For example:   the new DocExpor

[Hibernate] Hibernate 3.0.4

2005-05-22 Thread Christian Bauer
Get the updated Hibernate 3.0.4. Included is a Chinese reference documentation translation (thanks to Xiaogang Cao and team), the ability to fetch several parallel collection roles in one query (read the caveats), as well various other minor improvements. --