Bug 30855 - Wron error message when nesting source folder in class folder
Summary: Wron error message when nesting source folder in class folder
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-02-04 06:19 EST by Dirk Baeumer CLA
Modified: 2003-02-11 06:02 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 Dirk Baeumer CLA 2003-02-04 06:19:30 EST
Build I20030129++

- create Project Test
- create source folder a/b/arc
- try to add class folder a/b
observe: you get an error message saying:

Cannot nest 'Test/a/b/src' inside /Test/a/b. To enable the nesting exclude
src/ from Test/a/b. 

But class folders don't support exclusion filters.
Comment 1 Jerome Lanneluc CLA 2003-02-04 11:39:22 EST
Fixed error message and added regression test 
ClasspathTests.testClasspathValidation19()
Comment 2 David Audel CLA 2003-02-11 06:02:10 EST
Verified.