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 docbook homebrew recipe has been updated recently to avoid
the need to call script.

If like me you installed docbook while it was still needed but didn't
run it; updated homebrew; read the docbook recipe info, you shouldn't
have the warning about running this very script.
Sort of a "integrated help black hole" in homebrew :-)

Another homebrew workaround is to remove and re-install docbook.


So now as [snippet, java] works for me, I am going to rewrite samples
code from docs into compilable code.

Can I put more classes/interface into one file and remove public
modifier ? ( as I don't see how to span SNIPPET across files )
Such code will be sometimes not runnable under Qi4j, but in most cases
it's not supposed to run.

As those samples often add dependency libraries to compile I suggest
to keep those sources under manual submodule.
Is package org.qi4j.manual.recipes/cores/concept  ok ?

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.



_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to