Bug 29541 - Scrubbing wipes out entire build directory
Summary: Scrubbing wipes out entire build directory
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-15 10:35 EST by Chris Rudd CLA
Modified: 2003-01-20 13:42 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 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.