Bug 7290 - Project size limitation
Summary: Project size limitation
Status: RESOLVED DUPLICATE of bug 7324
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-04 21:15 EST by Bin Ni CLA
Modified: 2002-01-11 08:56 EST (History)
0 users

See Also:


Attachments
simple project showing the bug (1.49 KB, application/octet-stream)
2002-01-08 16:15 EST, Bin Ni CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bin Ni CLA 2002-01-04 21:15:46 EST
My project works well in 20011107. I tried to upgrade to 20011219/18, after
the eclipse startup. It showes "The project was not built since it is
inconsistent, refresh this project and rebuild it". And I tried to refresh
from local. After a while, it started to invoke build and then failed. The
reason is the same. 

I removed some src directories and it works. It seems there is limitation for 
size of the project.
Comment 1 Kent Johnson CLA 2002-01-08 12:45:37 EST
There are no size limitations for projects, but it is possible that the first 
refresh did not do the job.

This error occurs usually because a subdirectory of the output directory could 
not be deleted since its the current directory of a dos box/explorer.

Was there an open explorer on the output directory?
Comment 2 Bin Ni CLA 2002-01-08 16:14:50 EST
I guess I found the reason: If there exists resource files (e.g. a.xml) with 
same name in different source folder (in the same package/folder), it complains.

Attached is the simplified project for you ref.
Comment 3 Bin Ni CLA 2002-01-08 16:15:55 EST
Created attachment 207 [details]
simple project showing the bug
Comment 4 Kent Johnson CLA 2002-01-09 14:39:52 EST

*** This bug has been marked as a duplicate of 7324 ***