From bfcb52f9a2c55308e8f8f93ba9167a5b88712d51 Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Sat, 15 Dec 2001 22:26:46 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/javac.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index e54fe0178..b09906037 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -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.

Windows Note:When the modern compiler is used in unforked mode on Windows, it locks up the files present in the -classpath of the task, and does not release them. The side +classpath of the <javac> task, and does not release them. The side 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 invoking the compiler.