diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 3c3abff3c..0b627af2b 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -13,6 +13,10 @@
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.
+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.
The directory structure of the source tree should follow the package hierarchy.
It is possible to refine the set of files that are being compiled/copied.