nico        01/04/26 16:31:43

  Modified:    docs/manual/CoreTasks javac.html
  Log:
  Added a note about how Ant (the javac task) finds the files that need
  a rebuild.
  
  Revision  Changes    Path
  1.5       +4 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- javac.html        2001/02/18 13:44:40     1.4
  +++ javac.html        2001/04/26 23:31:43     1.5
  @@ -13,6 +13,10 @@
   <p>The source and destination directory will be recursively scanned for Java
   source files to compile. Only Java files that have no corresponding class 
file
   or where the class file is older than the java file will be compiled.</p>
  +<p>Note: Ant uses only the names of the source and class files to find
  +the classes that need a rebuild. It will not scan the source and therefor
  +will have no knowledge about nested classes, classes that are named different
  +from the source file and so on.</p>
   <p>The directory structure of the source tree should follow the package
   hierarchy.</p>
   <p>It is possible to refine the set of files that are being compiled/copied.
  
  
  

Reply via email to