On 2017-06-25 Sven Reimers wrote:
> On 2017-06-24 Jan Tosovsky wrote:
> >
> > can you imagine using NetBeans API for building something like
> > https://www.oxygenxml.com/demo/DocBook_Editing_Support.html ?
>
> the source code ... enabling some support for docbook is
> http://hg.netbeans.org/main/contrib/file/tip/docbook
> http://hg.netbeans.org/main/contrib/file/tip/docbook.project
>
Wow this looks as a promising starting point.
Sorry for my ignorance, how can I build NBM file from it?
(1) I've cloned /main, created /contrib subfolder with cloned /main/contrib
(2) in nbbuild I've run
ant bootstrap
ant -f ../contrib/docbook
Everything is built successfully. I have some jars and XML files here and
there, but no nbm files.
I've also tried "build-nbms" target, but I am getting 'Target "build-nbms" does
not exist in the project "contrib/docbook".
Any idea?
Thanks,
Jan