Bug 52181 - Red X remains on package declaration
Summary: Red X remains on package declaration
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-16 13:48 EST by Sonia Dimitrov CLA
Modified: 2004-05-12 10:52 EDT (History)
0 users

See Also:


Attachments
Java plugin project (3.91 KB, application/octet-stream)
2004-02-16 13:59 EST, Sonia Dimitrov CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sonia Dimitrov CLA 2004-02-16 13:48:09 EST
Build M20040204

1.  Install build M20040204 with fresh workspace
2.  Extract attached zip into workspace 
3.  Start eclipse, switch to java perspective
3.  Create new java project, set name to "test", ie. same name as directory 
created in step 3.  
4.  Open Perfms.java
5. Bring up properties on test project.  Edit Java build path, click "add 
folder" and select test/src.  Notice the red x in left margin of editor 
remains.

Attachment to follow.
Comment 1 Sonia Dimitrov CLA 2004-02-16 13:59:13 EST
Created attachment 7952 [details]
Java plugin project
Comment 2 Jerome Lanneluc CLA 2004-05-12 10:52:07 EDT
Verified this works in I20040511 with the following changes to the original 
scenario:
- You need to creating a Plugin project (in step 3) instead of a Java project
- You need to edit the plugin.xml to add org.junit as a required plugin