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 242808

Summary: Adding new JAR files to libraries not (fully) possible if of the new JAR files is already in libraries
Product: java Reporter: host <host>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description host 2014-03-11 18:55:10 UTC
I open the project properties of my web app and go to the compile libraries.

There I click on "Add JAR/folder...", choose the file "aspectjrt-1.7.4.jar" with "Relative Path" selected ("WebContent/WEB-INF/lib/aspectjrt-1.7.4.jar") and click on "Choose". The chosen JAR file is correctly added to the compile libraries.

Now I click on "Add JAR/folder..." again and choose the files "aspectjrt-1.7.4.jar", "aspectjtools-1.7.4.jar" and "aspectjweaver-1.7.4.jar". When I click on "Choose" then only "aspectjrt-1.7.4.jar" is in the libraries but the other two JAR files are not added.

Finally, I click on "Add JAR/folder..." and choose the files "aspectjtools-1.7.4.jar" and "aspectjweaver-1.7.4.jar". When I click on "Choose" then the two JAR files are correctly added.
Comment 1 Martin Balin 2016-07-07 07:15:39 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss