Bug 3326 - Incremental build doesn't work if bin deleted (1GHH6U9)
Summary: Incremental build doesn't work if bin deleted (1GHH6U9)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: 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:53 EDT by Nick Edgar CLA
Modified: 2002-01-14 11:08 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 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.