This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186787 - Download javadoc/sources from context menu doesn't seem to work.
Summary: Download javadoc/sources from context menu doesn't seem to work.
Status: RESOLVED DUPLICATE of bug 209499
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 09:08 UTC by magne_n
Modified: 2012-04-18 12:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description magne_n 2010-05-27 09:08:51 UTC
We are currently using Archiva as our internal software repository, with password protected access.

When selecting "Download javadoc" or "Download sources" from the Libraries context menu, NetBeans fails to download either.

The IDE log shows no errors, nor any output, during or after the process.

When using the dependency:resolve with the javadoc classifier, or the dependency:sources goal, the dependency plugin downloads the sources and javadoc files without any problems.

We have overridden central, and defined multiple other mirrors in our global settings.xml file, where the artifacts are hosted.

Removing the password protection of the repositories does not help.

NB version:
Product Version: NetBeans IDE 6.9 RC1 (Build 201005242201)
Java: 1.6.0_20; Java HotSpot(TM) 64-Bit Server VM 16.3-b01
System: Linux version 2.6.32-22-generic running on amd64; UTF-8; en_US (nb)

also verified in
Product Version: NetBeans IDE 6.8 (Build 200912041610)

mvn --version:
Apache Maven 2.2.1 (rdebian-1)
Java version: 1.6.0_20
Java home: /usr/lib/jvm/java-6-sun-1.6.0.20/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-22-generic" arch: "amd64" Family: "unix"
Comment 1 Jesse Glick 2010-08-18 23:56:42 UTC
Any relevant warnings or errors in the NetBeans log file? Any steps to reproduce from scratch?
Comment 2 Milos Kleint 2012-04-18 12:17:58 UTC
most likely a duplicate of 209499, mirrors and proxies were not taken into account in some cases.

*** This bug has been marked as a duplicate of bug 209499 ***
Comment 3 magne_n 2012-04-18 12:40:34 UTC
Sorry for the lack of feedback on this issue, but thanks Milos!