Bug 3299 - Autobuild produces errors when renaming source folders (1GEYMNE)
Summary: Autobuild produces errors when renaming source folders (1GEYMNE)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by Kai-Uwe Maetzel CLA
Modified: 2002-02-04 14:39 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 Kai-Uwe Maetzel CLA 2001-10-10 22:52:49 EDT
1) split JUnit project into two source folders, say src1 and src2
	2) set the project properties to include the two source folders
	-> no compile errors

	3) in the package view rename src1 to src1a
	-> no compile errors

	4) rename src2 to src2a in the package view
	-> compile errors
	-> check project properties: src2a is a regular source folder
	
	5) rebuild all
	-> no compile errors

	6) in the package view rename src1a to src1b
	-> compile errors
	-> check project properties: src1b is a regular source folder

	7) rebuild all
	-> no compile errors

NOTES:
EG (6/7/2001 11:06:29 AM)
	with autobuild off and manually rebuilds the problem does not occur.
	Moving to JCORE
Comment 1 DJ Houghton CLA 2001-10-29 17:07:54 EST
PRODUCT VERSION:
	Smoke 120

Comment 2 Kent Johnson CLA 2001-12-12 14:30:37 EST
The renamed source folder is not in the list of source folders for the 
project... there is a missing folder with the old name.
Comment 3 Philipe Mulet CLA 2001-12-12 17:48:17 EST
Indeed we no longer fix up the classpath on folder changes. Is our behavior 
consistent now ?
Comment 4 Philipe Mulet CLA 2002-02-02 07:24:36 EST
Kent - please check our behavior is consistent and close if so.
Comment 5 Kent Johnson CLA 2002-02-04 14:39:20 EST
Works fine.