Attached is a patch fixing an HTML parse error in the <javac> documentation.
cvs -q diff -u docs/manual/CoreTasks/javac.html Index: docs/manual/CoreTasks/javac.html =================================================================== RCS file: /home/cvspublic/jakarta-ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.19 diff -u -r1.19 javac.html --- docs/manual/CoreTasks/javac.html 2001/12/10 15:31:54 1.19 +++ docs/manual/CoreTasks/javac.html 2001/12/15 18:35:10 @@ -59,7 +59,7 @@ files/directories from the CLASSPATH it passes to the compiler.</p> <p><strong>Windows Note:</strong>When the modern compiler is used 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 <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.</p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
