diff --git a/WHATSNEW b/WHATSNEW
index 024ff3226..8e8d9d0b6 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -161,6 +161,8 @@ Other changes:
* now supports a new "prefix" attribute to prefix properties set.
+* you can now specify the -sourcepath for explicitly.
+
Changes from Ant 1.4 to Ant 1.4.1
===========================================
diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html
index 8701e4b75..4655d6fcc 100644
--- a/docs/manual/CoreTasks/javac.html
+++ b/docs/manual/CoreTasks/javac.html
@@ -116,6 +116,11 @@ invoking the compiler.
the classpath to use. |
No |
+
+ sourcepath |
+ the sourcepath to use; defaults to the value of the srcdir attribute (or <src> elements). |
+ No |
+
bootclasspath |
location of bootstrap class files. |
@@ -127,6 +132,12 @@ invoking the compiler.
reference to a PATH defined elsewhere.
No |
+
+ sourcepathref |
+ the sourcepath to use, given as a
+ reference to a PATH defined elsewhere. |
+ No |
+
bootclasspathref |
location of bootstrap class files, given as a
@@ -255,14 +266,16 @@ supports all attributes of <fileset>
(dir becomes srcdir ) as well as the nested
<include> , <exclude> and
<patternset> elements.
-src , classpath , bootclasspath and extdirs
+src , classpath , sourcepath ,
+bootclasspath and extdirs
Javac 's srcdir, classpath,
-bootclasspath and extdirs attributes are sourcepath, bootclasspath and extdirs attributes are path-like structures and can also be set via nested
-<src> ,
-<classpath> ,
-<bootclasspath> and
-<extdirs> elements, respectively.
+<src> ,
+<classpath> ,
+<sourcepath> ,
+<bootclasspath> and
+<extdirs> elements, respectively.
compilerarg
@@ -425,7 +438,7 @@ build.compiler.warnings is "true" while all others are "false&quo
|
-Copyright © 2001 Apache Software Foundation. All rights
+
Copyright © 2001-2002 Apache Software Foundation. All rights
Reserved.