Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Stop project build on first build error but not the workspace
Stop project build on first build error but not the workspace [message #327201] Mon, 14 April 2008 06:38
Terry Du is currently offline Terry DuFriend
Messages: 1
Registered: July 2009
Junior Member
Hello, All,

I am working on creating a customized build system extended from the
Eclipse IncrementalProjectBuilder.

What I am trying to achieve is:
(1) stop the build of the current project when the first build error comes
out,
(2) When (1) happens, the builds of the other projects in the same
workspace continues.

I have tried monitor.setCancelled(true). However, this will stop the build
of the whole workspace. I also tried throws CoreException or throws
OperationCanceledException. Neither meets my need.

I am not sure if Eclipse really supports this capability. And if yes, what
APIs or interface I can use?

Thanks,
Best Regards,
Terry
Previous Topic:using BundleWatcher to "watch bundles" globally
Next Topic:A slight problem in Tree Viewer
Goto Forum:
  


Current Time: Thu Jun 27 19:57:23 GMT 2024

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

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

Back to the top