Bug 48301 - Nested output folder rules seem inconsistant
Summary: Nested output folder rules seem inconsistant
Status: VERIFIED DUPLICATE of bug 39539
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 3.0 M6   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 14:01 EST by Adam Judson CLA
Modified: 2003-12-16 12:33 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 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...