Skip to main content



      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 02:38
Eclipse UserFriend
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: Wed Mar 19 01:44:52 EDT 2025

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

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

Back to the top