Stop project build on first build error but not the workspace [message #327201] |
Mon, 14 April 2008 02:38 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03037 seconds