On pondělí 26. června 2017 22:51:24 CEST Jan Tosovsky wrote: > 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://urldefense.proofpoint.com/v2/url?u=https-3A__www.oxygenxml.com_d > > > emo_DocBook-5FEditing-5FSupport.html&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcx > > > BKCX5YTpkKY057SbK10&r=tnLz5-vaI8x9g_xBBlFGf_ldS0-TN1M3i9fMP1FPWgk&m=04vQ > > > KsWk1DxPJG_goDLXRCSzuIMiCUW-tTxhxT6SPqA&s=uyrp5K0Fcem5e9rpcvKVQ_mb1KAKjX > > > YMV1pqBFO-JLw&e= ?> > > the source code ... enabling some support for docbook is > > https://urldefense.proofpoint.com/v2/url?u=http-3A__hg.netbeans.org_main_c > > ontrib_file_tip_docbook&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057S > > bK10&r=tnLz5-vaI8x9g_xBBlFGf_ldS0-TN1M3i9fMP1FPWgk&m=04vQKsWk1DxPJG_goDLXR > > CSzuIMiCUW-tTxhxT6SPqA&s=KB4eY2Hs12nfI5NXhNzimOu_7-EQRaw1aEXA3OUuAII&e= > > https://urldefense.proofpoint.com/v2/url?u=http-3A__hg.netbeans.org_main_ > > contrib_file_tip_docbook.project&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5Y > > TpkKY057SbK10&r=tnLz5-vaI8x9g_xBBlFGf_ldS0-TN1M3i9fMP1FPWgk&m=04vQKsWk1DxP > > JG_goDLXRCSzuIMiCUW-tTxhxT6SPqA&s=R8p1xguzGMovpaGISEiHsBIDIUszr7BB9-UWF0uC > > ymc&e= > 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? > Hello Jan, try:
contrib/docbook$ ant nbm Btw. the main author of the module is Tim. I've just used it (modified it) to write my [Practical API Design](http://practical.apidesign.org) book. -jt
