You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by um...@apache.org on 2001/12/10 16:31:54 UTC

cvs commit: jakarta-ant/docs/manual/CoreTasks javac.html

umagesh     01/12/10 07:31:54

  Modified:    docs/manual/CoreTasks javac.html
  Log:
  Document a known modern compiler on windows bug.
  
  PR: 3345
  Submission By: jesse.glick@netbeans.com (Jesse Glick)
  
  Revision  Changes    Path
  1.19      +7 -0      jakarta-ant/docs/manual/CoreTasks/javac.html
  
  Index: javac.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/javac.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- javac.html	2001/11/21 23:09:39	1.18
  +++ javac.html	2001/12/10 15:31:54	1.19
  @@ -57,6 +57,13 @@
   </p>
   <p>This task will drop all entries that point to non-existant
   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
  +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>
  +</p>
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>