Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-21 Thread Supercobra Thatbytes
I have the same problem. This triggers a CVS / SVN check-in / update
process that is unnecessary (and long).



On Jan 20, 11:05 am, Erik Uzureau uzur...@gmail.com wrote:
 Yes, this does seem to be a good workaround.

 I can't, however, convince anyone on my team to use it, because:

 1) Not all members of my team are experiencing this issue. (At a
 larger level, I think the general lack of interest by the community in
 this thread means it's not happening to everyone out there either)

 2) Although it doesn't specifically say you need to have gwt-
 servlet.jar checked in to source control, the explanation 
 here:http://www.google.com/url?sa=Dq=http://code.google.com/webtoolkit/do...
 does leads one to believe so.

 3) To my knowledge, there has been no official acknowledgement by gwt
 team either that this is a recognized problem or that the workaround
 proposed is a valid solution. (apologies in advance if someone on
 this thread *is* on the gwt team...I didn't know)

 To me, the strongest argument here is #1 -- if not everyone is
 experiencing this issue then it must be something related to the
 configuration/setup of those of us that are affected. So maybe the
 workaround would fix the problem for us but break it for others.

 Erik

 On Jan 20, 4:02 am, aliman aliman...@googlemail.com wrote: We have this 
 problem. Our workaround has been to delete gwt-
  servlet.jar from the svn repository, then add it to svn:ignore on the
  WEB-INF/lib folder. Eclipse then re-adds the jar when it launches, but
  that's ok because it's ignored w.r.t. svn.

  We have a separate production build system using maven, which pulls
  the gwt-servlet.jar out of the appropriate maven repository at build
  time.

  Cheers

  Alistair

  On Jan 19, 10:43 am, Jeff Schnitzer j...@infohazard.org wrote:

   As you discovered... as soon as you think you've solved the problem,
   it happens again :-(

   I also experience this problem with some of the GAE jars.  It's
   really, really annoying but I don't have time to rebuild my eclipse
   install from scratch...

   Jeff

   On Mon, Jan 18, 2010 at 4:20 PM, Erik Uzureau uzur...@gmail.com wrote:
A colleague of mine seems to have found a solution to this:
   http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7

On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote:
The real question here is what do we all (on this thread) have in
common that the rest of the world doesn't.

Surely we are more than 6 people in the world using GWT 2.0 are we
the only people withgwt-servlet.jar
in /WEB-INF/lib in our SVN repositories or is it something else?

Also, if it is patently wrong to have thegwt-servlet.jarfile in the /
WEB-INF/lib file... then why are we clearly
told to put it there here:

   http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...

??

Frustrated,
Erik

On Jan 9, 5:01 am, Jeff Schnitzer j...@infohazard.org wrote:

 Ignore this solution.  The problem is simply intermittent and didn't
 happen a few times.  It nevertheless persists.

 Jeff

 On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer j...@infohazard.org 
 wrote:
  Amazingly, you're right.  The solution is to ignore the message,
  *don't* revert your files back, and restart Eclipse again.  The 
  plugin
  deletes the files the first time, then recreates them the second...
  and since the new files are identical to the old, svn is happy.

  Jeff

  On Fri, Jan 1, 2010 at 12:18 AM, John OConner 
  jsocon...@gmail.com wrote:
  I found the culprit. The eclipse plugin preferences file explicity
  namesgwt-servlet.jaras a file that it must copy to the web-inf/lib
  directory. So I assume that SVN (and for me it is Perforce) see 
  that
  action as an attempted delete as well. I resolved this myself by
  removing that file from web-inf/lib and just letting the plugin 
  have
  its way. I tried deleting the offending line from the preferences
  file, but the plugin insisted on replacing that line on startup. 
  Odd,
  if an application *insists* on a very specific setting regardless 
  of
  user intentions or my own preferences, why put the setting in an
  external preferences file to begin with?

  Regards,
  John O'Conner

  On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org 
  wrote:
  I have this exact same problem... it's quite annoying.

  It also sometimes happens with GAE jars.  Every time I restart 
  Eclipse
  I have to go through my projects and revert any deleted jars.

  Jeff

  On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com 
  wrote:
   Dear Sir/Madam,

   I have encountered a problem after upgrading from GWT 1.7 to 
   2.0. I
   did uninstall all of the previous GWT SDKs, AppEngine and 
   plugin
   before I install the new 2.0 

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-20 Thread aliman
We have this problem. Our workaround has been to delete gwt-
servlet.jar from the svn repository, then add it to svn:ignore on the
WEB-INF/lib folder. Eclipse then re-adds the jar when it launches, but
that's ok because it's ignored w.r.t. svn.

We have a separate production build system using maven, which pulls
the gwt-servlet.jar out of the appropriate maven repository at build
time.

Cheers

Alistair

On Jan 19, 10:43 am, Jeff Schnitzer j...@infohazard.org wrote:
 As you discovered... as soon as you think you've solved the problem,
 it happens again :-(

 I also experience this problem with some of the GAE jars.  It's
 really, really annoying but I don't have time to rebuild my eclipse
 install from scratch...

 Jeff

 On Mon, Jan 18, 2010 at 4:20 PM, Erik Uzureau uzur...@gmail.com wrote:
  A colleague of mine seems to have found a solution to this:
 http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7

  On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote:
  The real question here is what do we all (on this thread) have in
  common that the rest of the world doesn't.

  Surely we are more than 6 people in the world using GWT 2.0 are we
  the only people withgwt-servlet.jar
  in /WEB-INF/lib in our SVN repositories or is it something else?

  Also, if it is patently wrong to have thegwt-servlet.jarfile in the /
  WEB-INF/lib file... then why are we clearly
  told to put it there here:

 http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...

  ??

  Frustrated,
  Erik

  On Jan 9, 5:01 am, Jeff Schnitzer j...@infohazard.org wrote:

   Ignore this solution.  The problem is simply intermittent and didn't
   happen a few times.  It nevertheless persists.

   Jeff

   On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer j...@infohazard.org 
   wrote:
Amazingly, you're right.  The solution is to ignore the message,
*don't* revert your files back, and restart Eclipse again.  The plugin
deletes the files the first time, then recreates them the second...
and since the new files are identical to the old, svn is happy.

Jeff

On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com 
wrote:
I found the culprit. The eclipse plugin preferences file explicity
namesgwt-servlet.jaras a file that it must copy to the web-inf/lib
directory. So I assume that SVN (and for me it is Perforce) see that
action as an attempted delete as well. I resolved this myself by
removing that file from web-inf/lib and just letting the plugin have
its way. I tried deleting the offending line from the preferences
file, but the plugin insisted on replacing that line on startup. Odd,
if an application *insists* on a very specific setting regardless of
user intentions or my own preferences, why put the setting in an
external preferences file to begin with?

Regards,
John O'Conner

On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
I have this exact same problem... it's quite annoying.

It also sometimes happens with GAE jars.  Every time I restart 
Eclipse
I have to go through my projects and revert any deleted jars.

Jeff

On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
 Dear Sir/Madam,

 I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
 did uninstall all of the previous GWT SDKs, AppEngine and plugin
 before I install the new 2.0 plugin. I am using 
 Subversion/subclipse
 for version control in our eclipse project. However, the gwt- 
  servlet.jar has been marked as being deleted (according to 
 subversion
 - red cross) every time I start up eclipse since I upgrade to gwt 
 2.0.
 So, now i will need to revert the deletion every time I reopen the
 project before commiting anything. Have anyone experience this 
 before?
 Does anyone know the soultion to solve this annoying problem.

 PS: It seems like GWT 2.0 plugin is trying to replace the 
 2.0gwt-  servlet.jarwith any existinggwt-servlet.jarin our 
 project folder
 after the upgrade. But it is wrong to repeat this process 
 everytime i
 reopen the project.

 Best regards,

 Martin

 --

 You received this message because you are subscribed to the Google 
 Groups Google Web Toolkit group.
 To post to this group, send email to 
 google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

You received this message because you are subscribed to the Google 
Groups Google Web Toolkit group.
To post to this group, send email to 
google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For 

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-20 Thread Erik Uzureau
Yes, this does seem to be a good workaround.

I can't, however, convince anyone on my team to use it, because:

1) Not all members of my team are experiencing this issue. (At a
larger level, I think the general lack of interest by the community in
this thread means it's not happening to everyone out there either)

2) Although it doesn't specifically say you need to have gwt-
servlet.jar checked in to source control, the explanation here:
http://www.google.com/url?sa=Dq=http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html%23DevGuideDirectoriesPackageConventionsusg=AFQjCNGBzCvLYF_yL6qaNqfmk7r4ks_Keg
does leads one to believe so.

3) To my knowledge, there has been no official acknowledgement by gwt
team either that this is a recognized problem or that the workaround
proposed is a valid solution. (apologies in advance if someone on
this thread *is* on the gwt team...I didn't know)


To me, the strongest argument here is #1 -- if not everyone is
experiencing this issue then it must be something related to the
configuration/setup of those of us that are affected. So maybe the
workaround would fix the problem for us but break it for others.

Erik


On Jan 20, 4:02 am, aliman aliman...@googlemail.com wrote:
 We have this problem. Our workaround has been to delete gwt-
 servlet.jar from the svn repository, then add it to svn:ignore on the
 WEB-INF/lib folder. Eclipse then re-adds the jar when it launches, but
 that's ok because it's ignored w.r.t. svn.

 We have a separate production build system using maven, which pulls
 the gwt-servlet.jar out of the appropriate maven repository at build
 time.

 Cheers

 Alistair

 On Jan 19, 10:43 am, Jeff Schnitzer j...@infohazard.org wrote:



  As you discovered... as soon as you think you've solved the problem,
  it happens again :-(

  I also experience this problem with some of the GAE jars.  It's
  really, really annoying but I don't have time to rebuild my eclipse
  install from scratch...

  Jeff

  On Mon, Jan 18, 2010 at 4:20 PM, Erik Uzureau uzur...@gmail.com wrote:
   A colleague of mine seems to have found a solution to this:
  http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7

   On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote:
   The real question here is what do we all (on this thread) have in
   common that the rest of the world doesn't.

   Surely we are more than 6 people in the world using GWT 2.0 are we
   the only people withgwt-servlet.jar
   in /WEB-INF/lib in our SVN repositories or is it something else?

   Also, if it is patently wrong to have thegwt-servlet.jarfile in the /
   WEB-INF/lib file... then why are we clearly
   told to put it there here:

  http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...

   ??

   Frustrated,
   Erik

   On Jan 9, 5:01 am, Jeff Schnitzer j...@infohazard.org wrote:

Ignore this solution.  The problem is simply intermittent and didn't
happen a few times.  It nevertheless persists.

Jeff

On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer j...@infohazard.org 
wrote:
 Amazingly, you're right.  The solution is to ignore the message,
 *don't* revert your files back, and restart Eclipse again.  The 
 plugin
 deletes the files the first time, then recreates them the second...
 and since the new files are identical to the old, svn is happy.

 Jeff

 On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com 
 wrote:
 I found the culprit. The eclipse plugin preferences file explicity
 namesgwt-servlet.jaras a file that it must copy to the web-inf/lib
 directory. So I assume that SVN (and for me it is Perforce) see that
 action as an attempted delete as well. I resolved this myself by
 removing that file from web-inf/lib and just letting the plugin have
 its way. I tried deleting the offending line from the preferences
 file, but the plugin insisted on replacing that line on startup. 
 Odd,
 if an application *insists* on a very specific setting regardless of
 user intentions or my own preferences, why put the setting in an
 external preferences file to begin with?

 Regards,
 John O'Conner

 On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
 I have this exact same problem... it's quite annoying.

 It also sometimes happens with GAE jars.  Every time I restart 
 Eclipse
 I have to go through my projects and revert any deleted jars.

 Jeff

 On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com 
 wrote:
  Dear Sir/Madam,

  I have encountered a problem after upgrading from GWT 1.7 to 
  2.0. I
  did uninstall all of the previous GWT SDKs, AppEngine and plugin
  before I install the new 2.0 plugin. I am using 
  Subversion/subclipse
  for version control in our eclipse project. However, the 
  gwt-  servlet.jar has been marked as being deleted 
  

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-20 Thread Jeff Schnitzer
I posted this in the issue tracker, which turned into a general rant
about jar handling in GWT and Appengine (which both seem to want to
replace jars magically).  We should really crosspost this to the
appengine-java list.

-

This solution (add gwt-servlet.jar to svn:ignore) is grossly unsatisfying:

 * It breaks every continuous integration system out there.
Cruisecontrol, Hudson, etc all assume you can checkout code from svn
and build it with ant.  There is no eclipse to patch up the lib
directory.

 * Not every developer on every team uses Eclipse.  I've worked on
teams where some die-hards (who didn't work with GWT code) used
IntelliJ while the rest of us used Eclipse.  They can no longer check
out and build.

 * Not every project needs or wants the gwt-servlet.jar.  Not using
GWT-RPC?  Don't need it.

 * I'm losing track of which jars are supposed to be checked in and
which aren't, which ones are supposed to be built into the WAR and
which aren't.  In addition to the GWT jars, there's also a half-dozen
Appengine jars which live in some sort of grey zone.  Plus a couple
other jars needed for appengine unit testing (appengine-api-stubs.jar,
appengine-local-runtime.jar) which must be manually copied out of the
SDK and are *not* updated by eclipse.  It's impossible to create a
project and then import it into subversion without a lot of careful
picking and choosing.  This is a gigantic mess!

Let me propose a policy that the GWT and Appengine team should follow:

 * Jars that do NOT get packaged and deployed with an application and
ARE part of the runtime environment (eg
appengine-api-1.0-sdk-1.3.0.jar, gwt-user.jar) should not live in the
project directory at all.  They are pulled in for compilation from the
[App Engine SDK] and [GWT SDK] eclipse library references.  For ant
buildfiles they are pulled in for compilation as external references.
They should NOT be checked into source control - never an issue
because the actual files never show up in the user's project.

 * Jars that do NOT get packaged and deployed with an application and
are NOT part of the runtime
environment (eg GWT libraries like gchart.jar) should live in a lib
directory that is not inside the war directory.  They should not be in
war/WEB-INF/lib because they are not part of the war file and do not
get deployed to the server!  These files SHOULD be checked into source
control.

 * Jars that get packaged and deployed with an application, no matter
if they are part of GWT or not (eg gwt-servlet.jar) should be placed
in war/WEB-INF/lib and checked into source control.

This will guarantee that our projects are stable, they can be checked
in and out normally (svn import works as advertised!), and they can be
built with eclipse or ant or maven or whatever.

Jeff

On Wed, Jan 20, 2010 at 9:05 AM, Erik Uzureau uzur...@gmail.com wrote:
 Yes, this does seem to be a good workaround.

 I can't, however, convince anyone on my team to use it, because:

 1) Not all members of my team are experiencing this issue. (At a
 larger level, I think the general lack of interest by the community in
 this thread means it's not happening to everyone out there either)

 2) Although it doesn't specifically say you need to have gwt-
 servlet.jar checked in to source control, the explanation here:
 http://www.google.com/url?sa=Dq=http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html%23DevGuideDirectoriesPackageConventionsusg=AFQjCNGBzCvLYF_yL6qaNqfmk7r4ks_Keg
 does leads one to believe so.

 3) To my knowledge, there has been no official acknowledgement by gwt
 team either that this is a recognized problem or that the workaround
 proposed is a valid solution. (apologies in advance if someone on
 this thread *is* on the gwt team...I didn't know)


 To me, the strongest argument here is #1 -- if not everyone is
 experiencing this issue then it must be something related to the
 configuration/setup of those of us that are affected. So maybe the
 workaround would fix the problem for us but break it for others.

 Erik


 On Jan 20, 4:02 am, aliman aliman...@googlemail.com wrote:
 We have this problem. Our workaround has been to delete gwt-
 servlet.jar from the svn repository, then add it to svn:ignore on the
 WEB-INF/lib folder. Eclipse then re-adds the jar when it launches, but
 that's ok because it's ignored w.r.t. svn.

 We have a separate production build system using maven, which pulls
 the gwt-servlet.jar out of the appropriate maven repository at build
 time.

 Cheers

 Alistair

 On Jan 19, 10:43 am, Jeff Schnitzer j...@infohazard.org wrote:



  As you discovered... as soon as you think you've solved the problem,
  it happens again :-(

  I also experience this problem with some of the GAE jars.  It's
  really, really annoying but I don't have time to rebuild my eclipse
  install from scratch...

  Jeff

  On Mon, Jan 18, 2010 at 4:20 PM, Erik Uzureau uzur...@gmail.com wrote:
   A colleague of mine seems to have found a solution to 

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-19 Thread Jeff Schnitzer
As you discovered... as soon as you think you've solved the problem,
it happens again :-(

I also experience this problem with some of the GAE jars.  It's
really, really annoying but I don't have time to rebuild my eclipse
install from scratch...

Jeff

On Mon, Jan 18, 2010 at 4:20 PM, Erik Uzureau uzur...@gmail.com wrote:
 A colleague of mine seems to have found a solution to this:
 http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7



 On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote:
 The real question here is what do we all (on this thread) have in
 common that the rest of the world doesn't.

 Surely we are more than 6 people in the world using GWT 2.0 are we
 the only people withgwt-servlet.jar
 in /WEB-INF/lib in our SVN repositories or is it something else?

 Also, if it is patently wrong to have thegwt-servlet.jarfile in the /
 WEB-INF/lib file... then why are we clearly
 told to put it there here:

 http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...

 ??

 Frustrated,
 Erik

 On Jan 9, 5:01 am, Jeff Schnitzer j...@infohazard.org wrote:



  Ignore this solution.  The problem is simply intermittent and didn't
  happen a few times.  It nevertheless persists.

  Jeff

  On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer j...@infohazard.org wrote:
   Amazingly, you're right.  The solution is to ignore the message,
   *don't* revert your files back, and restart Eclipse again.  The plugin
   deletes the files the first time, then recreates them the second...
   and since the new files are identical to the old, svn is happy.

   Jeff

   On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com 
   wrote:
   I found the culprit. The eclipse plugin preferences file explicity
   namesgwt-servlet.jaras a file that it must copy to the web-inf/lib
   directory. So I assume that SVN (and for me it is Perforce) see that
   action as an attempted delete as well. I resolved this myself by
   removing that file from web-inf/lib and just letting the plugin have
   its way. I tried deleting the offending line from the preferences
   file, but the plugin insisted on replacing that line on startup. Odd,
   if an application *insists* on a very specific setting regardless of
   user intentions or my own preferences, why put the setting in an
   external preferences file to begin with?

   Regards,
   John O'Conner

   On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
   I have this exact same problem... it's quite annoying.

   It also sometimes happens with GAE jars.  Every time I restart Eclipse
   I have to go through my projects and revert any deleted jars.

   Jeff

   On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
Dear Sir/Madam,

I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
did uninstall all of the previous GWT SDKs, AppEngine and plugin
before I install the new 2.0 plugin. I am using Subversion/subclipse
for version control in our eclipse project. However, the gwt-  
servlet.jar has been marked as being deleted (according to 
subversion
- red cross) every time I start up eclipse since I upgrade to gwt 
2.0.
So, now i will need to revert the deletion every time I reopen the
project before commiting anything. Have anyone experience this 
before?
Does anyone know the soultion to solve this annoying problem.

PS: It seems like GWT 2.0 plugin is trying to replace the 2.0gwt- 
 servlet.jarwith any existinggwt-servlet.jarin our project folder
after the upgrade. But it is wrong to repeat this process everytime i
reopen the project.

Best regards,

Martin

--

You received this message because you are subscribed to the Google 
Groups Google Web Toolkit group.
To post to this group, send email to 
google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group 
athttp://groups.google.com/group/google-web-toolkit?hl=en.

   --

   You received this message because you are subscribed to the Google 
   Groups Google Web Toolkit group.
   To post to this group, send email to 
   google-web-tool...@googlegroups.com.
   To unsubscribe from this group, send email to 
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/google-web-toolkit?hl=en.

 --
 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
The real question here is what do we all (on this thread) have in
common that the rest of the world doesn't.

Surely we are more than 6 people in the world using GWT 2.0 are we
the only people with gwt-servlet.jar
in /WEB-INF/lib in our SVN repositories or is it something else?

Also, if it is patently wrong to have the gwt-servlet.jar file in the /
WEB-INF/lib file... then why are we clearly
told to put it there here:

http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideDirectoriesPackageConventions

??

Frustrated,
Erik

On Jan 9, 5:01 am, Jeff Schnitzer j...@infohazard.org wrote:
 Ignore this solution.  The problem is simply intermittent and didn't
 happen a few times.  It nevertheless persists.

 Jeff



 On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer j...@infohazard.org wrote:
  Amazingly, you're right.  The solution is to ignore the message,
  *don't* revert your files back, and restart Eclipse again.  The plugin
  deletes the files the first time, then recreates them the second...
  and since the new files are identical to the old, svn is happy.

  Jeff

  On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com wrote:
  I found the culprit. The eclipse plugin preferences file explicity
  namesgwt-servlet.jaras a file that it must copy to the web-inf/lib
  directory. So I assume that SVN (and for me it is Perforce) see that
  action as an attempted delete as well. I resolved this myself by
  removing that file from web-inf/lib and just letting the plugin have
  its way. I tried deleting the offending line from the preferences
  file, but the plugin insisted on replacing that line on startup. Odd,
  if an application *insists* on a very specific setting regardless of
  user intentions or my own preferences, why put the setting in an
  external preferences file to begin with?

  Regards,
  John O'Conner

  On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
  I have this exact same problem... it's quite annoying.

  It also sometimes happens with GAE jars.  Every time I restart Eclipse
  I have to go through my projects and revert any deleted jars.

  Jeff

  On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
   Dear Sir/Madam,

   I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
   did uninstall all of the previous GWT SDKs, AppEngine and plugin
   before I install the new 2.0 plugin. I am using Subversion/subclipse
   for version control in our eclipse project. However, the gwt-  
   servlet.jar has been marked as being deleted (according to subversion
   - red cross) every time I start up eclipse since I upgrade to gwt 2.0.
   So, now i will need to revert the deletion every time I reopen the
   project before commiting anything. Have anyone experience this before?
   Does anyone know the soultion to solve this annoying problem.

   PS: It seems like GWT 2.0 plugin is trying to replace the 2.0gwt-  
   servlet.jarwith any existinggwt-servlet.jarin our project folder
   after the upgrade. But it is wrong to repeat this process everytime i
   reopen the project.

   Best regards,

   Martin

   --

   You received this message because you are subscribed to the Google 
   Groups Google Web Toolkit group.
   To post to this group, send email to 
   google-web-tool...@googlegroups.com.
   To unsubscribe from this group, send email to 
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/google-web-toolkit?hl=en.

  --

  You received this message because you are subscribed to the Google Groups 
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-web-toolkit?hl=en.
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
A colleague of mine seems to have found a solution to this:
http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7



On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote:
 The real question here is what do we all (on this thread) have in
 common that the rest of the world doesn't.

 Surely we are more than 6 people in the world using GWT 2.0 are we
 the only people withgwt-servlet.jar
 in /WEB-INF/lib in our SVN repositories or is it something else?

 Also, if it is patently wrong to have thegwt-servlet.jarfile in the /
 WEB-INF/lib file... then why are we clearly
 told to put it there here:

 http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...

 ??

 Frustrated,
 Erik

 On Jan 9, 5:01 am, Jeff Schnitzer j...@infohazard.org wrote:



  Ignore this solution.  The problem is simply intermittent and didn't
  happen a few times.  It nevertheless persists.

  Jeff

  On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer j...@infohazard.org wrote:
   Amazingly, you're right.  The solution is to ignore the message,
   *don't* revert your files back, and restart Eclipse again.  The plugin
   deletes the files the first time, then recreates them the second...
   and since the new files are identical to the old, svn is happy.

   Jeff

   On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com wrote:
   I found the culprit. The eclipse plugin preferences file explicity
   namesgwt-servlet.jaras a file that it must copy to the web-inf/lib
   directory. So I assume that SVN (and for me it is Perforce) see that
   action as an attempted delete as well. I resolved this myself by
   removing that file from web-inf/lib and just letting the plugin have
   its way. I tried deleting the offending line from the preferences
   file, but the plugin insisted on replacing that line on startup. Odd,
   if an application *insists* on a very specific setting regardless of
   user intentions or my own preferences, why put the setting in an
   external preferences file to begin with?

   Regards,
   John O'Conner

   On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
   I have this exact same problem... it's quite annoying.

   It also sometimes happens with GAE jars.  Every time I restart Eclipse
   I have to go through my projects and revert any deleted jars.

   Jeff

   On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
Dear Sir/Madam,

I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
did uninstall all of the previous GWT SDKs, AppEngine and plugin
before I install the new 2.0 plugin. I am using Subversion/subclipse
for version control in our eclipse project. However, the gwt-  
servlet.jar has been marked as being deleted (according to subversion
- red cross) every time I start up eclipse since I upgrade to gwt 2.0.
So, now i will need to revert the deletion every time I reopen the
project before commiting anything. Have anyone experience this before?
Does anyone know the soultion to solve this annoying problem.

PS: It seems like GWT 2.0 plugin is trying to replace the 2.0gwt- 
 servlet.jarwith any existinggwt-servlet.jarin our project folder
after the upgrade. But it is wrong to repeat this process everytime i
reopen the project.

Best regards,

Martin

--

You received this message because you are subscribed to the Google 
Groups Google Web Toolkit group.
To post to this group, send email to 
google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group 
athttp://groups.google.com/group/google-web-toolkit?hl=en.

   --

   You received this message because you are subscribed to the Google 
   Groups Google Web Toolkit group.
   To post to this group, send email to google-web-tool...@googlegroups.com.
   To unsubscribe from this group, send email to 
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/google-web-toolkit?hl=en.
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-09 Thread Jeff Schnitzer
Ignore this solution.  The problem is simply intermittent and didn't
happen a few times.  It nevertheless persists.

Jeff

On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer j...@infohazard.org wrote:
 Amazingly, you're right.  The solution is to ignore the message,
 *don't* revert your files back, and restart Eclipse again.  The plugin
 deletes the files the first time, then recreates them the second...
 and since the new files are identical to the old, svn is happy.

 Jeff

 On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com wrote:
 I found the culprit. The eclipse plugin preferences file explicity
 names gwt-servlet.jar as a file that it must copy to the web-inf/lib
 directory. So I assume that SVN (and for me it is Perforce) see that
 action as an attempted delete as well. I resolved this myself by
 removing that file from web-inf/lib and just letting the plugin have
 its way. I tried deleting the offending line from the preferences
 file, but the plugin insisted on replacing that line on startup. Odd,
 if an application *insists* on a very specific setting regardless of
 user intentions or my own preferences, why put the setting in an
 external preferences file to begin with?

 Regards,
 John O'Conner


 On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
 I have this exact same problem... it's quite annoying.

 It also sometimes happens with GAE jars.  Every time I restart Eclipse
 I have to go through my projects and revert any deleted jars.

 Jeff



 On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
  Dear Sir/Madam,

  I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
  did uninstall all of the previous GWT SDKs, AppEngine and plugin
  before I install the new 2.0 plugin. I am using Subversion/subclipse
  for version control in our eclipse project. However, the gwt-
  servlet.jar has been marked as being deleted (according to subversion
  - red cross) every time I start up eclipse since I upgrade to gwt 2.0.
  So, now i will need to revert the deletion every time I reopen the
  project before commiting anything. Have anyone experience this before?
  Does anyone know the soultion to solve this annoying problem.

  PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt-
  servlet.jar with any existing gwt-servlet.jar in our project folder
  after the upgrade. But it is wrong to repeat this process everytime i
  reopen the project.

  Best regards,

  Martin

  --

  You received this message because you are subscribed to the Google Groups 
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-web-toolkit?hl=en.

 --

 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-08 Thread Erik Uzureau
http://code.google.com/p/google-web-toolkit/issues/detail?id=4463

On Jan 4, 10:09 am, Miguel Méndez mmen...@google.com wrote:
 Please file a bug against the plugin in the issue
 trackerhttp://code.google.com/p/google-web-toolkit/issues/list
 .





 On Fri, Jan 1, 2010 at 4:58 PM, Jeff Schnitzer j...@infohazard.org wrote:
  Amazingly, you're right.  The solution is to ignore the message,
  *don't* revert your files back, and restart Eclipse again.  The plugin
  deletes the files the first time, then recreates them the second...
  and since the new files are identical to the old, svn is happy.

  Jeff

  On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com wrote:
   I found the culprit. The eclipse plugin preferences file explicity
   names gwt-servlet.jar as a file that it must copy to the web-inf/lib
   directory. So I assume that SVN (and for me it is Perforce) see that
   action as an attempted delete as well. I resolved this myself by
   removing that file from web-inf/lib and just letting the plugin have
   its way. I tried deleting the offending line from the preferences
   file, but the plugin insisted on replacing that line on startup. Odd,
   if an application *insists* on a very specific setting regardless of
   user intentions or my own preferences, why put the setting in an
   external preferences file to begin with?

   Regards,
   John O'Conner

   On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
   I have this exact same problem... it's quite annoying.

   It also sometimes happens with GAE jars.  Every time I restart Eclipse
   I have to go through my projects and revert any deleted jars.

   Jeff

   On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
Dear Sir/Madam,

I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
did uninstall all of the previous GWT SDKs, AppEngine and plugin
before I install the new 2.0 plugin. I am using Subversion/subclipse
for version control in our eclipse project. However, the gwt-
servlet.jar has been marked as being deleted (according to subversion
- red cross) every time I start up eclipse since I upgrade to gwt 2.0.
So, now i will need to revert the deletion every time I reopen the
project before commiting anything. Have anyone experience this before?
Does anyone know the soultion to solve this annoying problem.

PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt-
servlet.jar with any existing gwt-servlet.jar in our project folder
after the upgrade. But it is wrong to repeat this process everytime i
reopen the project.

Best regards,

Martin

--

You received this message because you are subscribed to the Google
  Groups Google Web Toolkit group.
To post to this group, send email to
  google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
For more options, visit this group athttp://
  groups.google.com/group/google-web-toolkit?hl=en.

   --

   You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
   To post to this group, send email to google-web-toolkit@googlegroups.com
  .
   To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
   For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

  --

  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 Miguel
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-04 Thread Miguel Méndez
Please file a bug against the plugin in the issue
trackerhttp://code.google.com/p/google-web-toolkit/issues/list
.

On Fri, Jan 1, 2010 at 4:58 PM, Jeff Schnitzer j...@infohazard.org wrote:

 Amazingly, you're right.  The solution is to ignore the message,
 *don't* revert your files back, and restart Eclipse again.  The plugin
 deletes the files the first time, then recreates them the second...
 and since the new files are identical to the old, svn is happy.

 Jeff

 On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com wrote:
  I found the culprit. The eclipse plugin preferences file explicity
  names gwt-servlet.jar as a file that it must copy to the web-inf/lib
  directory. So I assume that SVN (and for me it is Perforce) see that
  action as an attempted delete as well. I resolved this myself by
  removing that file from web-inf/lib and just letting the plugin have
  its way. I tried deleting the offending line from the preferences
  file, but the plugin insisted on replacing that line on startup. Odd,
  if an application *insists* on a very specific setting regardless of
  user intentions or my own preferences, why put the setting in an
  external preferences file to begin with?
 
  Regards,
  John O'Conner
 
 
  On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
  I have this exact same problem... it's quite annoying.
 
  It also sometimes happens with GAE jars.  Every time I restart Eclipse
  I have to go through my projects and revert any deleted jars.
 
  Jeff
 
 
 
  On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
   Dear Sir/Madam,
 
   I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
   did uninstall all of the previous GWT SDKs, AppEngine and plugin
   before I install the new 2.0 plugin. I am using Subversion/subclipse
   for version control in our eclipse project. However, the gwt-
   servlet.jar has been marked as being deleted (according to subversion
   - red cross) every time I start up eclipse since I upgrade to gwt 2.0.
   So, now i will need to revert the deletion every time I reopen the
   project before commiting anything. Have anyone experience this before?
   Does anyone know the soultion to solve this annoying problem.
 
   PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt-
   servlet.jar with any existing gwt-servlet.jar in our project folder
   after the upgrade. But it is wrong to repeat this process everytime i
   reopen the project.
 
   Best regards,
 
   Martin
 
   --
 
   You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
   To post to this group, send email to
 google-web-tool...@googlegroups.com.
   To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
   For more options, visit this group athttp://
 groups.google.com/group/google-web-toolkit?hl=en.
 
  --
 
  You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com
 .
  To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 
 
 

 --

 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.





-- 
Miguel

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-04 Thread Eric


On Jan 1, 4:58 pm, Jeff Schnitzer j...@infohazard.org wrote:
 Amazingly, you're right.  The solution is to ignore the message,
 *don't* revert your files back, and restart Eclipse again.  The plugin
 deletes the files the first time, then recreates them the second...
 and since the new files are identical to the old, svn is happy.

 Jeff

I would prefer marking those files in the web-inf directory as not to
be stored in the repository in the first place.  Threat them as
similar
to .class files.

Eric

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-04 Thread Jeff Schnitzer
On Mon, Jan 4, 2010 at 8:09 AM, Eric erjab...@gmail.com wrote:

 I would prefer marking those files in the web-inf directory as not to
 be stored in the repository in the first place.  Threat them as
 similar
 to .class files.

Or better yet, not storing those files in the WEB-INF/lib at all.  Why
is this?  The jars are on the classpath as part of the Eclipse GWT
library.  It doesn't make sense that they are also duplicated in the
project.

Jeff

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-01 Thread John OConner
I found the culprit. The eclipse plugin preferences file explicity
names gwt-servlet.jar as a file that it must copy to the web-inf/lib
directory. So I assume that SVN (and for me it is Perforce) see that
action as an attempted delete as well. I resolved this myself by
removing that file from web-inf/lib and just letting the plugin have
its way. I tried deleting the offending line from the preferences
file, but the plugin insisted on replacing that line on startup. Odd,
if an application *insists* on a very specific setting regardless of
user intentions or my own preferences, why put the setting in an
external preferences file to begin with?

Regards,
John O'Conner


On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
 I have this exact same problem... it's quite annoying.

 It also sometimes happens with GAE jars.  Every time I restart Eclipse
 I have to go through my projects and revert any deleted jars.

 Jeff



 On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
  Dear Sir/Madam,

  I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
  did uninstall all of the previous GWT SDKs, AppEngine and plugin
  before I install the new 2.0 plugin. I am using Subversion/subclipse
  for version control in our eclipse project. However, the gwt-
  servlet.jar has been marked as being deleted (according to subversion
  - red cross) every time I start up eclipse since I upgrade to gwt 2.0.
  So, now i will need to revert the deletion every time I reopen the
  project before commiting anything. Have anyone experience this before?
  Does anyone know the soultion to solve this annoying problem.

  PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt-
  servlet.jar with any existing gwt-servlet.jar in our project folder
  after the upgrade. But it is wrong to repeat this process everytime i
  reopen the project.

  Best regards,

  Martin

  --

  You received this message because you are subscribed to the Google Groups 
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-web-toolkit?hl=en.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-01 Thread Jeff Schnitzer
Amazingly, you're right.  The solution is to ignore the message,
*don't* revert your files back, and restart Eclipse again.  The plugin
deletes the files the first time, then recreates them the second...
and since the new files are identical to the old, svn is happy.

Jeff

On Fri, Jan 1, 2010 at 12:18 AM, John OConner jsocon...@gmail.com wrote:
 I found the culprit. The eclipse plugin preferences file explicity
 names gwt-servlet.jar as a file that it must copy to the web-inf/lib
 directory. So I assume that SVN (and for me it is Perforce) see that
 action as an attempted delete as well. I resolved this myself by
 removing that file from web-inf/lib and just letting the plugin have
 its way. I tried deleting the offending line from the preferences
 file, but the plugin insisted on replacing that line on startup. Odd,
 if an application *insists* on a very specific setting regardless of
 user intentions or my own preferences, why put the setting in an
 external preferences file to begin with?

 Regards,
 John O'Conner


 On Dec 31 2009, 7:05 pm, Jeff Schnitzer j...@infohazard.org wrote:
 I have this exact same problem... it's quite annoying.

 It also sometimes happens with GAE jars.  Every time I restart Eclipse
 I have to go through my projects and revert any deleted jars.

 Jeff



 On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
  Dear Sir/Madam,

  I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
  did uninstall all of the previous GWT SDKs, AppEngine and plugin
  before I install the new 2.0 plugin. I am using Subversion/subclipse
  for version control in our eclipse project. However, the gwt-
  servlet.jar has been marked as being deleted (according to subversion
  - red cross) every time I start up eclipse since I upgrade to gwt 2.0.
  So, now i will need to revert the deletion every time I reopen the
  project before commiting anything. Have anyone experience this before?
  Does anyone know the soultion to solve this annoying problem.

  PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt-
  servlet.jar with any existing gwt-servlet.jar in our project folder
  after the upgrade. But it is wrong to repeat this process everytime i
  reopen the project.

  Best regards,

  Martin

  --

  You received this message because you are subscribed to the Google Groups 
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to 
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/google-web-toolkit?hl=en.

 --

 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2009-12-31 Thread itwip.81
Dear Sir/Madam,

I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
did uninstall all of the previous GWT SDKs, AppEngine and plugin
before I install the new 2.0 plugin. I am using Subversion/subclipse
for version control in our eclipse project. However, the gwt-
servlet.jar has been marked as being deleted (according to subversion
- red cross) every time I start up eclipse since I upgrade to gwt 2.0.
So, now i will need to revert the deletion every time I reopen the
project before commiting anything. Have anyone experience this before?
Does anyone know the soultion to solve this annoying problem.

PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt-
servlet.jar with any existing gwt-servlet.jar in our project folder
after the upgrade. But it is wrong to repeat this process everytime i
reopen the project.

Best regards,

Martin

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2009-12-31 Thread Jeff Schnitzer
I have this exact same problem... it's quite annoying.

It also sometimes happens with GAE jars.  Every time I restart Eclipse
I have to go through my projects and revert any deleted jars.

Jeff

On Wed, Dec 30, 2009 at 5:53 PM, itwip.81 itwip...@gmail.com wrote:
 Dear Sir/Madam,

 I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
 did uninstall all of the previous GWT SDKs, AppEngine and plugin
 before I install the new 2.0 plugin. I am using Subversion/subclipse
 for version control in our eclipse project. However, the gwt-
 servlet.jar has been marked as being deleted (according to subversion
 - red cross) every time I start up eclipse since I upgrade to gwt 2.0.
 So, now i will need to revert the deletion every time I reopen the
 project before commiting anything. Have anyone experience this before?
 Does anyone know the soultion to solve this annoying problem.

 PS: It seems like GWT 2.0 plugin is trying to replace the 2.0 gwt-
 servlet.jar with any existing gwt-servlet.jar in our project folder
 after the upgrade. But it is wrong to repeat this process everytime i
 reopen the project.

 Best regards,

 Martin

 --

 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.