Bug 6210 - Creation failed error when creating a source folder
Summary: Creation failed error when creating a source folder
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-21 18:07 EST by Erich Gamma CLA
Modified: 2002-01-11 09:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Gamma CLA 2001-11-21 18:07:30 EST
1) create a JUnit project (prj=src)
2) New>Source Folder
->Create of Element failed
Reason Name Collision
Comment 1 Martin Aeschlimann CLA 2001-11-22 03:38:44 EST
JavaConventions.validateClasspath is used to validate the new classpath:

Source Folder JUnit, Variable Entry JRE_LIB, SourceFolder JUnit/x
OutputLocation JUnit

is accepted.

Move to JCore
Comment 2 Philipe Mulet CLA 2001-11-27 03:12:51 EST
Cannot reproduce. In build 20011115, cannot add a source folder if the project 
is itself used as such. Sent patch to Martin for testing with corresponding UI.
Comment 3 Martin Aeschlimann CLA 2001-11-27 03:40:56 EST
The bug is fixed with the mentioned patch.
Ok to close.
Comment 4 Philipe Mulet CLA 2001-11-27 07:36:42 EST
No action