You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/04/02 17:24:34 UTC

DO NOT REPLY [Bug 14925] - Skipping first sourcefile when a custom param with an empty value is added in a javadoc task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14925>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14925

Skipping first sourcefile when a custom param with an empty value is added in a javadoc task





------- Additional Comments From bodewig@apache.org  2003-04-02 15:24 -------
Can you please give the command line Ant executes?  If you run ant -verbose,
you'll receive output like the following

  [javadoc] Executing '/usr/local/java/jdk1.3.1_07/bin/javadoc' with arguments:
  [javadoc] '-d'
  [javadoc] '/home/bodewig/java/ccbase/build/apidocs'
  [javadoc] '-protected'
....
  [javadoc] 
  [javadoc] The ' characters around the executable and arguments are
  [javadoc] not part of the command.

I wonder what it looks like with empty params as I've serached the code and we
never seem to drop empty arguments.  I'm afraid the argument gets passed (and
then ignored) by javadoc itself.