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.