My lazy header ...

AntDoc
Target antdoc.compile

antdoc.compile
  |
  +--antdoc.compile.pre
    |
    +--antdoc.compile.properties
      |
      +--init
  |
  +--antdoc.compile.ideaplugin
    |
    +--antdoc.classpath
      |
      +--init
  |
  +--antdoc.compile.gui
    |
    +--antdoc.classpath
      |
      +--init
  |
  +--antdoc.compile.core
    |
    +--antdoc.classpath
      |
      +--init
  |
  +--antdoc.compile.task
    |
    +--antdoc.classpath
      |
      +--init
  |
  +--antdoc.compile.applet
    |
    +--antdoc.classpath
      |
      +--init

Compiles the whole AntDoc source code.

The Ant installation "lib" directory must contain the following extra libraries so that the Java compilation works:
  • log4j-1.2.8.jar,
  • jdom.jar,
  • saxon.jar or xalan.jar,
  • jaxp.jar or xml-apis.jar.

Detail:
<target
	depends="antdoc.compile.pre, antdoc.compile.applet, antdoc.compile.core, antdoc.compile.gui, antdoc.compile.task, antdoc.compile.ideaplugin"
	description="Compiles the whole AntDoc source code."
	name="antdoc.compile"
/>

... is just like my footer!

Edouard Mercier 2003.12.08 20:31:08 - AntDoc V0.8h - XSL Transformer Factory: com.icl.saxon.TransformerFactoryImpl