Browse Source

Fix HTML Parse error

Submitted by: jakarta-ant@ehatchersolutions.com "Erik Hatcher"


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270164 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 23 years ago
parent
commit
bfcb52f9a2
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

@@ -59,7 +59,7 @@ a JDK1.1 or higher to be set in java.home.
files/directories from the CLASSPATH it passes to the compiler.</p> files/directories from the CLASSPATH it passes to the compiler.</p>
<p><strong>Windows Note:</strong>When the modern compiler is used <p><strong>Windows Note:</strong>When the modern compiler is used
in unforked mode on Windows, it locks up the files present in the in unforked mode on Windows, it locks up the files present in the
classpath of the <javac> task, and does not release them. The side
classpath of the &lt;javac&gt; task, and does not release them. The side
effect of this is that you will not be able to delete or move effect of this is that you will not be able to delete or move
those files later on in the build. The workaround is to fork when those files later on in the build. The workaround is to fork when
invoking the compiler.</p> invoking the compiler.</p>


Loading…
Cancel
Save