How to install the DITA for Publishers Toolkit plugins to the Open Toolkit.
All the plugins are distributed as Zip files. Installation is basically unzipping the Zips into the Toolkit's plugins directory and then running the integrator.xml Ant task.
You should get one or more directories under plugins named like net.sourceforge.dita4publishers.doctypes.
Buildfile: build.xml does not exist! Build failed
Then you are good to go.
Otherwise, you have to either find where Ant is on your system or download Ant from ant.apache.org.
If you are using the full install of the DITA Open Toolkit then ant is in tools/ant/bin below the Toolkit's root directory.
If you have the OxygenXML editor installed then ant is in tools/ant/bin below Oxygen's installation directory (e.g., c:\Program Files\Oxygen XML\tools\ant\bin on Windows).
c:\> cd c:\programs\DITA-OT c:\Programs\DITA-OT>_
c:\Programs\DITA-OT> tools\ant\bin\ant -f integrator.xml
Buildfile: integrator.xml integrate: [integrate] Using XERCES. BUILD SUCCESSFUL Total time: 0 seconds
You may see messages about missing dependencies but as long as you get BUILD SUCCESSFUL then all the plugins that could be loaded have been.
The plugins should be ready to use.