This project conetains Ant tasks for jdocbook.
- 2011-01-30 1.0.0.Final
- 2012-06-23 1.1.0.Final update to using jdocbook 1.1.0 and pressgang style
- 2012-12-05 1.1.1.Final update to pressgang 3.0.0
- 2013-12-18 1.1.2.Final update to xerces 2.11.0
- (install javasdk, ant and ivy)
- git clone git://github.com/jeffzhang/docant.git
- cd docant
- ant release
- cd target/release
- ant
- (got html, html-single, pdf files in target/release/target/publish)
It download some files include:
- docbook dtds, xls file
- dependend jars
- hacked jdocbook (in alpha phase)
Currently it includes some documents:
- JBoss AS 6 (part)
- Ironjacamar (JBoss JCA)
- Hornetq
- Hibernate (some section missing)
- Spring (some section missing, so far "borrow" jboss jdocbook style)
Modify build.xml in target/release, uncomment to get more document files
- Docbook files is from svn/git or latest release package file.
- Change abstract path or DTD statement
- remove some section since it throw error when transform
- Fix transform error
- Support more docbook files
- Automaticly grep neweast document and compare/merge
- support all jdocbook feature include multi-language (pot generate, po update/merge)
- sync with jdocbook upstream