Bug 31446

Summary: Cannot cancel 'Cleaning of output foder'
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2003-02-10 07:02:37 EST
Build 20030206

1. Create Java project with all JCL 1.4.1 as source. 
2. Built it. 
3. Rebuild it: it starts with 'Cleaning output folder'
4. Press Cancel
Observe: It doesn't stop until the whole output folder is cleaned up. This can 
take a long time.
Comment 1 Kent Johnson CLA 2003-02-10 13:49:16 EST
We are checking once per source folder. If the source folder is ridiculously 
large then it will take a while.

Did you define a 'bin' folder? Or was the project acting as the source & bin 
folder?
Comment 2 Jerome Lanneluc CLA 2003-02-10 17:11:13 EST
The project was acting as the source & bin folder
Comment 3 Kent Johnson CLA 2003-02-11 13:54:09 EST
Added checkCancel call per folder when output folder is also the project/source 
folder.
Comment 4 David Audel CLA 2003-02-25 05:03:03 EST
Verified.