Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse 4.2.2: Build through API suspends output of build console until the end of build(change of behavior of Eclipse between 3.6 and 4.2.2)
Eclipse 4.2.2: Build through API suspends output of build console until the end of build [message #1054459] Wed, 08 May 2013 09:01
Gidi Gal is currently offline Gidi GalFriend
Messages: 42
Registered: July 2009
Member
Hello to the forum members,

I am using a derived class (attached BuildJob) of WorkspaceJob to display build console and build a project.

I run the job as follows:

BuildJob builderJob = new BuildJob(project, "abc");
builderJob.setRule(ResourcesPlugin.getWorkspace().getRuleFactory().buildRule());
builderJob.setUser(true);
builderJob.schedule();

When I run this code in Eclipse 3.6 the console view is updated for every built file in the project. When I run this code on Eclipse 4.2.2 the build console is suspended until the end of build.

Is this a known issue ? Any required change in my code to allow correct support for both Eclipse 3.6 and 4.2.2 ?

Many thanks for your help,
Gidi
Previous Topic:Support for Jump to source feature(F3 open declaration) from editor in custom project
Next Topic:Error trying to run debugger
Goto Forum:
  


Current Time: Fri Apr 19 10:44:52 GMT 2024

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

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

Back to the top