Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.
The "CreateDocBookDocumentation" page has been changed by antoine. http://wiki.apache.org/ant/CreateDocBookDocumentation -------------------------------------------------- New page: Describe CreateDocBookDocumentation here. Validate with jing {{{ <java jar="lib/jing/jing.jar" fork="true" failonerror="true"> <jvmarg value="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration" /> <jvmarg value="-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl" /> <arg value="${docbook.basedir}/rng/docbook.rng" /> <arg line="${xml.fs.property}" /> </java> }}} I am using java here rather than the jing task . I found the idea to use the jvmargs by reading this bug report of jing-trang [[attachment:http://code.google.com/p/jing-trang/issues/detail?id=38|Make it easy to do XInclude processing before validation]]
