AurigaDoc conversion can be invoked from an Ant target by using the following: -
<java dir="output-dir"
classname="com.aurigalogic.aurigadoc.cmdline.Converter"
fork="true">
<classpath>
<dirset dir="aurigadochome/bin" />
<fileset dir="aurigadochome/lib">
<include name="**/*.jar" />
</fileset>
</classpath>
<arg line="-html -XML user-guide.xml -OUT user-guide.html" />
</java>
In the above code
output-dir is the absolute path of output directory
aurigadochome is the absolute path of AurigaDoc home directory.