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 222392

Summary: Library wrapper warning not descriptive enough
Product: apisupport Reporter: mienamoo
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description mienamoo 2012-11-19 14:34:21 UTC
NetBeans build 201211190002
JDK 7u5 32-bit

In the New Library Wrapper wizard, when selecting a file that is not a .jar, the error states "Library JAR does not exist". It would be more informative if the error read something like "Selected file is not a JAR" in that case.
Comment 1 Martin Kozeny 2012-12-07 09:08:03 UTC
https://hg.netbeans.org/core-main/rev/6b27a710bb5c
Comment 2 Quality Engineering 2012-12-08 02:58:20 UTC
Integrated into 'main-golden', will be available in build *201212080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6b27a710bb5c
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #222392: Changing error message when selected file is not JAR
Comment 3 mienamoo 2012-12-11 14:22:06 UTC
Verified with build 201212110001. Thanks!