Browse Source

Show how to avoid the -sourcepath switch in <javac>

Submitted by:	Alex Rosen <arosen@silverstream.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271355 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
0e63e7acbb
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/manual/CoreTasks/javac.html

+ 2
- 1
docs/manual/CoreTasks/javac.html View File

@@ -118,7 +118,8 @@ invoking the compiler.</p>
</tr>
<tr>
<td valign="top">sourcepath</td>
<td valign="top">the sourcepath to use; defaults to the value of the srcdir attribute (or <code>&lt;src&gt;</code> elements).</td>
<td valign="top">the sourcepath to use; defaults to the value of the srcdir attribute (or <code>&lt;src&gt;</code> elements).
To suppress the sourcepath switch, use <code>sourcepath=&quot;&quot;</code>.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>


Loading…
Cancel
Save