Bug 79161 - Classes in Source folder not found
Summary: Classes in Source folder not found
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 04:16 EST by orkus9 CLA
Modified: 2004-12-10 12:52 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 orkus9 CLA 2004-11-22 04:16:34 EST
i use ecipse 3.1M3 for windows.
i set a src - folder for a project.
then i work some time. 
after a few minutes the classes in 
this src-folder could not be found.
when i delete the sourcefolder and add him again,
i can work for some minutes again.
Comment 1 Martin Aeschlimann CLA 2004-11-23 05:36:13 EST
What do you mean by 'the classes in the source folder couldn't be found'?
Did you copy class files in the source folder or output directly?
Better create a separate classfolder for that, as the compiler can clean output
folders on rebuild (turn this off on preferences-java-compiler-build path-'scrup..')
Comment 2 orkus9 CLA 2004-11-23 09:15:35 EST
no, 
i got a seperate java-src (*.java files) folder and a java-class (*.class) 
folder. 
after a few minutes, the files could not be resolved.
then i delete the src-folder (in project->properties->javabuildpath->remove) and
press ok. then i add the folder with the source-files and they can be resolved.
Comment 3 Martin Aeschlimann CLA 2004-11-24 05:12:09 EST
moving to jdt.core

Maybe you can attach your .classpath file.
Are the types in the two folders overlapping (same qualified type names in both?)
Comment 4 Olivier Thomann CLA 2004-11-25 16:38:40 EST
A reproducable test case would be welcome.
Comment 5 Jerome Lanneluc CLA 2004-12-10 12:52:20 EST
Cannot do much without steps to reproduce. Please reopen if you have steps.