From 048015b7d891edd74c8d458aa582a504511872c6 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig sourcepath
Specify where to find source files
all
- At least one of the three or nested
-
+ <sourcepath>
, <fileset>
or
- <packageset>
At least one of the four or nested
+
<sourcepath>
, <fileset>
.
+ module
or <packageset>
+ sourcepathref
@@ -108,6 +108,12 @@ to <javadoc> using classpath, classpathref attributes or
the nested source
element.
all
+
modulenames
+ Comma separated list of module names -- see also
+ the nested
+ module
element. since Ant 1.9.14all
+
+ destdir
Destination directory for output files
@@ -530,6 +536,36 @@ to <javadoc> using classpath, classpathref attributes or
1.4
No
+
+ modulesourcepath
+ Specify where to find module source files
+ since Ant 1.9.14
+ all
+ No
+
+
+ modulesourcepathref
+ Specify where to find module source files by reference to a PATH defined elsewhere.
+ since Ant 1.9.14
+ all
+ No
+
+
+ modulepath
+ Specify where to find module files
+ since Ant 1.9.14
+ all
+ No
+
+
modulepathref
+ Specify where to find module files by reference to a PATH defined elsewhere.
+ since Ant 1.9.14
+ all
+ No
+ Format of the group attribute
@@ -607,6 +643,24 @@ javadoc as source files.
package
.
+since Ant 1.9.14
+Same as one entry in the list given by modulenames
.
Attribute | +Description | +Required | +
name | +The module name | +Yes | +
Same as one entry in the list given by sourcefiles
.
Javadoc
's sourcepath, classpath and
-bootclasspath attributes are PATH like
-structure and can also be set via nested sourcepath,
-classpath and bootclasspath elements
-respectively.
Javadoc
's sourcepath, classpath,
+bootclasspath, modulepath, and modulesourcepath
+attributes are PATH like structure
+and can also be set via nested sourcepath,
+classpath, bootclasspath, modulepath,
+and modulesourcepath elements respectively.