Bug 3188 - JavaBuilder - Deleting source doesn't delete binary folders (1FVPTTK)
Summary: JavaBuilder - Deleting source doesn't delete binary folders (1FVPTTK)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:50 EDT by John Arthorne CLA
Modified: 2019-05-28 10:46 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 2001-10-10 22:50:58 EDT
1) Create a java project, import rt.jar and some java files.
	-> Autobuild will build the java files and put class files in the bin 
directory
3) Delete the java files
	-> Autobuild will delete class files, but all the directories under the 
bin directory
		remain.


NOTES:

NE (5/31/00 6:38:59 PM)
	It can't automatically delete folders because they may have been 
created by the user 
	(bin and source folders can overlap).
	Defer 

JBL (6/19/2001 5:09:05 PM)
	We now consider that the bin folder is owned by the JavaBuilder (if it 
doesn't overlap with a source
	folder). In this case, we should delete empty folders.
Comment 1 DJ Houghton CLA 2001-10-23 23:51:02 EDT
PRODUCT VERSION:

015a

Comment 2 Kent Johnson CLA 2001-12-10 15:21:01 EST
Package directories are deleted by the new builder when the packages themselves 
are deleted, not when their classes are.
Comment 3 Eclipse Genie CLA 2019-05-14 13:57:26 EDT
New Gerrit change created: https://git.eclipse.org/r/142145