Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » POST_BUILD event?
POST_BUILD event? [message #151490] Thu, 30 October 2003 09:24 Go to next message
Eclipse UserFriend
Originally posted by: sppatel.us.ibm.com

This is a multipart message in MIME format.
--=_alternative 004F420485256DCF_=
Content-Type: text/plain; charset="US-ASCII"

Hello,

I need a POST_BUILD event in which the workspace is open for
modifications. For example, after every incremental build, I want to
perform an operation that modifies the workspace. The POST_CHANGE event
has the workspace locked so it won't work.

Are there any alternatives on how a can trigger an event after every
incremental build?

Any ideas would be great,

Thanks!
--=_alternative 004F420485256DCF_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">I need a POST_BUILD event in which the
workspace is open for modifications. &nbsp;For example, after every incremental
build, I want to perform an operation that modifies the workspace. &nbsp;The
POST_CHANGE event has the workspace locked so it won't work. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">Are there any alternatives on how a
can trigger an event after every incremental build?</font>
<br>
<br><font size=2 face="sans-serif">Any ideas would be great,</font>
<br>
<br><font size=2 face="sans-serif">Thanks!</font>
--=_alternative 004F420485256DCF_=--
Re: POST_BUILD event? [message #151530 is a reply to message #151490] Thu, 30 October 2003 10:55 Go to previous messageGo to next message
Eclipse UserFriend
Use POST_AUTO-BUILD?

<sppatel@us.ibm.com> wrote in message news:bnr6v2$9hc$1@eclipse.org...

Hello,

I need a POST_BUILD event in which the workspace is open for modifications.
For example, after every incremental build, I want to perform an operation
that modifies the workspace. The POST_CHANGE event has the workspace locked
so it won't work.

Are there any alternatives on how a can trigger an event after every
incremental build?

Any ideas would be great,

Thanks!
Re: POST_BUILD event? [message #151553 is a reply to message #151530] Thu, 30 October 2003 11:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sppatel.us.ibm.com

This is a multipart message in MIME format.
--=_alternative 005BD4D285256DCF_=
Content-Type: text/plain; charset="US-ASCII"

Actually in my resourcechangelistener I have tried listening to a
POST_AUTO_BUILD event, but I cannot get this type of event to occur? After
a resource change and and incremental build, the only event I get is
POST_CHANGE.
--=_alternative 005BD4D285256DCF_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Actually in my resourcechangelistener
I have tried listening to a POST_AUTO_BUILD event, but I cannot get this
type of event to occur? &nbsp;After a resource change and and incremental
build, the only event I get is POST_CHANGE.</font>
--=_alternative 005BD4D285256DCF_=--
Re: POST_BUILD event? [message #151579 is a reply to message #151553] Thu, 30 October 2003 12:37 Go to previous messageGo to next message
Eclipse UserFriend
That's weird. This works fine for me. How did you register the listener? Did
you use IWorkspace.addResourceChangeListener(yourListener, POST_AUTO_BUILD)
? Note if you used IWorkspace.addResourceChangeListener(yourListener), then
you won't get POST_AUTO_BUILD notifications.

<sppatel@us.ibm.com> wrote in message news:bnrf0i$m1r$1@eclipse.org...

Actually in my resourcechangelistener I have tried listening to a
POST_AUTO_BUILD event, but I cannot get this type of event to occur? After
a resource change and and incremental build, the only event I get is
POST_CHANGE.
Re: POST_BUILD event? [message #151900 is a reply to message #151579] Fri, 31 October 2003 11:57 Go to previous message
Eclipse UserFriend
Originally posted by: sppatel.us.ibm.com

This is a multipart message in MIME format.
--=_alternative 005D48E685256DD0_=
Content-Type: text/plain; charset="US-ASCII"

Oh, I was not supplying the second parameter.

Thank you!
--=_alternative 005D48E685256DD0_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Oh, I was not supplying the second parameter.</font>
<br>
<br><font size=2 face="sans-serif">Thank you!</font>
--=_alternative 005D48E685256DD0_=--
Previous Topic:popup menus
Next Topic:Extending Print Function
Goto Forum:
  


Current Time: Thu Jun 19 13:16:47 EDT 2025

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

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

Back to the top