@@ -116,6 +116,11 @@ invoking the compiler.</p>
<td valign="top">the classpath to use.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">sourcepath</td>
<td valign="top">the sourcepath to use; defaults to the value of the srcdir attribute (or <code><src></code> elements).</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">bootclasspath</td>
<td valign="top">location of bootstrap class files.</td>
@@ -127,6 +132,12 @@ invoking the compiler.</p>
<a href="../using.html#references">reference</a> to a PATH defined elsewhere.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">sourcepathref</td>
<td valign="top">the sourcepath to use, given as a
<a href="../using.html#references">reference</a> to a PATH defined elsewhere.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">bootclasspathref</td>
<td valign="top">location of bootstrap class files, given as a
@@ -255,14 +266,16 @@ supports all attributes of <code><fileset></code>
(<code>dir</code> becomes <code>srcdir</code>) as well as the nested
<code><include></code>, <code><exclude></code> and
<code><patternset></code> elements.</p>
<h4><code>src</code>, <code>classpath</code>, <code>bootclasspath</code> and <code>extdirs</code></h4>
<h4><code>src</code>, <code>classpath</code>, <code>sourcepath</code>,
<code>bootclasspath</code> and <code>extdirs</code></h4>
<p><code>Javac</code>'s <i>srcdir</i>, <i>classpath</i>,
<i>bootclasspath</i> and <i>extdirs</i> attributes are <a
<i>sourcepath</i>, <i>bootclasspath</i> and <i>extdirs</i> attributes are <a
href="../using.html#path">path-like structures</a> and can also be set via nested
<code><src></code>,
<code><classpath></code>,
<code><bootclasspath></code> and
<code><extdirs></code> elements, respectively.</p>
<code><src></code>,
<code><classpath></code>,
<code><sourcepath></code>,
<code><bootclasspath></code> and
<code><extdirs></code> elements, respectively.</p>
<h4>compilerarg</h4>
@@ -425,7 +438,7 @@ build.compiler.warnings is "true" while all others are "false&quo
</tr>
</table>
<hr>
<p align="center">Copyright © 2001 Apache Software Foundation. All rights
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights
Reserved.</p>
</body>