[kepler-dev] [Bug 4259] - Fix the 'ant javadoc' command

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jul 24 10:14:14 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4259





------- Comment #6 from cxh at eecs.berkeley.edu  2009-07-24 10:14 -------
There is slightly different code that execs a subprocess at
ptolemy/util/StreamExec.java
This code does not use much of Ptolemy, only ExecuteCommands and 
a method from StringUtilities.  It might be worth temporarily trying
to use this class to see if the "ant javadoc" problem is the
class in the build system that executes the subprocess.  I had
a heck of a time getting subprocess execution to work, these classes
also list some resources.

Right now, ant javadoc has lots of errors:
     [null] 100 errors
     [null] 772 warnings

I wonder why it says [null]?


More information about the Kepler-dev mailing list