Main Usage: bootstrap - download and unzip benchmark jars - REQUIRED FOR BENCHMARKS [re]build.all - builds all schema jars and test classes [re]build - builds test and tool classes only [re]build.schema.jars - that's what it does :-> clean.all - clean all schema jars and test/tools classes clean - clean test and tools classes clean.schema.jars - clean schema jars NOTE: clean.all does not call the following clean targets: clean.bootstrap - delete downloaded benchmark jars clean.parsers.bootstrap - delete unzipped parser files build.xmlbeans.perf - bootstrap, builds schema jars and tests classes for all XmlBeans releases Schema Builds: svn.schema.jars - required for tools build and svn perf v1.schema.jars v2.schema.jars castor.schema.jars jaxb.schema.jars jaxb2.schema.jars jibx.schema.jars parsers.schema.jars Perf Builds: build.tools - perf tools build.svn.perf - latest XMLBeans SVN snapshot build.v1.perf - XMLBeans v1 build.v2.perf - XMLBeans v2 build.castor.perf build.jaxb.perf build.jaxb2.perf build.jibx.perf build.xerces.perf build.parsers.perf note: To build any particular version or product (ex.current XmlBeans SVN tree) the following targets need to be run: ant bootstrap ant svn.schema.jars ant build.svn.perf run run_svn.bat/run_svn.sh from the bin directory