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 - Adding new JAR files to libraries not (fully) possible if of the new JAR files is already in libraries
Summary: Adding new JAR files to libraries not (fully) possible if of the new JAR file...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 18:55 UTC by host
Modified: 2016-07-07 07:15 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 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