Re: [hibernate-dev] Signing up for JIRA

2014-10-07 Thread Sanne Grinovero
Looks like he tried again today, and now he could create the issue. On 6 October 2014 19:00, Hardy Ferentschik wrote: > On Mon, Oct 06, 2014 at 06:27:40PM +0100, Sanne Grinovero wrote: > >> was there any improvement made on the JIRA setup? Today I'm told on >> the forums that people can create a

Re: [hibernate-dev] Signing up for JIRA

2014-10-07 Thread Gunnar Morling
It's a known issue, it may take several minutes after account creation before the rights required for opening issues etc. have been properly propagated. There is a related note on the home page on hibernate.atlassian.net, though it may be worded a bit more explicitly, specifically mentioning the i

Re: [hibernate-dev] Signing up for JIRA

2014-10-07 Thread Sanne Grinovero
Thanks Gunnar! right sorry I totally forgot about that. I've added a banner which will float on top of all pages, hopefully that will be more visible. Sanne On 7 October 2014 12:23, Gunnar Morling wrote: > It's a known issue, it may take several minutes after account creation > before the right

[hibernate-dev] Publishing documentation as rendered by asciidoc

2014-10-07 Thread Sanne Grinovero
Hi all, I would love to publish the documentation the way it looks like from the asciidoc rendering (before the transformations via docbook), as it looks like much more readable. But I'd like to keep our style and branding rather than the default docbook template; did someone already experiment wi

Re: [hibernate-dev] Publishing documentation as rendered by asciidoc

2014-10-07 Thread Guillaume SCHEIBEL
Hey, I've spoken with Sanne and it can be done by using the asciidoctor stylesheet-factory. I'll try to create a first draft. Any specific requirements other than it should look exactly the same ? Cheers, Guillaume On 7 October 2014 18:26, Sanne Grinovero wrote: > Hi all, > I would love to pub

Re: [hibernate-dev] Publishing documentation as rendered by asciidoc

2014-10-07 Thread Steve Ebersole
IMO, the most important thing is the banners. In terms of most everything else we generally run into disagreements (rendering back-ticked words, e.g.). I guess I see 2 options: 1) Start from the simplest. Just account for the top banner (the images mainly). From there work on the individual pie

Re: [hibernate-dev] Publishing documentation as rendered by asciidoc

2014-10-07 Thread Guillaume SCHEIBEL
I agree with you Steve #1 is the best option. Which asciidoctor theme do you think is the best to use as a "model" for the Hibernate Style sheet (http://themes.asciidoctor.org/preview/) ? On 7 October 2014 19:09, Steve Ebersole wrote: > IMO, the most important thing is the banners. In terms of

Re: [hibernate-dev] Publishing documentation as rendered by asciidoc

2014-10-07 Thread Guillaume SCHEIBEL
I would go with Foundation but I'd like to have your opinion on that guys On 7 October 2014 19:14, Guillaume SCHEIBEL wrote: > I agree with you Steve #1 is the best option. > Which asciidoctor theme do you think is the best to use as a "model" for > the Hibernate Style sheet (http://themes.ascii

Re: [hibernate-dev] Publishing documentation as rendered by asciidoc

2014-10-07 Thread Sanne Grinovero
I think I like the "asciidoctor" theme the best, particularly the fonts, but I guess it's quite irrelevant considering the aim for Steve's point 2#. On 7 October 2014 19:15, Guillaume SCHEIBEL wrote: > I would go with Foundation but I'd like to have your opinion on that guys > > On 7 October 2014

Re: [hibernate-dev] dehydrate knows acout the Hibernate mapping, disassemble does not.

2014-10-07 Thread Steve Ebersole
You are misusing the software. It is fully expected that you manage both sides of a bi-directional association in your code. The fact that it happens to work in one isolated case, I think, led you to believe that is supported. But it is not. On Fri, Oct 3, 2014 at 10:00 AM, Eric J. Van der Veld