Bug 33207 - Reject output folder that coincidate with source folder if not equal
Summary: Reject output folder that coincidate with source folder if not equal
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 RC2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-26 04:56 EST by Jerome Lanneluc CLA
Modified: 2011-08-11 06:41 EDT (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 Jerome Lanneluc CLA 2003-02-26 04:56:58 EST
Build 2.1RC1

JavaConventions should reject a custom output folder that coincidate with a 
source folder if this source folder is not equal to the custom output folder.

Allowing this scenario would lead to phantom packages to be created in the 
source folder when building.
Comment 1 Philipe Mulet CLA 2003-02-26 05:30:11 EST
Indeed a source folder can only be used as a target by its own output folder, 
so as to avoid package directory pollution.

We should also disallow using a library folder as an output folder (within same 
project).
Comment 2 Philipe Mulet CLA 2003-02-27 08:28:34 EST
Fixed in latest.
Comment 3 David Audel CLA 2003-03-10 10:23:34 EST
Verified.
Comment 4 Philipe Mulet CLA 2003-04-15 04:57:43 EDT
Due to bug 36465, had to relax some of the collision check. Only specific 
output folders are checked, the default output can still coincidate.