Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv27102
Added Files:
antTargets.xml
Log Message:
initial version
--- NEW FILE: antTargets.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
<document>
<header>
<title>Ant Build Targets</title>
<authors>
<person name="Nathaniel Auvil" email=""/>
</authors>
</header>
<body>
<section>
<title>compile</title>
<p>
Compiles <strong>ALL</strong> the source of jCharts.
</p>
<warning>
This target, and all targets unless otherwise noted, require you to be running the JDK 1.4+.
</warning>
</section>
<section>
<title>compile13</title>
<p>
Compiles <strong>ALL</strong> the source of jCharts using the JDK 1.3+.
It excludes the code which is specific to the JDK 1.4+, located in the <em>encoders</em> package.
</p>
<note>
This target requires an environment variable: <strong>JAVA13_HOME</strong> to exist and be pointing to the JDK 1.3+ installation directory.
</note>
</section>
<section>
<title>websiteSamples</title>
<p>
Generates all the sample chart images used on the website an places them under the <code>documentation/resources/images/samples</code> directory.
</p>
<p><em>Depends: compile</em></p>
</section>
<section>
<title>jar</title>
<p>
Creates a jar containing the core jCharts Classes. If you are creating custom mods against the jCharts tree, use this
target to build yourself a jar to run against!.
</p>
<p><em>Depends: compile</em></p>
</section>
<section>
<title>javadocs</title>
<p>
Generates JavaDocs for the jCharts sources.
</p>
</section>
<section>
<title>war</title>
<p>
</p>
</section>
<section>
<title>release</title>
<p>
</p>
</section>
</body>
</document>
|