The following issue has been updated: Updater: Arnaud HERITIER (mailto:[EMAIL PROTECTED]) Date: Fri, 9 Jul 2004 5:07 PM Comment: I kept the issue to think to do it when ant will allow it. Changes: type changed from Bug to Improvement priority changed from Major to Minor Version changed to 1.5 Version changed to 1.4 Version changed to 1.3 Version changed to 1.2 Version changed to 1.1 Version changed to 1.5.1 --------------------------------------------------------------------- For a full history of the issue, see:
http://jira.codehaus.org/browse/MPJAVADOC-34?page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJAVADOC-34 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJAVADOC-34 Summary: Javadoc links don't work behind a proxy Type: Improvement Status: Open Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-javadoc-plugin Versions: 1.1 1.2 1.3 1.4 1.5 1.5.1 Assignee: Arnaud HERITIER Reporter: Carlos Sanchez Created: Fri, 9 Jul 2004 12:38 PM Updated: Fri, 9 Jul 2004 5:07 PM Description: Links doesn't work behind a proxy javadoc: Error fetching URL: http://java.sun.com/j2se/1.4.2/docs/api/package-list I've found some information in the net: ------------------------------------------------------------ It is possible to pass proxy information to javadoc. Try: javadoc -J-DproxyHost=myproxyhost.com -J-DproxyPort=8080 -link http://java.sun.com/products/jdk/1.3/docs/api *.java ------------------------------------------------------------ You have to pass http.proxyhost and http.proxyport properties to the JVM. -Dhttp.proxyhost=proxy -Dhttp.proxyport=3128 ------------------------------------------------------------ The problem is that javadoc ant task starts in another jvm (as stated in ant docs) Also I've tried the setProxy ant task and it doesn't work either. <ant:setproxy proxyhost="proxy" proxyport="3128"/> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]