Bug 31446 - Cannot cancel 'Cleaning of output foder'
Summary: Cannot cancel 'Cleaning of output foder'
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 RC1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 07:02 EST by Jerome Lanneluc CLA
Modified: 2003-02-25 05:03 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 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.