Posts Tagged Java

Preview of Dita4Hudson plugin for the Hudson continuous integration server

I am progressing a bit further on my plugin that will allow for easier DITA builds within the Hudson continuous integration server.  Hudson is a quite handy build management system that offers you a lot of additional value on top of your existing builds and processes.

You can use your existing DITA-OT Ant scripts to build your output within Hudson. Many Dita users are not Ant experts and often Ant is one of the limiting factors in Dita adoption by smaller teams. I hope this plugin will help further promote DITA and provide another simple tool for Dita builds.

All feedback and suggestions are welcome. Read the rest of this entry »

, , , , ,

4 Comments

Creating dynamic documentation plugins for the Eclipse Help System using Java

Did you know that your Eclipse documentation plugins can contain Java for creating dynamic content? If you’ve ever felt limited by the Eclipse Help System, this post will show you the basics of creating a dynamic plugin by taking advantage of the org.eclipse.help.contentProducer extension point. Read the rest of this entry »

, , , , , , , ,

2 Comments