Bug 30506 - IPackageFragmentRoot:delete does not handle external jars
Summary: IPackageFragmentRoot:delete does not handle external jars
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-29 09:51 EST by Adam Kiezun CLA
Modified: 2003-02-10 12:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2003-01-29 09:51:35 EST
20030128
external jars are not handled and thus require special code on the ui side
Comment 1 Philipe Mulet CLA 2003-01-29 11:29:45 EST
Only classpath should be updated (at most)
Comment 2 Adam Kiezun CLA 2003-01-29 11:32:08 EST
agreed
Comment 3 Adam Kiezun CLA 2003-01-30 05:45:11 EST
see http://bugs.eclipse.org/bugs/show_bug.cgi?id=28526#c25
for an alternalive approach
Comment 4 Adam Kiezun CLA 2003-01-30 11:30:48 EST
'remove from classpath' action has been added now
which makes this report invalid, i think
it's covered by bug 28526
Comment 5 Jerome Lanneluc CLA 2003-01-30 12:42:24 EST
We still want to support it at the JDT/Core level.
Fixed and added regression test RootManipulationsTests.testDeleteJarFile3()
Comment 6 David Audel CLA 2003-02-10 12:54:41 EST
Verified.