[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Eclipse build problem

On 2/7/2009 12:25 AM, ssk wrote:
Hi all,
I'm using Eclipse 3.3. Is there a way to compile a project part by part?
I have imported a project(big project) to my workspace and it is having
lots of compile time errors. If I build the project in one go (Using
"BuildProject"), then Heap size error will occur. To avoid this I wrote
an ant script and did the part by part compilation of project using the
"javac , include" tags. Due to the compilation errors of dependent
files, most of the files are not getting compiled.
Please help me to solve this...

What "heap size error" are you talking about?
Do you have Project > Build Automatically enabled?
Building large projects is not really a problem in general; I currently work on a product that includes about 20 individual plugins and LOTS of third-party JARs and it build just fine. A couple of years ago I worked on a massive project that consisted of about 40 individual projects and it would build (albeit a little slowly) without problems.


Eric