Skip to main content



      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 10: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 09:18 Go to previous message
Eclipse UserFriend
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: Wed Jun 18 02:10:59 EDT 2025

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

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

Back to the top