| Javadoc | Javadoc 2005-12-14 - By Stefan Bodewig
On Tue, 13 Dec 2005, Thom Hehl <thom@(protected)> wrote:
> packagenames="heavyweight.gui.* heavyweight.io.* heavyweight.re.* > heavyweight.util.*"
the separator for packagenames is "," not " ".
> sourcepath="${src}"
might be the most important information.
> BUILD FAILED C:\src\heavyweight\build.xml:120: No source files and > no packages have been specified.
run ant -debug and see which directories get scanned for Java files and which directories are included.
Each entry in sourcepath will be the root directory of a <dirset>.
|
|
 |