Bug 6422 - Resource copy should not occur as soon as one source folder overlap the binary output
Summary: Resource copy should not occur as soon as one source folder overlap the binar...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-29 09:45 EST by Philipe Mulet CLA
Modified: 2002-01-11 09:22 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 Philipe Mulet CLA 2001-11-29 09:45:05 EST
Build 20011115 (but this was already wrong in 0.9)

If a project has multiple source folders, including one coincidating with the 
output location, then automatic resource copying is occurring for all source 
folders but the coincidating one.

In the end, the coincidating source folder will have all resources from other 
source folders be copied into it, which is introducing confusion.

The resource copy semantics should never copy resources in case any of the 
source folder is coincidating with the output location.
Comment 1 Philipe Mulet CLA 2001-11-30 06:14:13 EST
Fixed