Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to determine, the eclipse integrated Java Builder has finished?
How to determine, the eclipse integrated Java Builder has finished? [message #129198] Mon, 15 September 2003 06:51 Go to next message
Eclipse UserFriend
Originally posted by: kokoskeks.yahoo.de

Hi,

my question is the, in the head mentioned. How do I find out, when the Java
Builder has finished its work.
There doesnt seem to be BuildListener or something similar.

Thanks in advance.

Michael Bauer
Re: How to determine, the eclipse integrated Java Builder has finished? [message #130428 is a reply to message #129198] Tue, 16 September 2003 16:36 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

See IWorkspace.addResourceChangeListener. There is a POST_AUTO_BUILD
event that is fired after an auto-build is over. I don't think there is
any notification for the java builder in particular. You could add a
builder immediately after the java builder in the project's build spec,
and then it would be run immediately after the java builder completes.
--

Michael Bauer wrote:
> Hi,
>
> my question is the, in the head mentioned. How do I find out, when the Java
> Builder has finished its work.
> There doesnt seem to be BuildListener or something similar.
>
> Thanks in advance.
>
> Michael Bauer
>
>
Previous Topic:simple suggestion: virtual paths
Next Topic:equinox vs rcp
Goto Forum:
  


Current Time: Sat Jul 12 19:41:11 EDT 2025

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

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

Back to the top