Actions
Bug #5453
closedant javadoc -Dfull=true fails
Start date:
08/05/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5453
Description
Running "ant" says
javadoc Create javadoc for all the modules in modules.txt. Use -Dfull=true if you want to link your documentation to documentation of Kepler and Ptolemy too.
However, ant javadoc Dfull=true fails.
--start-
bash-3.2$ ant javadoc -Dfull=true
Buildfile: /Users/cxh/src/kepler/build-area/build.xml
javadoc:
BUILD FAILED
/Users/cxh/src/kepler/build-area/build.xml:204: src '/Users/cxh/src/kepler/null/lib/jar/kepler-r7920.jar' doesn't exist.
Total time: 0 seconds
--end--
ant javadoc -Dfull=true should be part of the nightly test suite.
Actions