Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Can we block hot code replace from happening to 1 file?
Can we block hot code replace from happening to 1 file? [message #147750] Mon, 08 March 2004 15:52 Go to next message
Eclipse UserFriend
Originally posted by: janefung.yahoo.com

Here is the situation:

I want to block hot code replace from happening to a file until I have
done some programmatic changes to it. For example, the user change a file
which would kick off hcr, but I would detect that and further modify the
file. I would like to have only 1 hcr happen for this action. How do I
stop the 1st hcr and only have the 2nd hcr to take place? Thanks.
Re: Can we block hot code replace from happening to 1 file? [message #148149 is a reply to message #147750] Thu, 11 March 2004 14:18 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
At the debug API level, there is no way to turn off HCR. Not sure if there's
something you can do with the edit lifecycle of a file - i.e. detect the
edit and make the next change to the file before the builders kick in?

Darin

"jane fung" <janefung@yahoo.com> wrote in message
news:c2i4sc$m2j$1@eclipse.org...
> Here is the situation:
>
> I want to block hot code replace from happening to a file until I have
> done some programmatic changes to it. For example, the user change a file
> which would kick off hcr, but I would detect that and further modify the
> file. I would like to have only 1 hcr happen for this action. How do I
> stop the 1st hcr and only have the 2nd hcr to take place? Thanks.
>
Previous Topic:how do I set an env.var OSX from within Eclipse
Next Topic:source attachment with variable path
Goto Forum:
  


Current Time: Tue Jul 16 11:34:46 GMT 2024

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

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

Back to the top