Bug 3321

Summary: Adding missing source folder doesn't remove warning (1GGCC4P)
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Jerome Lanneluc CLA 2001-10-10 22:53:11 EDT
1. Create Java project with no source folder
	2. Change .classpath as follows:
[<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="output" path="bin"/>
</classpath>]
	Observe: The project has a warning saying that the folder src is missing as expected.
	3. In the navigator, create folder src
	Observe: The warning is still showing.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:09:19 EST
PRODUCT VERSION:
	SDK 0.125+

Comment 2 Philipe Mulet CLA 2002-02-06 08:10:06 EST
Added a classpath marker refresh in pre_auto_build if autobuild is off.
Fixed.