DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29870>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29870 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-28 06:12 ------- Created an attachment (id=19828) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19828&action=view) pass proxy settings to javadoc tool Hi there, the attached patch passes proxy settings to the javadoc commandline tool, which will be called from the <javadoc> ant task. Proxy settings are necessary if external javadoc resources should be linked with the generated javadoc, and the host resides behind a firewall. The proxy settings from the system properties must be explicitly passed to the javadoc commandline tool, since the tool cannot be run inside the same jvm as ant, and therefore a new jvm will be created for javadoc (refer to: http://ant.apache.org/manual/index.html) Hi hope this patch will be merged into the Ant source tree. What do you think? Cheers, Thomas -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
