Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » eclipse 3.0 M8 refresh problem
eclipse 3.0 M8 refresh problem [message #159436] Wed, 19 May 2004 07:22 Go to next message
Eclipse UserFriend
Originally posted by: mar1u50.yahoo.ca

Hello,
I'm using eclipse to develop a web application. Appears the F5 int he
tree is not working after upgrading to M8.
I also tried to rightmouse and the to choose refresh. In this case
eclipse display a refresh dialog and appears to do something but the
result is still bad.

If I do a CVS-Synchronize with repository, some modified files are
refusing to be displayed as modified.
Also some of the changed jsps are not reflected as modified.

To summary, refresh is not always working. Please note that other 3
developers has the same problem since M8 was released. The eclipse log
does not contain anything usefull.

Any ideea ?
Best Regards
Marius
Re: eclipse 3.0 M8 refresh problem [message #159444 is a reply to message #159436] Wed, 19 May 2004 08:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rndzank.comcast.net.not_this.net

Dear Marius from Yahoo ;)
1. you didn't say which tree you are refreshing
2. are you using any plugins (e.g. web devel.) that do not work
with M8?

Marius OANCEA wrote:

> Hello,
> I'm using eclipse to develop a web application. Appears the F5 int he
> tree is not working after upgrading to M8.
> I also tried to rightmouse and the to choose refresh. In this case
> eclipse display a refresh dialog and appears to do something but the
> result is still bad.
>
> If I do a CVS-Synchronize with repository, some modified files are
> refusing to be displayed as modified.
> Also some of the changed jsps are not reflected as modified.
>
> To summary, refresh is not always working. Please note that other 3
> developers has the same problem since M8 was released. The eclipse log
> does not contain anything usefull.
>
> Any ideea ?
> Best Regards
> Marius
>
>
Re: eclipse 3.0 M8 refresh problem [message #159484 is a reply to message #159436] Wed, 19 May 2004 11:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: krbarnes.ca-dot-ibm.com

Marius OANCEA wrote:
> Hello,
> I'm using eclipse to develop a web application. Appears the F5 int he
> tree is not working after upgrading to M8.
> I also tried to rightmouse and the to choose refresh. In this case
> eclipse display a refresh dialog and appears to do something but the
> result is still bad.
>
> If I do a CVS-Synchronize with repository, some modified files are
> refusing to be displayed as modified.
> Also some of the changed jsps are not reflected as modified.
>
> To summary, refresh is not always working. Please note that other 3
> developers has the same problem since M8 was released. The eclipse log
> does not contain anything usefull.
>
> Any ideea ?
> Best Regards
> Marius
>
>

F5 is used for refresh and for the Debug Command "Step Into". If you
have any debug sessions running, F5 will not refresh. Actually for a
time F5 would always call Step Into instead of refresh, but this has
been fixed (don't remember if it was fixed pre or post M8 though).
Re: eclipse 3.0 M8 refresh problem [message #159500 is a reply to message #159484] Wed, 19 May 2004 12:43 Go to previous messageGo to next message
Eclipse UserFriend
F5 for refresh was pretty much broken in M8 from what I remember.
Try a later integration build (the one from this week) or wait and use M9
which is due out at the end of the week(

HTH
Darins

"Kevin Barnes" <krbarnes@ca-dot-ibm.com> wrote in message
news:c8ftv4$ovo$1@eclipse.org...
> Marius OANCEA wrote:
> > Hello,
> > I'm using eclipse to develop a web application. Appears the F5 int he
> > tree is not working after upgrading to M8.
> > I also tried to rightmouse and the to choose refresh. In this case
> > eclipse display a refresh dialog and appears to do something but the
> > result is still bad.
> >
> > If I do a CVS-Synchronize with repository, some modified files are
> > refusing to be displayed as modified.
> > Also some of the changed jsps are not reflected as modified.
> >
> > To summary, refresh is not always working. Please note that other 3
> > developers has the same problem since M8 was released. The eclipse log
> > does not contain anything usefull.
> >
> > Any ideea ?
> > Best Regards
> > Marius
> >
> >
>
> F5 is used for refresh and for the Debug Command "Step Into". If you
> have any debug sessions running, F5 will not refresh. Actually for a
> time F5 would always call Step Into instead of refresh, but this has
> been fixed (don't remember if it was fixed pre or post M8 though).
Re: eclipse 3.0 M8 refresh problem [message #159741 is a reply to message #159444] Fri, 21 May 2004 03:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mar1u50.yahoo.ca

Richard Nemec wrote:

> Dear Marius from Yahoo ;)
> 1. you didn't say which tree you are refreshing
I try to or package view (Java perspective).
> 2. are you using any plugins (e.g. web devel.) that do not work
> with M8?
I only use sysdeo tomcat plugin 2.2.1 and lomboz to edit jsps.

That is all.


> Marius OANCEA wrote:

> > Hello,
> > I'm using eclipse to develop a web application. Appears the F5 int he
> > tree is not working after upgrading to M8.
> > I also tried to rightmouse and the to choose refresh. In this case
> > eclipse display a refresh dialog and appears to do something but the
> > result is still bad.
> >
> > If I do a CVS-Synchronize with repository, some modified files are
> > refusing to be displayed as modified.
> > Also some of the changed jsps are not reflected as modified.
> >
> > To summary, refresh is not always working. Please note that other 3
> > developers has the same problem since M8 was released. The eclipse log
> > does not contain anything usefull.
> >
> > Any ideea ?
> > Best Regards
> > Marius
> >
> >
Re: eclipse 3.0 M8 refresh problem [message #159743 is a reply to message #159484] Fri, 21 May 2004 03:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mar1u50.yahoo.ca

No debug session is active.
If I delete the content of classes for example, the classes and resources
will not be recreated ever.



Kevin Barnes wrote:

> Marius OANCEA wrote:
> > Hello,
> > I'm using eclipse to develop a web application. Appears the F5 int he
> > tree is not working after upgrading to M8.
> > I also tried to rightmouse and the to choose refresh. In this case
> > eclipse display a refresh dialog and appears to do something but the
> > result is still bad.
> >
> > If I do a CVS-Synchronize with repository, some modified files are
> > refusing to be displayed as modified.
> > Also some of the changed jsps are not reflected as modified.
> >
> > To summary, refresh is not always working. Please note that other 3
> > developers has the same problem since M8 was released. The eclipse log
> > does not contain anything usefull.
> >
> > Any ideea ?
> > Best Regards
> > Marius
> >
> >

> F5 is used for refresh and for the Debug Command "Step Into". If you
> have any debug sessions running, F5 will not refresh. Actually for a
> time F5 would always call Step Into instead of refresh, but this has
> been fixed (don't remember if it was fixed pre or post M8 though).
Re: eclipse 3.0 M8 refresh problem [message #159746 is a reply to message #159500] Fri, 21 May 2004 03:13 Go to previous message
Eclipse UserFriend
Originally posted by: mar1u50.yahoo.ca

Darin Swanson wrote:

> F5 for refresh was pretty much broken in M8 from what I remember.
> Try a later integration build (the one from this week) or wait and use M9
> which is due out at the end of the week(

I tried a later intergration build but tomcat plugin is not working
anymore :(


> HTH
> Darins

> "Kevin Barnes" <krbarnes@ca-dot-ibm.com> wrote in message
> news:c8ftv4$ovo$1@eclipse.org...
> > Marius OANCEA wrote:
> > > Hello,
> > > I'm using eclipse to develop a web application. Appears the F5 int he
> > > tree is not working after upgrading to M8.
> > > I also tried to rightmouse and the to choose refresh. In this case
> > > eclipse display a refresh dialog and appears to do something but the
> > > result is still bad.
> > >
> > > If I do a CVS-Synchronize with repository, some modified files are
> > > refusing to be displayed as modified.
> > > Also some of the changed jsps are not reflected as modified.
> > >
> > > To summary, refresh is not always working. Please note that other 3
> > > developers has the same problem since M8 was released. The eclipse log
> > > does not contain anything usefull.
> > >
> > > Any ideea ?
> > > Best Regards
> > > Marius
> > >
> > >
> >
> > F5 is used for refresh and for the Debug Command "Step Into". If you
> > have any debug sessions running, F5 will not refresh. Actually for a
> > time F5 would always call Step Into instead of refresh, but this has
> > been fixed (don't remember if it was fixed pre or post M8 though).
Previous Topic:Problem Debugging servlets
Next Topic:Launch configs feature request?
Goto Forum:
  


Current Time: Thu May 08 07:30:22 EDT 2025

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

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

Back to the top