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 - Editing the compilation classpath incorrectly updates the list of included libraries
Summary: Editing the compilation classpath incorrectly updates the list of included li...
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-13 18:19 UTC by Andrei Badea
Modified: 2006-03-24 13:06 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 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]