Bug 3321 - Adding missing source folder doesn't remove warning (1GGCC4P)
Summary: Adding missing source folder doesn't remove warning (1GGCC4P)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P1 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:53 EDT by Jerome Lanneluc CLA
Modified: 2002-02-06 08:10 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 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.