Bug 29541

Summary: Scrubbing wipes out entire build directory
Product: [Eclipse Project] JDT Reporter: Chris Rudd <cmrudd>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0.2   
Target Milestone: 2.1 M5   
Hardware: All   
OS: All   
Whiteboard:

Description Chris Rudd CLA 2003-01-15 10:35:22 EST
When a scrub happens the entire contents of the build directory are wiped out.
When using eclipse to work on tomcat projects this is a nusance. The build
directory is set to the WEB-INF/classes dir, which also contains config files etc.

It would be nice to have an option to srub or not, or to have it only scrub
.class files.
Comment 1 Philipe Mulet CLA 2003-01-15 17:18:47 EST
In 2.1-M4, a preference got added to control this behavior.
Preferences>Java>Compiler>Other>Allow to clean output folder

Is it enough for your need ?
Comment 2 Kent Johnson CLA 2003-01-20 13:42:05 EST
Reopen if the option is not sufficient.