Bug 274845 - Saving MANIFEST.MF, plugin.xml, or build.properties is very slow
Summary: Saving MANIFEST.MF, plugin.xml, or build.properties is very slow
Status: RESOLVED DUPLICATE of bug 273157
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 11:33 EDT by Bryan Hunt CLA
Modified: 2009-05-04 14:28 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Hunt CLA 2009-05-04 11:33:29 EDT
Build 3.5 M7

Whenever we make a change to any MANIFEST.MF, plugin.xml, or build.properties and click save, the operation takes several seconds to complete.  On the Mac, I get the spinning beach ball of death while I'm waiting for the save to complete.

We are not using the "uses" statement in any of our bundles.

Our target platform consists of the following SDKs

Eclipse
Equinox
RCP DeltaPack
BIRT Chart Engine
CDT
Derby
EMF
XSD
EMF Validation
GEF
JFS
JFS Client

Our workspace contains approximately 140 plug-in projects.
Comment 1 Chris Aniszczyk CLA 2009-05-04 11:37:29 EDT
You may not have any 'uses' clauses, but do the bundles you consume do?

I think if you do a quick grep, you may be able to figure it out.

Also, if you launch Eclipse with '-Dosgi.resolver.usesMode=ignore' can you confirm faster manifest saving?



*** This bug has been marked as a duplicate of bug 273157 ***
Comment 2 Bryan Hunt CLA 2009-05-04 14:28:48 EDT
Adding -Dosgi.resolver.usesMode=ignore to the eclipse.ini does NOT fix the problem