Bug 60822 - Reacting to Project > Clean...
Summary: Reacting to Project > Clean...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 17:16 EDT by John Arthorne CLA
Modified: 2004-05-18 13:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2004-05-03 17:16:09 EDT
I20040427

When Project > Clean... is called, builders have an opportunity to discard
derived resources and remove other artifacts produced by builds.  The Java
builder should consider implementing this to discard .class flies (honoring the
"clean output folders" on full build preference) and discard problem markers.

Note: This is mainly a matter of user perception of the meaning of "clean" (the
expectation is that their class files will be deleted) - If the Java builder
does nothing on clean for 3.0, typical use cases will still work fine
(subsequent build after clean will be a full build and everything is rebuilt
from scratch).
Comment 1 Philipe Mulet CLA 2004-05-04 09:19:02 EDT
We should try to honour this protocol.
Comment 2 Kent Johnson CLA 2004-05-04 13:34:30 EDT
Done.

Implemented clean in JavaBuilder to call BatchImageBuilder.cleanOutputFolders.
Comment 3 Philipe Mulet CLA 2004-05-05 05:16:50 EDT
Did you also remove existing Java problems ?
Comment 4 Philipe Mulet CLA 2004-05-05 05:17:33 EDT
Did you also clear existing Java problems ?
Comment 5 Kent Johnson CLA 2004-05-05 10:48:41 EDT
Yes, both Java problems & tasks were removed... they will be recreated during 
the next build.
Comment 6 Olivier Thomann CLA 2004-05-18 13:37:20 EDT
Verified in 200405180816