Re: [qi4j-dev] Code in docs

2012-05-30 Thread Niclas Hedhman
On Wed, May 30, 2012 at 6:45 AM, Tibor Mlynarik wrote: > I have commited recipes (except HowTo Use I/O) and core/mixin so far. > Code is compilable and _should_ be valid in runtime. Excellent. > I think new section for articles should be added and HowTo Use I/O > moved there. It mentions exact o

Re: [qi4j-dev] Code in docs

2012-05-29 Thread Tibor Mlynarik
I have commited recipes (except HowTo Use I/O) and core/mixin so far. Code is compilable and _should_ be valid in runtime. I think new section for articles should be added and HowTo Use I/O moved there. It mentions exact old Qi4j version and is dated. So I think it shouldn't be updated. On Rickard

Re: [qi4j-dev] Code in docs

2012-05-29 Thread Niclas Hedhman
On Tue, May 29, 2012 at 10:35 PM, Tibor Mlynarik wrote: >> Why not use several snippets? >> >> For example, you could define a tag used in several files and then insert >> multiple [snippet,java] in the asciidoc file. >> > > only objection is that it generates multiple blocks and it doesn't look n

Re: [qi4j-dev] Code in docs

2012-05-29 Thread Tibor Mlynarik
> Why not use several snippets? > > For example, you could define a tag used in several files and then insert > multiple [snippet,java] in the asciidoc file. > only objection is that it generates multiple blocks and it doesn't look nice. ___ qi4j-dev ma

Re: [qi4j-dev] Code in docs

2012-05-29 Thread Paul Merlin
Tibor Mlynarik a écrit : Hi , on my Mac setup, where I have installed docbook using brew, I was getting error when trying to build website task. Command 'xsltproc' finished with (non-zero) exit value 5. ... and found script that solved problem. https://gist.github.com/462528 Yep, the docboo

[qi4j-dev] Code in docs

2012-05-29 Thread Tibor Mlynarik
Hi , on my Mac setup, where I have installed docbook using brew, I was getting error when trying to build website task. > Command 'xsltproc' finished with (non-zero) exit value 5. ... and found script that solved problem. https://gist.github.com/462528 So now as [snippet, java] works for me, I