Bug 148313 - [build path] "Configure Build Path" incorrectly appears for non-Java projects
Summary: [build path] "Configure Build Path" incorrectly appears for non-Java projects
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 3.3 M7   Edit
Assignee: Benno Baumgartner CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-06-22 18:07 EDT by Matt McCutchen CLA
Modified: 2007-06-06 04:11 EDT (History)
0 users

See Also:


Attachments
Fix by checking that project is open and has Java nature (1.28 KB, patch)
2007-03-24 15:40 EDT, Matt McCutchen CLA
no flags Details | Diff
fix (1.58 KB, patch)
2007-04-02 09:42 EDT, Benno Baumgartner CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt McCutchen CLA 2006-06-22 18:07:53 EDT
In Eclipse 3.2RC7, if I right-click a closed project or an open non-Java project in the Package Explorer, "Build Path" incorrectly appears on the context menu, and the submenu contains the single entry "Configure Build Path".  Clicking on this entry opens the Info page of the project properties.  (Presumably Eclipse tries to open the Java Build Path page, but it is not present.)
Comment 1 Matt McCutchen CLA 2007-03-24 15:40:09 EDT
Created attachment 61906 [details]
Fix by checking that project is open and has Java nature
Comment 2 Benno Baumgartner CLA 2007-04-02 09:42:35 EDT
Created attachment 62661 [details]
fix

Changed:
- Formatting
- Added your name to the contributors in the header
Comment 3 Benno Baumgartner CLA 2007-04-02 09:46:53 EDT
fixed > I20070327-0800

Thanks a lot Matt!