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

2003-10-02 Thread bugzilla
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

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-10-02 10:42 ---
please reopen if you have more information.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-04-02 Thread bugzilla
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 [EMAIL PROTECTED]  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.