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 122799

Summary: Library Manager doesn't recognize Javadoc zip files added via a UNC path
Product: projects Reporter: jschek <jschek>
Component: LibrariesAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description jschek 2007-11-26 18:48:48 UTC
The Library Manager will return an error "The javadoc root does not contain the index-files folder or the index-
all.html file." when the javadoc root is a UNC path. If I add the same javadoc through a mounted drive or a local 
path, the Javadoc works fine.

Javadocs added using a UNC through the Java Platform Manager seems to work fine.

The easiest way I found to recreate the problem is to add the JDK javadocs to a newly created library (this is a 
known, working javadoc that should always succeed). Adding using the UNC will fail; adding using a local path will 
succeed:

\\mymachine\c$\Development\jdk\jdk-6-doc.zip  FAIL
C:\Development\jdk\jdk-6-doc.zip SUCCESS

This is running on:
Product Version: NetBeans IDE Dev (Build 200711260000)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06
System: Windows 2003 version 5.2 running on x86; Cp1252; en_US (nb)
Comment 1 Peter Pis 2007-12-04 09:43:43 UTC
Reassigning to "projects".
Comment 2 Tomas Zezula 2007-12-04 16:50:45 UTC

*** This issue has been marked as a duplicate of 46813 ***