CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target schemaBuild

schemaBuild

  |
  +--checkSchemaBuild

Build an XmlBean access mechanism from an XML Schema. This is used to read the configuration file by the com.cleancode.jdbc.DBProbe class.

Detail:
<target
	depends="checkSchemaBuild"
	name="schemaBuild"
	unless="schemaBuild.notRequired"
>
	<taskdef
		classname="org.apache.xmlbeans.impl.tool.XMLBean"
		classpath="${customJarPath}/xbean.jar"
		name="xmlbean"
	/>

	<xmlbean
		destfile="${schema.jar}"
		download="true"
		schema="${schema.jdbc}"
	/>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl