Browse Source

Added a note about how Ant (the javac task) finds the files that need

a rebuild.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268975 13f79535-47bb-0310-9956-ffa450edef68
master
Nico Seessle 24 years ago
parent
commit
d09b8e3f4d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      docs/manual/CoreTasks/javac.html

+ 4
- 0
docs/manual/CoreTasks/javac.html View File

@@ -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.


Loading…
Cancel
Save