Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse build problem
Eclipse build problem [message #334410] Sat, 07 February 2009 05:25 Go to next message
ssk is currently offline sskFriend
Messages: 5
Registered: July 2009
Junior Member
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...

Thanks in advance..
ssk
Re: Eclipse build problem [message #334446 is a reply to message #334410] Mon, 09 February 2009 13:46 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

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
Previous Topic:How can i get SourceViewer in the TextEditor?
Next Topic:Cannot allocate memory MacOS 3.3.2 and 3.4.1
Goto Forum:
  


Current Time: Thu Apr 25 09:08:15 GMT 2024

Powered by FUDForum. Page generated in 0.02865 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top