Bug 3326

Summary: Incremental build doesn't work if bin deleted (1GHH6U9)
Product: [Eclipse Project] JDT Reporter: Nick Edgar <n.a.edgar>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Nick Edgar CLA 2001-10-10 22:53:16 EDT
- auto-build off
- new Java project Test
- change output folder to be Test/bin
- new Java class Test/Test.java
- new file Test/Test.txt
- full build of Test
- delete bin folder (in workspace)
- incremental build of Test
- it recreates bin folder, but it's empty

I've also just saw it (in a self hosting situation) where it regenerated the class files, but did not re-copy the resources.
This is what I was trying to reproduce here, but in this case it's not even regenerating the class files.
Not sure what the difference is.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:09:43 EST
PRODUCT VERSION:
0.9 jdk

Comment 2 Kent Johnson CLA 2001-12-10 16:26:17 EST
The bin folder is not a managed source folder so why should deleting it cause 
an incremental build.

Any change to one of the source files did rebuild properly.