diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 96b8e6ae0..e11d5f10f 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -50,7 +50,7 @@ classname in the "build.compiler" property.
<src>
elements are present.src2
. This can also be represented using nested
for every use of an external compiler, this may be a problem of the JDK you are using.
This problem may occur with all JDKs < 1.2.
+Note: If you wish to compile only source-files located in some packages below a +common root you should not include these packages in the srcdir-attribute. Use include/exclude-attributes +or elements to filter for these packages. If you include part of your package-structure inside the srcdir-attribute +(or nested src-elements) Ant will start to recompile your sources everytime you call it.
+Copyright © 2000,2001 Apache Software Foundation. All rights Reserved.