| Author |
javadoc tool access password protected website?
|
Gerard Charles
Greenhorn
Joined: Jan 21, 2010
Posts: 11
|
|
|
While running javadoc I'm trying to link to another project's javadoc files. I have a URL with to a directory containing the package-list file; however the website is password protected (BASIC authentication). Is there a way to specify a username/password to javadoc so it can access the files?
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16480
|
|
You could try putting it in the URL:
http://username:password@hostname/
|
 |
Gerard Charles
Greenhorn
Joined: Jan 21, 2010
Posts: 11
|
|
|
Thanks. Didn't seem to work. Found I could get the effect I wanted using the "offline links" option.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: javadoc tool access password protected website?
|
|
|