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 53373

Summary: Editing the compilation classpath incorrectly updates the list of included libraries
Product: javaee Reporter: Andrei Badea <abadea>
Component: EJBAssignee: Andrei Badea <abadea>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Andrei Badea 2005-01-13 18:19:14 UTC
Have an EJB module and two JAR files (j1.jar and
j2.jar)

1) Use the customizer to add j1.jar and j2.jar to
the project (both at the same time) so that j1.jar
is first.
2) Use the customizer to remove j1.jar.

ERROR: project.xml has two <included-library>
elements, both referring to j2.jar.

The bug is caused by incorrect cleaning of the
node list containing the <included-library>
elements. I will fix it.
Comment 1 Andrei Badea 2005-01-13 18:38:25 UTC
Fixed.
Comment 2 Andrei Badea 2005-01-13 18:40:44 UTC
Checking in EjbJarProjectProperties.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/customizer/EjbJarProjectProperties.java,v
 <--  EjbJarProjectProperties.java
new revision: 1.10; previous revision: 1.9
done
Comment 3 Petr Blaha 2005-02-10 16:54:50 UTC
[Build 20050209]