Bug 29079 - Buildpath validation: No check that output folder is inside project
Summary: Buildpath validation: No check that output folder is inside project
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-07 08:06 EST by Martin Aeschlimann CLA
Modified: 2003-02-07 12:23 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 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.