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 2007/03/28 15:12:32 UTC

DO NOT REPLY [Bug 29870] - Need a way to specify proxyHost and proxyPort to javadoc task

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 thomas.kappen@tecon-group.com  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org