Browse Source

Typo.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@790005 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 16 years ago
parent
commit
7d945f51c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/javac.html

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

@@ -764,7 +764,7 @@ while all others are <code>false</code>.</p>
as an opensource project. The output of this project is a as an opensource project. The output of this project is a
<code>javac.jar</code> which contains the javac compiler. <code>javac.jar</code> which contains the javac compiler.
This compiler may be used with the <code>&lt;javac&gt;</code> task with This compiler may be used with the <code>&lt;javac&gt;</code> task with
the use of a "-Xbootstrapclass/p" java argument. The argument needs
the use of a <code>-Xbootclasspath/p</code> java argument. The argument needs
to be given to the runtime system of the javac executable, so it needs to be given to the runtime system of the javac executable, so it needs
to be prepended with a "-J". For example: to be prepended with a "-J". For example:




Loading…
Cancel
Save