Bug 29079

Summary: Buildpath validation: No check that output folder is inside project
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2003-01-07 08:06:52 EST
20030107

1. Create new project 'P'
2. Create new project 'Q'
3. In project P, set the source folder's output folder to 'Q/bin'.
 -> Accepted no error warning
4. press ok.
5. Open property page of P again. No classpath entries at all. (getRawClasspath 
returns an empty array).
Comment 1 Jerome Lanneluc CLA 2003-01-09 10:35:10 EST
Fixed and added test ClasspathTests.testClasspathValidation18()
Comment 2 David Audel CLA 2003-02-07 12:23:44 EST
Verified.