Bug 48301

Summary: Nested output folder rules seem inconsistant
Product: [Eclipse Project] JDT Reporter: Adam Judson <judson_technologies_inc>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Judson CLA 2003-12-08 14:01:49 EST
I can create a project PROJECT (1) such that

src - PROJECT/
bin - PROJECT/bin

but not (2):

src - PROJECT/src
bin - PROJECT/src/bin

It's not clear why we allow (1) if not (2).

Ideally I'd like (2) to be allowed, as it lets me do:

Eclipse Project
  |
  -- WSAD project 1
  |
  -- WSAD project 2

If any of the WSAD projects are set up as in (1), then I can't set up my
eclipse project to compile to the same output folders.

Adam Judson
Comment 1 Philipe Mulet CLA 2003-12-08 15:12:14 EST
Lucky you, I just fixed it.

*** This bug has been marked as a duplicate of 39539 ***
Comment 2 Frederic Fusier CLA 2003-12-16 12:33:40 EST
Verified with build I200312160010.

It works for (2) if bin is excluded from source folders...