Re: [gwt-contrib] Re: Latest update to GWT plugin for Eclipse crashes Indigo

2013-12-26 Thread Rajeev Dayal
Looking into this now. Updates will be posted on the other thread that
Michael mentions.


On Mon, Dec 23, 2013 at 4:38 PM, Michael Prentice splak...@gmail.comwrote:

 This was also posted in the GPE Google Group here:
 https://groups.google.com/forum/#!topic/google-plugin-eclipse/V4MaZEXY24Q

 That is probably a better place to discuss it. Also posting your update
 site URL would be helpful.

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors
 ---
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-12-08 Thread Rajeev Dayal
Hey guys,

The source is on SVN, as Thomas says, but it's not up-to-date nor is it
buildable right now.

We have a hidden project on GitHub with the updated GPE source, but I don't
want to open it up until external people can actually build it. I'm working
on this as we speak. I'd expect to have it publicly available by Jan 1st.
However, if there's something you'd immediately like to work on, contact me
privately and I could add you to the project.

@Brandon:  We have an engineer working on proper maven support right now.
The way it will work is that when you import a Maven project that uses the
appengine-maven-plugin, it will set it up as a WTP App Engine project (as
described here:
https://developers.google.com/appengine/docs/java/webtoolsplatform). The
existing Maven support will go away, as it's sort of not the right way to
do things (as you've noticed).

I've added Norman to the thread. He can provide more details.



On Sun, Dec 8, 2013 at 5:50 PM, Thomas Broyer t.bro...@gmail.com wrote:

 I have no idea how one builds Eclipse plugins but I suspect (in this case)
 this is Eclipse driven (i.e. no Ant or similar command-line-oriented
 build tool)


 On Sunday, December 8, 2013 11:41:09 PM UTC+1, Alain Ekambi wrote:

 I know  the source is open. But last time I checked it was nt possible to
 build it.
 I still cant find any information about how to build the plugin.
 Is that available somewhere ?




 2013/12/8 Thomas Broyer t.br...@gmail.com



 On Sunday, December 8, 2013 11:26:41 PM UTC+1, Alain Ekambi wrote:

 Any new when the repo will be public.
 I would love to build some stuff on top of GPE.


 The GPE repo is already public, just not on GitHub (and still using
 SVN): https://code.google.com/p/google-plugin-for-eclipse/source/browse/


 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors
 ---
 You received this message because you are subscribed to the Google
 Groups GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com
 .
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors
 ---
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-11-18 Thread Rajeev Dayal
Hi Brandon,

The sources are on GitHub right now, but they are not public. I'm working
on externalizing the build system. I don't want to make the sources public
till then, as it's not much use to outside contributors if they can't build
the plugin themselves (which has been evidenced by the GPE project on
code.google.com).

It's going to take another couple of weeks of work, I'd imagine.

Is there something you'd like to contribute in particular?


Thanks,
Rajeev



On Sat, Nov 16, 2013 at 7:36 PM, Brandon Donnelson
branflake2...@gmail.comwrote:

 Rajeev, could I ask what the status is on the project? Maybe it's
 premature to ask yet. :) I'd like to see if I can plugin to contribute.

 Brandon Donnelson


 On Thursday, October 31, 2013 12:54:21 PM UTC-7, Jens wrote:


 As for the problem you've noted, I'll fix that up this week and we'll aim
 to put out a release that works with GWT trunk in the next two weeks.


 Sounds great. Thanks a lot!

 -- J.

  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors
 ---
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-10-31 Thread Rajeev Dayal
Hey Stephen,

We're in the process of moving the GPE source to github (and converting the
build system to Maven/Tycho so that external developers can build it) ,
which is why that repo hasn't been updated in a long time. I'll update the
homepage to reflect that.

As for the problem you've noted, I'll fix that up this week and we'll aim
to put out a release that works with GWT trunk in the next two weeks.


Thanks,
Rajeev


On Wed, Oct 30, 2013 at 2:41 PM, Stephen Haberman
step...@exigencecorp.comwrote:


 I was going to ask how active the GPE project is...is the last commit
 really from October 2012?

 https://code.google.com/p/google-plugin-for-eclipse/source/list

 That doesn't seem right, but AFAICT there isn't another source repo?

 https://developers.google.com/eclipse/community

 - Stephen

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors
 ---
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups GWT 
Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] “GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.”

2012-10-29 Thread Rajeev Dayal
Ugh, thanks Unnur.
Sorry about that, Thomas.


On Mon, Oct 29, 2012 at 1:02 PM, Unnur Gretarsdottir unn...@google.comwrote:

 OK - I'm just removing the bullet point entirely now - should be live soon

 On Fri, Oct 26, 2012 at 5:53 PM, Thomas Broyer t.bro...@gmail.com wrote:
 
 
  On Thursday, July 19, 2012 12:16:26 AM UTC+2, rdayal wrote:
 
  Hey guys,
 
  This is my fault. I mis-interpreted the code change. As the change to
  fix this issue was basically a revert of the original commit that
 was
  supposed to add ChromeFrame support, I incorrectly assumed that
 reverting
  the code would prevent special behavior for ChromeFrame (which I
 figured we
  needed in order to make it work). Had I read issue #6665 more
 carefully, I
  would have realized that this fix was to improve support for
 ChromeFrame,
  not remove it entirely.
 
  I'll be sure to fix this statement in the release notes.
 
 
  3 months later, this is unfortunately still there :-(
 
  Could anyone fix it please?
 



 --
 DO NOT FORWARD

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Update Maven sample pom.xml files to use maven-compiler-plugin's annotation processing functiona... (issue1828803)

2012-09-17 Thread Rajeev Dayal
Thanks David - when I tested on the mac, I didn't have to refresh the
project after first import provided that I actually did an Update Project
after enabling Maven Annotation Processing on the project.

I noted this in bold on the Wiki page.

On Mon, Sep 17, 2012 at 9:15 AM, drfibona...@google.com wrote:

 LGTM

 Note that Mac users may have to refresh the project after first import
 in order to force APT to run.

 http://gwt-code-reviews.**appspot.com/1828803/http://gwt-code-reviews.appspot.com/1828803/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] submit chrome dev mode plugin to chrome web store?

2012-09-17 Thread Rajeev Dayal
+[skybrian]

Ok, so it looks like we'll have to go ahead and rebuild the crx on our
side. I've added Brian, who has been playing around with the crx build
process.

On Wed, Sep 12, 2012 at 7:33 PM, Daniel Kurka kurka.dan...@gmail.comwrote:

 Hi Rajeev,

 I just gave it a try and it seems that we need to do some actual changes
 to make this work. The chrome web store is complaining about the manifest
 version of the plugin:

  An error occurred: Manifest version 1 is unsupported. Please upgrade to
 manifest version 2.

 I will give this another look tomorrow. It`s getting too late in Germany
 right now.

 -Daniel




 Am 13.09.2012 um 01:09 schrieb Rajeev Dayal rda...@google.com:

 Sorry, this totally fell off the plate.
 Daniel, would you be able to submit it to the Chrome Webstore?

 On Wed, Sep 12, 2012 at 7:07 PM, Daniel Kurka kurka.dan...@gmail.comwrote:

 Hi Rajeev,

 what is the status here?

 Can I help?

 -Daniel


 Am 19.08.2012 um 17:10 schrieb Robert Hanson iamroberthan...@gmail.com:

 @Rajeev, you mentioned that you were going to post the plugin to the
 Chrome store.  Is that still the plan, or did you run into some issues
 there?

 I'm working on some documentation that is about to go to press, and just
 want to make sure I have the right instructions in there.

 Thanks.

 Rob



 On Tue, Aug 7, 2012 at 11:39 AM, Rajeev Dayal rda...@google.com wrote:

 Hey Daniel,

 We do need to post the chrome devmode plugin to the webstore. I'll take
 care of that this week.

 I also need to rebuild the devmode plugin, as there were some fixes that
 went into it a while back that were never put into a distributable binary.


 Rajeev


 On Mon, Aug 6, 2012 at 6:53 PM, Istvan Soos is...@google.com wrote:

 Hi,

 A quick fix that might help:

 1. right click on the chrome iconPropertiesShortcut
 2. add in target: --enable-easy-off-store-extension-install
 3. open chrome and navitage to extensions ( chrome://chrome/extensions/)
 4. drag and drop on it the plugin (should be in your download folder
 if you tried to install it before and didn't succeed)

 Regards,
Istvan

 On Mon, Aug 6, 2012 at 12:44 PM, Daniel Kurka kurka.dan...@gmail.com
 wrote:
  Hi everyone,
 
  today at work I was setting up a GWT installation on windows for a new
  coworker and noticed that with chrome 21 we can not install extension
  anymore. (They need to be in the chrome web store). I also noticed an
 issue
  popping up on the issue tracker on the exact same thing:
  http://code.google.com/p/google-web-toolkit/issues/detail?id=7569
 
  Does anyone have this covered or are we just hearing about this
 change to
  chrome right now?
 
  -Daniel


 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors



 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors



 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Move GAE Auth functionality from Expenses over the MobileWebApp sample. (issue1829803)

2012-09-14 Thread Rajeev Dayal
Hey Thomas,

Thanks for looking this over. I'll reply to the code-specific comments in
Rietveld itself, but I thought I'd respond to your more pressing concerns
first.

On Fri, Sep 14, 2012 at 10:57 AM, t.bro...@gmail.com wrote:

 I'm sorry I've only started to review the files (over the last few days)
 but I have a first question/comment about where this is going:

 There are many things that are not needed in the case of MobileWebApp as
 the host page is protected behind authentication. Because the user won't
 ever see this page when being unauthenticated:
  - LoginWidget does not need to have a dual state (there's no need for a
 login link)
  - the username could be inlined in the script generated by the JSP
 (that might not work very well with the ApplicationCache/offline though)


That is true. I think that I moved the auth functionality over to this
sample so it wouldn't be lost (since Expenses is deprecated, and doesn't
completely work anymore).

I think what needs to happen is that this functionality should be
abstracted out into a separate useful widget. I just didn't have the time
to do this, so I decided to move it over here. It did not seem useful to
leave it in Expenses.

However, if we think that the best solution is to abstract out the
LoginWidget and leave MobileWebApp as-is (since the LoginWidget
functionality doesn't really apply as directly here), I'm okay with that.


 Also, there's probably no need to pass MobileWebApp.jsp as an init-param
 to the GaeAuthFilter as it could just use getContextPath()
 (MobileWebApp.jsp is in the welcome-file-list in the web.xml), or /
 (the context path is always / on GAE)


True, I can fix that up.



 As far as offline is concerned, it might get in our way here, but I'm no
 expert in mobile dev. Anyway, it seems to cause us more harm than
 anything, and the linker is known not to be great (it will load all
 permutations in the client's cache, only to use one of them)


Sorry, are you saying that we should make this an online-only sample until
we straighten out the offline story? It's good to know about the
permutations issue with the client's cache; that's not ideal at all. What
other harmful aspects are you referring to?



 This would greatly simplify the code, at the expense of removing a bunch
 of reusable code (LoginWidget, etc.)


 http://gwt-code-reviews.**appspot.com/1829803/diff/1/**
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthRequestTransport.javahttp://gwt-code-reviews.appspot.com/1829803/diff/1/samples/mobilewebapp/src/main/java/com/google/gwt/sample/gaerequest/client/GaeAuthRequestTransport.java
 File
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthRequestTransport.java
 (right):

 http://gwt-code-reviews.**appspot.com/1829803/diff/1/**
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthRequestTransport.java#**newcode18http://gwt-code-reviews.appspot.com/1829803/diff/1/samples/mobilewebapp/src/main/java/com/google/gwt/sample/gaerequest/client/GaeAuthRequestTransport.java#newcode18
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthRequestTransport.java:**18:
 import com.google.gwt.event.shared.**EventBus;
 Why this change?

 http://gwt-code-reviews.**appspot.com/1829803/diff/1/**
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthenticationFailureEvent.**javahttp://gwt-code-reviews.appspot.com/1829803/diff/1/samples/mobilewebapp/src/main/java/com/google/gwt/sample/gaerequest/client/GaeAuthenticationFailureEvent.java
 File
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthenticationFailureEvent.**java
 (right):

 http://gwt-code-reviews.**appspot.com/1829803/diff/1/**
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthenticationFailureEvent.**java#newcode18http://gwt-code-reviews.appspot.com/1829803/diff/1/samples/mobilewebapp/src/main/java/com/google/gwt/sample/gaerequest/client/GaeAuthenticationFailureEvent.java#newcode18
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthenticationFailureEvent.**java:18:
 import com.google.gwt.event.shared.**EventBus;
 Same question: what's the reason behind this change?

 http://gwt-code-reviews.**appspot.com/1829803/diff/1/**
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthenticationFailureEvent.**java#newcode64http://gwt-code-reviews.appspot.com/1829803/diff/1/samples/mobilewebapp/src/main/java/com/google/gwt/sample/gaerequest/client/GaeAuthenticationFailureEvent.java#newcode64
 samples/mobilewebapp/src/main/**java/com/google/gwt/sample/**
 gaerequest/client/**GaeAuthenticationFailureEvent.**java:64:
 * @param state a {@link State} instance
 This looks like a leftover from an experiment (remark also applies to
 the javadoc on the 

Re: [gwt-contrib] submit chrome dev mode plugin to chrome web store?

2012-09-12 Thread Rajeev Dayal
Sorry, this totally fell off the plate.
Daniel, would you be able to submit it to the Chrome Webstore?

On Wed, Sep 12, 2012 at 7:07 PM, Daniel Kurka kurka.dan...@gmail.comwrote:

 Hi Rajeev,

 what is the status here?

 Can I help?

 -Daniel


 Am 19.08.2012 um 17:10 schrieb Robert Hanson iamroberthan...@gmail.com:

 @Rajeev, you mentioned that you were going to post the plugin to the
 Chrome store.  Is that still the plan, or did you run into some issues
 there?

 I'm working on some documentation that is about to go to press, and just
 want to make sure I have the right instructions in there.

 Thanks.

 Rob



 On Tue, Aug 7, 2012 at 11:39 AM, Rajeev Dayal rda...@google.com wrote:

 Hey Daniel,

 We do need to post the chrome devmode plugin to the webstore. I'll take
 care of that this week.

 I also need to rebuild the devmode plugin, as there were some fixes that
 went into it a while back that were never put into a distributable binary.


 Rajeev


 On Mon, Aug 6, 2012 at 6:53 PM, Istvan Soos is...@google.com wrote:

 Hi,

 A quick fix that might help:

 1. right click on the chrome iconPropertiesShortcut
 2. add in target: --enable-easy-off-store-extension-install
 3. open chrome and navitage to extensions ( chrome://chrome/extensions/)
 4. drag and drop on it the plugin (should be in your download folder
 if you tried to install it before and didn't succeed)

 Regards,
Istvan

 On Mon, Aug 6, 2012 at 12:44 PM, Daniel Kurka kurka.dan...@gmail.com
 wrote:
  Hi everyone,
 
  today at work I was setting up a GWT installation on windows for a new
  coworker and noticed that with chrome 21 we can not install extension
  anymore. (They need to be in the chrome web store). I also noticed an
 issue
  popping up on the issue tracker on the exact same thing:
  http://code.google.com/p/google-web-toolkit/issues/detail?id=7569
 
  Does anyone have this covered or are we just hearing about this change
 to
  chrome right now?
 
  -Daniel


 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: fixes ISSUE 7479 (typo in javadoc) (issue1770803)

2012-07-31 Thread Rajeev Dayal
Patch posted here (had already submitted the original before that):

http://gwt-code-reviews.appspot.com/1801803

On Tue, Jul 31, 2012 at 8:24 AM, tucker...@gmail.com wrote:

 On 2012/07/30 19:10:14, rdayal wrote:

 Since this is just a doc fix can you also fix 4575?
 http://code.google.com/p/**google-web-toolkit/issues/**detail?id=4575http://code.google.com/p/google-web-toolkit/issues/detail?id=4575

 http://gwt-code-reviews.**appspot.com/1770803/http://gwt-code-reviews.appspot.com/1770803/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-07-23 Thread Rajeev Dayal
Daniel mentioned that somehow the CSS for the blackberry permutation is
ending up in the iPhone permutation. That can't just be a Cell Widget issue.

On Mon, Jul 23, 2012 at 12:24 AM, Ray Cromwell cromwell...@google.comwrote:


 Are you using any Cell widgets by any chance?

 I've seen that the Mail sample and ShowCase sample both shrunk, but the
 MobileWebApp sample increased in size. This leads me to believe it's not a
 compilation issue, but something in the user library pulling in a lot of
 extra code.

  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] “GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.”

2012-07-18 Thread Rajeev Dayal
Hey guys,

This is my fault. I mis-interpreted the code change. As the change to fix
this issue was basically a revert of the original commit that was
supposed to add ChromeFrame support, I incorrectly assumed that reverting
the code would prevent special behavior for ChromeFrame (which I figured we
needed in order to make it work). Had I read issue #6665 more carefully, I
would have realized that this fix was to improve support for ChromeFrame,
not remove it entirely.

I'll be sure to fix this statement in the release notes.

However, what *is* our level of support for ChromeFrame? My thought is that
we should guarantee support for it, just as we guarantee support for Chrome
itself...that's probably a question for the steering committee, though..


Rajeev

On Mon, Jul 16, 2012 at 3:38 AM, Manuel Carrasco Moñino
man...@apache.orgwrote:

 As you say chromeframe works ok with 2.5.0, so I agree that the release
 note is incorrect and may confuse people.

 The way to check that chromeframe is active is just to check whether the
 useragent contains the word 'safari' like we do with any other browser, and
 this only happens when the plugin is activated  [1].

 I've checked 2.5.0-rc1 and it works as expected. I have used most recent
 and an old version (May-2011) of chromeframe with working applications and
 I've not seen any problem.

 So in my opinion that release note should be removed or modified to say
 that 2.5 regression issues introduced in 2.4

 - Manolo

 [1]
 http://www.chromium.org/developers/how-tos/chrome-frame-getting-started/understanding-chrome-frame-user-agent




 On Fri, Jul 13, 2012 at 12:09 PM, Thomas Broyer t.bro...@gmail.comwrote:

 This is from the release notes: “GWT no longer supports ChromeFrame. The
 implementation caused more bugs than it solved.”

 I suppose it's related to
 http://code.google.com/p/google-web-toolkit/issues/detail?id=6665 but
 then it's rather than GWT 2.5 now *finally* correctly supports
 ChromeFrame (even when disabled). Anyone has insights as to what this is
 really meaning? Is it more about “it might work, but we no longer guarantee
 it”? (but had it ever been the case?)

 FYI, people took notice and some of them are already interpreting it
 wrong:
 http://stackoverflow.com/questions/11467822/does-chrome-browser-support-gwt-2-5

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

GWT 2.5 RC1 Is Here!

2012-06-27 Thread Rajeev Dayal
Hey all,

We're excited to announce the GWT 2.5 Release Candidate! Read about it on 
the GWT Blog http://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and 
download it here http://developers.google.com/web-toolkit/download (bottom 
of the page). The RC has been uploaded to Maven Central with the version 
string of 2.5.0-rc1.

Please give it a try and let us know your feedback! Also, many thanks to 
all of you for your contributions. Without your help, we wouldn't have had 
a GWT 2.5 release at all!


-Rajeev, on behalf of the GWT team

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/PvOse0s5gwAJ.
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



[gwt-contrib] Re: Move test Messages files from client to shared; was missed in r10061. This was causing I18NSuite... (issue1752803)

2012-06-20 Thread Rajeev Dayal
No prob, thx for your help in doing so :).

On Wed, Jun 20, 2012 at 7:38 PM, j...@google.com wrote:

 LGTM

 Thanks for tracking this down and fixing it.

 http://gwt-code-reviews.**appspot.com/1752803/http://gwt-code-reviews.appspot.com/1752803/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] tests

2012-06-19 Thread Rajeev Dayal
Hey,

I'm running into the same thing on a Linux workstation. It's a virtual
instance, so I'm not sure if that might have something to do with it, but
it's definitely strange.

Here's one exception that I see:

  [junit] Exception in thread pool-1-thread-1
java.lang.RuntimeException: Unable to read from byte cache
[junit] at
com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:201)
[junit] at
com.google.gwt.dev.util.DiskCacheToken.writeObject(DiskCacheToken.java:91)
[junit] at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:616)
[junit] at
java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:962)
[junit] at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1480)
[junit] at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1416)
[junit] at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174)
[junit] at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1528)
[junit] at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1493)
[junit] at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1416)
[junit] at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174)
[junit] at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346)
[junit] at java.util.ArrayList.writeObject(ArrayList.java:673)
[junit] at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:616)
[junit] at
java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:962)
[junit] at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1480)
[junit] at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1416)
[junit] at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174)
[junit] at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346)
[junit] at
com.google.gwt.dev.javac.CachedCompilationUnit.writeObject(CachedCompilationUnit.java:223)
[junit] at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:616)
[junit] at
java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:962)
[junit] at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1480)
[junit] at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1416)
[junit] at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174)
[junit] at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346)
[junit] at
com.google.gwt.dev.javac.PersistentUnitCache$6.run(PersistentUnitCache.java:446)
[junit] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit] at java.lang.Thread.run(Thread.java:679)
[junit] Caused by: java.io.EOFException
[junit] at java.io.RandomAccessFile.readInt(RandomAccessFile.java:776)
[junit] at
com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:188)
[junit] ... 35 more

Which suggests that we're attempting to read data from the cache before
we've added anything..

and then tons of the form:

  [junit] Exception in thread pool-1-thread-3 java.lang.NullPointerException
[junit] at
com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:187)
[junit] at
com.google.gwt.dev.util.DiskCacheToken.writeObject(DiskCacheToken.java:91)
[junit] at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:616)
[junit] at
java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:962)
[junit] at
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1480)
[junit] at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1416)
[junit] at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174)
[junit] at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1528)
[junit] at
java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:438)
[junit] at

[gwt-contrib] Re: Bundle org.json in gwt-dev and javax.validation into gwt-user, unbundle from requestfactory-* (issue1731804)

2012-06-13 Thread Rajeev Dayal
On Wed, Jun 13, 2012 at 5:04 PM, Brian Slesinsky skybr...@google.comwrote:

 I don't think we support Java 1.5 anymore?
 http://code.google.com/p/google-web-toolkit/issues/detail?id=6790

 https://groups.google.com/forum/#!msg/google-web-toolkit/fATw0rL8lSE/xbxX5Hf8ozUJ

 I'm totally fine with dropping support for 1.5 altogether.


+1. I think support was dropped in GWT 2.4.



 - Brian

 On Wed, Jun 13, 2012 at 9:47 AM,  t.bro...@gmail.com wrote:
  I've removed the changes concerning javax.validation, so it's still
  distributed as a separate JAR.
 
  org.json is now bundled in gwt-dev, no longer bundled into
  requestfactory-* JARs, and distributed as a separate JAR in the SDK (so
  that requestfactory users have the choice to user gwt-servlet-deps.jar
  with both org.json and javax.validation, or either one or both the
  separate JARs; Android users can just pick the javax.validation JAR, as
  org.json is provided by the platform).
 
  I've also updated JSON to use the original, Java-1.6-compiled, JAR, as
  GWT now requires Java6 anyway. That way, the JAR in the SDK is named
  json.jar
  I've kept the json-1.5.jar in gwt-servlet-deps.jar though, in case
  people are still using Java 1.5 on the server-side.
 
  That means that for those people using Java 1.5 on their server, if they
  didn't use gwt-servlet-deps.jar but relied on the org.json bundled into
  requestfactory-server.jar, they'll have to download the json-1.5.jar
  (either from the GWT SVN or elsewhere), or switch to using
  gwt-serlvet-deps.jar.
  Given that Java 1.5 has reached EOL, I don't really mind giving them a
  bit more work (IFF they update GWT!)
  I'm open to reverting to json-1.5.jar though.
 
  https://gwt-code-reviews.appspot.com/1731804/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Packaging issue: org.json and RequestFactory

2012-06-11 Thread Rajeev Dayal
On Thu, May 31, 2012 at 12:07 PM, Thomas Broyer t.bro...@gmail.com wrote:

 On Thu, May 31, 2012 at 5:00 PM, Rajeev Dayal wrote:
  Hey Thomas,
 
  Thanks for pointing this out. This is pretty whacked, and is probably a
  symptom of a problem that we've had for a long time - how do we handle
  dependencies on GWT? Should we bundle them, re-package them, or require
 the
  user to add them to the classpath?

 I wouldn't be opposed to having differing rules for the GWT SDK
 package downloadable at code.google.com and the Maven artifacts.
 AFAIK, the original idea of bundling them into gwt-user.jar (and
 gwt-dev.jar) was to make things simpler for users (just put gwt-dev
 and gwt-user in the classpath).
 For everyone using artifacts from The Central Repository (Maven,
 Ivy, Gradle, etc.), bundled dependencies hurt more than they help.
 As for repackaging (JarJar), this should definitely be done for
 patched dependencies! (and deployed to Central as separate artifacts,
 just like Sonatype deployed a pre-release andor patched versions of
 Guice and Guava:
 http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.sonatype.sisu%22
 AFAICT, Sisu Guice is/was used in Maven 3.0)

  Other replies inline:
 
  On Tue, May 29, 2012 at 4:51 AM, Thomas Broyer t.bro...@gmail.com
 wrote:
 
  Hi all,
 
  it looks like there's an issue in packaging the GWT SDK (and GWT maven
  artifacts): org.json is not bundled gwt-user. That makes it harder to
 use
  RequestFactory out-of-the-box, as DevMode will have
 NoClassDefFoundErrors
  when trying to *send* a request to the server. org.json is bundled into
  requestfactory-server.jar and gwt-servlet-deps.jar, which makes it
 usable
  out-of-the-box on the server-side; it's also bundle into
  requestfactory-client.jar so you can easily run VM client-side code too
 (in
  unit-tests, an Android app, etc.) To run RF code in DevMode, you'd have
 to
  add the org.json JAR (downloaded somewhere on the internet) or the
  requestfactory-client.jar (which duplicates a lot of classes from
  gwt-user.jar), or the gwt-servlet-deps.jar (which is supposedly related
 to
  server-side code only) to your classpath; this is not intuitive.
 
 
  Is this a new problem? It seems that this would have always been present.
  Was a recent change made to expose this?

 As you said, it's probably been there from the beginning.
 I've always been using Maven since GWT 2.1-M1, and it had dependency
 issues too (neither org.json nor javax.validation were declared as
 dependencies), so I didn't noticed it; and we're depending on org.json
 transitively from other dependencies so it didn't affected us with
 newer GWT versions either.

  All those options that you mention are less-than-ideal. My preference
 would
  be to have them download org.json from the Internet, but it rubs me the
  wrong way that it won't work out of the box.

 Well, org.json hasn't changed for a while, and validation-api is a
 standard so it won't change either; so it's rather safe to bundle
 them in the GWT SDK (but not within the JARs, that's a different
 issue).


Yes, that would be fine (bundling them with the GWT SDK, but not actually
putting them in gwt-user.jar)


  What's striking is that javax.validation is *not* bundled that way
  (except, as expected, in gwt-servlet-deps.jar), it's instead shipped as
 a
  separate JAR in the SDK; it's not even bundled into gwt-user.jar.
 
  There's a real discrepancy between org.json and javax.validation wrt
  packaging in the SDK, and none of them is satisfactory.
 
  requestfactory-* JARs contain org.json but not javax.validation
  gwt-user contains none of them
  gwt-servlet-deps is made of only org.json and javax.validation, so why
  ship javax.validation in addition to it?
 
  IMO, both dependencies should receive equal treatment: either ship as
  separate JARs in the SDK (json.jar and validation-api.jar), or be
 bundled
  where needed (if you ask me, only in gwt-user.jar –similar to what's
 done
  with javax.servlet– and gwt-servlet-deps.jar; possibly renamed to or
  duplicated as requestfactory-deps.jar, as they are dependencies for both
  requestfactory-client and requestfactory-server).
 
 
  I'd lean towards to having json.jar and validation-api.jar - even though
 it
  makes it harder to work with out-of-the-box, we're trying to move in the
  direction of breaking GWT into smaller components.

 +1
 (though it'd be even better to ditch org.json and use the upcoming
 JSON lib; BTW, is it the one from PlayN?)


Hm, that I don't know. Added cromwellian for comment.



  Also, when SuperDevMode becomes the default, we're not going to need
  org.json or javax.validation on the client-side.

 javax.validation would still be needed as a dependency in your code
 (for RequestFactory and/or the Editor framework; and given that
 c.g.g.editor.Editor is inherited by c.g.g.user.User, wouldn't you have
 warnings from GWT about missing sources even if you don't use it?)


Oh shoot, yeah, we would. Don't know

Re: [gwt-contrib] Packaging issue: org.json and RequestFactory

2012-06-11 Thread Rajeev Dayal
On Wed, Jun 6, 2012 at 2:38 AM, James Nelson ja...@wetheinter.net wrote:

 I wouldn't be opposed to having differing rules for the GWT SDK
 package downloadable at code.google.com and the Maven artifacts.
 AFAIK, the original idea of bundling them into gwt-user.jar (and
 gwt-dev.jar) was to make things simpler for users (just put gwt-dev
 and gwt-user in the classpath).

 For everyone using artifacts from The Central Repository (Maven,
 Ivy, Gradle, etc.), bundled dependencies hurt more than they help.


 For unfamiliar users, having everything bundled up into a single massive
 jar does reduce barrier to entry.
 For anyone with a remotely complex build, being able to pick and choose
 dependencies can be of vital importance.
 Aggressive bundling and excessive repackaging can lead to major bloat and
 potential classpath-order problems,
 but just adding one jar is the simplest way to get started.

 So, this suggests that gwt-user could be made a bloated super-jar, with
 validation and json et al. builtin by jarring in maven.
 Build this jar from gwt-core, validation, json, elemental, etc. artifacts,
 but also export these artifacts independently, including a sparse
 gwt-core.jar.
 Anyone who doesn't want the bloated omni-jar can take the sparse-jar and
 declare dependencies manually, then export only what they need to the
 server,
 while everyone else can just carry on like normal.


I like that idea..



 In maven, what's in gwt-user now would become gwt-core, and replace
 gwt-user with a pom stub that just bundles up the omni gwt-user.jar.
 gwt-core would be a kernel module representing c.g.g.core.Core + all the
 .gwt.xml and interfaces / utilities needed to build the gwt environment;
 the maven build for core could still suck in all the required dependencies
 to run with packaging pom, and just export a jar/gwtar in release stage.


Makes sense.



 So, gwt-user.jar and gwt-core.jar would be mutually exclusive {emit
 warning that classpath is setup inefficiently}.
 If you take gwt-core, you must also take all other jars you actually need,
 or deal with classpath manually.
 If you take gwt-user, don't take any of the other jars; everything is
 right there.


Though gwt-user.jar would actually encompass gwt-core.jar, right?



 For IDE / GPE, let it be known that gwt-user is the deprecated way to get
 up and running quickly,
 and gwt-core + jars_you_need is the advanced way to get up to max
 performance.


Seems reasonable.


 It may be more work to maintain, and gwt-user.jar updates can only be
 issued with a stable set of dependencies bundled,
 but at least the component projects and artifacts can be updated
 independently in maven central, and then by hand in user classpath;
 that way, if there is an update to request factory or elemental or
 widgetFrameworkXYZ, the sub-modules can release updates without waiting on
 a version release.


The problem I see here is if there are two different sub-components that
require a different version of the same dependency. I think we'd have to
make sure that this never happens.

So, you're saying that we only release a new gwt-user.jar whenever there's
a major release? What does this mean with the Maven setup that you're
proposing? That we only update the gwt-user.jar POM whenever we have a
major release?


 For anyone exporting third party libraries, they can just mimic the
 gwt-user pom to create their own omni-jar, and instruct clients to remove
 everything but gwt-server/dev.



 +1
 (though it'd be even better to ditch org.json and use the upcoming
 JSON lib; BTW, is it the one from PlayN?)


 +1 more.  Some example syntax I saw somewhere suggests it's very PlayN
 like;


  I'll try to submit a patch to have it fixed in 2.5 but we must first
  settle on the appropriate way to do it (both for the GWT SDK and for
 Maven
  artifacts), and I'd also like your feedback on what would be the
 appropriate
  workaround while waiting for 2.5.


 For maven, gwt-user 2.4 cannot be changed, but a gwt-core 2.4 can be added
 with packaging pom, and dependencies declared as needed.
 For IDE users, a snapshot release with gwt-core and bundled jars, and
 maybe a pom.xml / generateProject.sh to do mvn eclipse:eclipse to setup
 classpath?

 That or just a README with setup instructions / warnings.


I'd be inclined to leave 2.4 as-is, and move forward with any packaging
changes in 2.5.



  Whatever we do, we're going to have to make sure that we update GPE so
 that
  it knows to add the appropriate dependent jars to the classpath.

 I don't know for the AppEngine connected Android project (or
 whatever its exact name), but a standard GWT project currently is
 missing javax.validation (and of course org.json).


 I bring along javax.validation et. al in an eclipse user library, so
 they're available to dev mode, but never on server classpath.

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Add Map support to RequestFactory (issue 6132056)

2012-06-08 Thread Rajeev Dayal
Yep, you're on the CLA list.

On Fri Jun 08 05:15:45 GMT-400 2012, James Horsley james.hors...@gmail.com
wrote:

 Just to check, was everything okay with the CLA I signed?

 On 7 June 2012 16:56, James Horsley james.hors...@gmail.com wrote:

 Thanks Rajeev. Let me know if there's anything else you need with it.


 On 7 June 2012 16:18, Rajeev Dayal rda...@google.com wrote:

 Thomas, thanks for jumping in.

 James, as Thomas said, we'll defer this to 2.5.1, but we'd definitely like
 to get it in there, as it's an important patch. We just didn't want to
 force this patch in 2.5.0, which is what we would have to do with the
 current workload.

 Thanks so much for working on this.


 On Thu Jun 07 06:23:58 GMT-400 2012, james.hors...@gmail.com wrote:

 Totally agree on this needing another round. Also, hearing about the
 plans for a 2.5.1 release which this could potentially be a candidate
 for is great.

 Thanks again.

 On 2012/06/07 09:56:52, t.broyer wrote:
  On 2012/06/07 09:22:24, james.horsley wrote:
   Thanks for all your help with the patch Thomas. Sad to hear it won't
 make it
   into GWT 2.5 as we were really looking to use RF with Maps without
 having to
  use
   a patched version of GWT built from source internally.

  We're planning a 2.5.1 soon after 2.5.
  There are also several issues with Map support in AutoBeans (reported
 only
  recently) which I'd like to get fixed at the same time (some of them
 are related
  to how maps are encoded/decoded, so I'd like to have it the same in
 both
  AutoBeans and RF; see
  http://code.google.com/p/google-web-toolkit/issues/detail?id=7395 for
 instance,
  which you seem to have avoided by using a slightly different
 serialization path
  for keys, where String keys are encoded as \foo\, vs. foo in
 AutoBean's
  serialization).
  Finally, to be honest, I think we need at least one more round here: I
 need some
  more time to wrap my head around it.



 http://codereview.appspot.com/6132056/https://www.google.com/url?sa=Dq=http://codereview.appspot.com/6132056/





-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Add Map support to RequestFactory (issue 6132056)

2012-06-07 Thread Rajeev Dayal
Thomas, thanks for jumping in.

James, as Thomas said, we'll defer this to 2.5.1, but we'd definitely like
to get it in there, as it's an important patch. We just didn't want to
force this patch in 2.5.0, which is what we would have to do with the
current workload.

Thanks so much for working on this.


On Thu Jun 07 06:23:58 GMT-400 2012, james.hors...@gmail.com wrote:

 Totally agree on this needing another round. Also, hearing about the
 plans for a 2.5.1 release which this could potentially be a candidate
 for is great.

 Thanks again.

 On 2012/06/07 09:56:52, t.broyer wrote:
  On 2012/06/07 09:22:24, james.horsley wrote:
   Thanks for all your help with the patch Thomas. Sad to hear it won't
 make it
   into GWT 2.5 as we were really looking to use RF with Maps without
 having to
  use
   a patched version of GWT built from source internally.

  We're planning a 2.5.1 soon after 2.5.
  There are also several issues with Map support in AutoBeans (reported
 only
  recently) which I'd like to get fixed at the same time (some of them
 are related
  to how maps are encoded/decoded, so I'd like to have it the same in
 both
  AutoBeans and RF; see
  http://code.google.com/p/google-web-toolkit/issues/detail?id=7395 for
 instance,
  which you seem to have avoided by using a slightly different
 serialization path
  for keys, where String keys are encoded as \foo\, vs. foo in
 AutoBean's
  serialization).
  Finally, to be honest, I think we need at least one more round here: I
 need some
  more time to wrap my head around it.



 http://codereview.appspot.com/6132056/https://www.google.com/url?sa=Dq=http://codereview.appspot.com/6132056/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Use shared.GWT to avoid ClassNotFoundExceptions (issue1722803)

2012-06-07 Thread Rajeev Dayal
Committed as r11024.

On Thu May 31 14:13:23 GMT-400 2012, Rajeev Dayal rda...@google.com
wrote:

 Hey all,

 I don't think I'll have a chance to look at this by the afternoon. John,
 if you could check into this, that would be great.

 I believe I was up-to-date; did a sync right before I ran the tests. I
 didn't check to see if some other change had landed that would have caused
 this problem.

 I'll check the status later this evening - thanks for helping out.



 Rajeev


 On Thu, May 31, 2012 at 1:23 PM, stephen.haber...@gmail.com wrote:


  I remember seeing that before (and unrelated to the GWT.create

 changes) --

 are you sure you are up to date?


 Thanks for chiming in John--I was just running the test that failed
 (ScriptInjectorTest) here locally in Eclipse, both web and prod mode,
 and it works fine. Wasn't really seeing how the isClient change could
 cause this, but am currently cleaning/rebuilding to try from ant.

 http://gwt-code-reviews.**appspot.com/1722803/http://gwt-code-reviews.appspot.com/1722803/




-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Packaging issue: org.json and RequestFactory

2012-05-31 Thread Rajeev Dayal
Hey Thomas,

Thanks for pointing this out. This is pretty whacked, and is probably a
symptom of a problem that we've had for a long time - how do we handle
dependencies on GWT? Should we bundle them, re-package them, or require the
user to add them to the classpath?

Other replies inline:

On Tue, May 29, 2012 at 4:51 AM, Thomas Broyer t.bro...@gmail.com wrote:

 Hi all,

 it looks like there's an issue in packaging the GWT SDK (and GWT maven
 artifacts): org.json is not bundled gwt-user. That makes it harder to use
 RequestFactory out-of-the-box, as DevMode will have NoClassDefFoundErrors
 when trying to *send* a request to the server. org.json is bundled into
 requestfactory-server.jar and gwt-servlet-deps.jar, which makes it usable
 out-of-the-box on the server-side; it's also bundle into
 requestfactory-client.jar so you can easily run VM client-side code too (in
 unit-tests, an Android app, etc.) To run RF code in DevMode, you'd have to
 add the org.json JAR (downloaded somewhere on the internet) or the
 requestfactory-client.jar (which duplicates a lot of classes from
 gwt-user.jar), or the gwt-servlet-deps.jar (which is supposedly related to
 server-side code only) to your classpath; this is not intuitive.


Is this a new problem? It seems that this would have always been present.
Was a recent change made to expose this?

All those options that you mention are less-than-ideal. My preference would
be to have them download org.json from the Internet, but it rubs me the
wrong way that it won't work out of the box.



 What's striking is that javax.validation is *not* bundled that way
 (except, as expected, in gwt-servlet-deps.jar), it's instead shipped as a
 separate JAR in the SDK; it's not even bundled into gwt-user.jar.

 There's a real discrepancy between org.json and javax.validation wrt
 packaging in the SDK, and none of them is satisfactory.


- requestfactory-* JARs contain org.json but not javax.validation
- gwt-user contains none of them
- gwt-servlet-deps is made of only org.json and javax.validation, so
why ship javax.validation in addition to it?

 IMO, both dependencies should receive equal treatment: either ship as
 separate JARs in the SDK (json.jar and validation-api.jar), or be bundled
 where needed (if you ask me, only in gwt-user.jar –similar to what's done
 with javax.servlet– and gwt-servlet-deps.jar; possibly renamed to or
 duplicated as requestfactory-deps.jar, as they are dependencies for both
 requestfactory-client and requestfactory-server).


I'd lean towards to having json.jar and validation-api.jar - even though it
makes it harder to work with out-of-the-box, we're trying to move in the
direction of breaking GWT into smaller components.

Also, when SuperDevMode becomes the default, we're not going to need
org.json or javax.validation on the client-side.


 Now, we have similar issues with Maven artifacts: gwt-user.jar depends on
 javax.validation but not org.json, so the DevMode will fail (whether you
 launch it with Run As… Web Application in Eclipse or mvn gwt:run)
 unless you add a dependency on org.json. org.json is not even
 referenced/documented as an optional dependency (but given that
 javax.validation is not marked as optional, there's no reason org.json
 would be marked optional).
 We're currently facing this issue in gwt-maven-archetypes and I'm not sure
 what we should do: add a dependency on requestfactory-client (contains
 duplicate classes from gwt-user) or on org.json (weird as we don't directly
 use org.json classes, and org.json is not marked as an optional dependency
 of gwt-user). https://github.com/tbroyer/gwt-maven-archetypes/pull/16


Maybe we need to mark org.json as a required dep of gwt-user? Is this
possible?



 I'll try to submit a patch to have it fixed in 2.5 but we must first
 settle on the appropriate way to do it (both for the GWT SDK and for Maven
 artifacts), and I'd also like your feedback on what would be the
 appropriate workaround while waiting for 2.5.


Whatever we do, we're going to have to make sure that we update GPE so that
it knows to add the appropriate dependent jars to the classpath.


 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-31 Thread Rajeev Dayal
Ran the latest patch set through google's battery of tests; everything
passed.

On Thu May 31 09:22:21 GMT-400 2012, t.bro...@gmail.com wrote:

 On 2012/05/31 01:56:32, skybrian wrote:
  LGTM (assuming tests still pass)

 Because I must confess I didn't run them on the last few patch-sets, I
 just ran ant clean testrf and then the RequestFactorySuite in both
 prod and dev mode from within Eclipse, and I confirm everything's OK.

 http://gwt-code-reviews.appspot.com/1601806/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1601806/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Ignore qualified refs with generics (issue1578808)

2012-05-31 Thread Rajeev Dayal
Sounds good.

On Thu May 31 11:51:45 GMT-400 2012, stephen.haber...@gmail.com wrote:

  Double-ping. If we can't land this one soon, we'll defer it to 2.5.1.

 Yeah, let's just defer. I haven't had time to get back in to it and
 answer Scott's question. This is just an optimization anyway, and I
 don't know what, or if any, affect it had on perceived performance.

 http://gwt-code-reviews.appspot.com/1578808/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1578808/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-31 Thread Rajeev Dayal
Committed as r11004.

On Thu May 31 11:34:33 GMT-400 2012, Rajeev Dayal rda...@google.com
wrote:

 Ran the latest patch set through google's battery of tests; everything
 passed.

 On Thu May 31 09:22:21 GMT-400 2012, t.bro...@gmail.com wrote:

 On 2012/05/31 01:56:32, skybrian wrote:
  LGTM (assuming tests still pass)

 Because I must confess I didn't run them on the last few patch-sets, I
 just ran ant clean testrf and then the RequestFactorySuite in both
 prod and dev mode from within Eclipse, and I confirm everything's OK.

 http://gwt-code-reviews.appspot.com/1601806/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1601806/



-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Use shared.GWT to avoid ClassNotFoundExceptions (issue1722803)

2012-05-31 Thread Rajeev Dayal
Hey all,

I don't think I'll have a chance to look at this by the afternoon. John, if
you could check into this, that would be great.

I believe I was up-to-date; did a sync right before I ran the tests. I
didn't check to see if some other change had landed that would have caused
this problem.

I'll check the status later this evening - thanks for helping out.



Rajeev

On Thu, May 31, 2012 at 1:23 PM, stephen.haber...@gmail.com wrote:


  I remember seeing that before (and unrelated to the GWT.create

 changes) --

 are you sure you are up to date?


 Thanks for chiming in John--I was just running the test that failed
 (ScriptInjectorTest) here locally in Eclipse, both web and prod mode,
 and it works fine. Wasn't really seeing how the isClient change could
 cause this, but am currently cleaning/rebuilding to try from ant.

 http://gwt-code-reviews.**appspot.com/1722803/http://gwt-code-reviews.appspot.com/1722803/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Contributor License Agreements question

2012-05-29 Thread Rajeev Dayal
Just verified that you're added to the corporate CLA list. I think I was
looking at an outdated spreadsheet.

You're all good!


On Fri May 25 10:15:54 GMT-400 2012, Alexandre Ardhuin 
alexandre.ardh...@gmail.com wrote:

 Confirmation email forwarded.

 Thanks,
 Alexandre

 2012/5/25 Rajeev Dayal rda...@google.com

 Hey Alexandre,

 You're not able to verify that you signed the CLA in the corporate case. I
 looked at our corporate CLA list, and I don't see your name (or that of
 your company) listed there.

 I'll do some more digging to see what happened. Did you receive any sort
 of confirmation e-mail? If so, could you forward it to me directly?


 Thanks,
 Rajeev


 On Fri May 25 08:55:21 GMT-400 2012, Alexandre Ardhuin 
 alexandre.ardh...@gmail.com wrote:

 Hi all,

 A few days ago I submitted a patch (
 http://gwt-code-reviews.appspot.com/1712803/ ) after having followed the
 steps described at
 https://developers.google.com/web-toolkit/makinggwtbetter#submittingpatches.
 My CTO had signed the Corporate Contributor License Agreement (
 http://code.google.com/legal/corporate-cla-v1.0.html ) . He had provided
 my name and my corporate email ( alexandre.ardhuin at deveryware com ) in
 Schedule A. But with that email, I could not sign in at
 http://gwt-code-reviews.appspot.com , a Google Account was required. So
 I signed with a google account ( alexandre.ardhuin.dw at gmail com ) to
 submit my patch.

 How can I check to be identified as a cla-signer ?
 Will my patch be taken in account ? I don't see the review made by Thomas
 in this contributors group and I wonder why.

 Thanks in advance,
 Alexandre

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Contributor License Agreements question

2012-05-25 Thread Rajeev Dayal
Hey Alexandre,

You're not able to verify that you signed the CLA in the corporate case. I
looked at our corporate CLA list, and I don't see your name (or that of
your company) listed there.

I'll do some more digging to see what happened. Did you receive any sort of
confirmation e-mail? If so, could you forward it to me directly?


Thanks,
Rajeev


On Fri May 25 08:55:21 GMT-400 2012, Alexandre Ardhuin 
alexandre.ardh...@gmail.com wrote:

 Hi all,

 A few days ago I submitted a patch (
 http://gwt-code-reviews.appspot.com/1712803/ ) after having followed the
 steps described at
 https://developers.google.com/web-toolkit/makinggwtbetter#submittingpatches.
 My CTO had signed the Corporate Contributor License Agreement (
 http://code.google.com/legal/corporate-cla-v1.0.html ) . He had provided
 my name and my corporate email ( alexandre.ardhuin at deveryware com ) in
 Schedule A. But with that email, I could not sign in at
 http://gwt-code-reviews.appspot.com , a Google Account was required. So
 I signed with a google account ( alexandre.ardhuin.dw at gmail com ) to
 submit my patch.

 How can I check to be identified as a cla-signer ?
 Will my patch be taken in account ? I don't see the review made by Thomas
 in this contributors group and I wonder why.

 Thanks in advance,
 Alexandre

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Add Map support to RequestFactory (issue 6132056)

2012-05-14 Thread Rajeev Dayal
Hey James,

Sorry, I have not had a chance to look this one over, but I am planning to.
The turnaround on patches has been pretty bad for the past while, and we're
actively going to make some changes soon that will result in big
improvements (I hope).

In the meantime, we're trying to review and land patches as fast as we can.
No, you're not being pushy :).


Rajeev


On Thu May 10 16:15:15 GMT-400 2012, james.hors...@gmail.com wrote:

 Rajeev, did you get a chance to look the patch over?

 I have no clue on what the turnaround is on submitted patches so
 hopefully am not being too pushy. I saw that GWT 2.5 is close to being
 released and I'd love to have this functionality available in it.

 Thanks!

 On 2012/05/07 20:28:44, james.horsley wrote:
  The instructions at

 https://developers.google.com/web-toolkit/makinggwtbetter#submittingpatches
 say
  to add this patch to the issue
  (http://code.google.com/p/google-web-toolkit/issues/detail?id=5524)
 but I don't
  see how to do that. Is there a permission I'm missing?



 http://codereview.appspot.com/6132056/https://www.google.com/url?sa=Dq=http://codereview.appspot.com/6132056/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Fix this-window confusion in DevMode (issue1620805)

2012-05-14 Thread Rajeev Dayal
Hey Stephen,

Thanks for the feedback. Replies inline:


On Tue May 08 23:22:49 GMT-400 2012, Stephen Haberman 
stephen.haber...@gmail.com wrote:


  I agree, but asking anyone to have to make changes in working code

 Two things, one is that I don't think any code that relies on this
 behavior could really be called working. It's dev mode mistakingly
 acting differently than web mode.


Agreed, but if you have a ton of internal code that is written in such a
way that flipping on this behavior causes a ton of failures, then it's
going to take time to fix them all. I totally agree that they should be
fixed, but it's going to take a non-trivial amount of time.

I'd rather spend that time working on SuperDevMode and moving people over
to that, where this whole issue of differing implementations between web
mode and dev mode goes away.


  as a consequence of upgrading increases the cost, even if they are
  good changes.

 The other is that (disclaimer, this isn't really a discussion for the
 bug tracker, and is just my personal opinion) I think this extreme
 dedication to backwards compatibility at some point hurts more than it
 helps.

 Yes, it means users have 0-change upgrades, which is great if you do
 an upgrade every month (or on every commit, e.g. internally to Google).

 But after years of 0-change upgrades, I think the burden of backwards
 compatibility starts to wear on a codebase. Of course every release
 can't be a fresh start, but I think there needs to be a compromise
 that's less-than-every-release but more-than-never.


I completely agree that supporting backwards compatibility all of the time
wears on the codebase. However, if you want to suddenly stop supporting
this, you need a clean break. Maybe that clean break is defining a new
user-level library for GWT; maybe it's SuperDevMode, or something else -
but, we do need to define this break at some point soon, and allow for the
breaking of backwards compatibility. I'd also agree that we should be less
conservative going forward.

I just don't think this issue is one where we should start to break
backwards compatibility.


 Furthering my musing that is kind of silly to do in an issue, I think
 Google's internal all upstream/downstream projects always build from
 trunk encourages codebases to grow stale as they can never break any
 project ever.


:) That's a much larger discussion.



 Let's have some forks, branches, or something, that at least
 occasionally lifts this burden of backwards compatibility for those of
 us who are just fine with a yearly-ish/non-bugfix release that has
 breaking changes in the name of a better, cleaner codebase.


Stay tuned. There are going to be some major changes in the coming weeks
that allow for much more flexibility than is currently offered to the
external community.

To circle back, let's not put this in to 2.5. I do suggest enabling the
behavior behind a flag, and we can push people to switch to the new
behavior. Internally, we can then tell people the stricter (correct)
behavior is going to become the default, and get rid of the flag. Stephen,
what do you think? Would you be amenable to adding the code for the flag?

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-07 Thread Rajeev Dayal
Hey Thomas,

Good find! I thought there was something funny with finishTestAndReset, but
I wouldn't have spotted that :).

Replies inline:

On Fri May 04 22:08:03 GMT-400 2012, t.bro...@gmail.com wrote:

 OK, found it: the issue in EditorTest is that the SimpleBar that the
 setUserName is applied to and the one in the SimpleFoo's barField are
 not the same instances!

 The instances are initialized in response to the finishTestAndReset call
 from RequestBatcherTest, which explains the differing behavior when this
 test is commented out (or moved to run later): in this case, everything
 is initialized from the call to findSimpleFooById at the beginning of
 EditorTest#test.


Ok, I see.



 The real issue is actually that finisTestAndReset resets SimpleFoo
 before resetting SimpleBar, so when SimpleFoo asks for
 SimpleBar.getSingleton() it gets the previous instance, and then the
 SimpleBars are reinitialized.
 When everything is initialized in EditorTest#test() through
 findSimpleFooById, the SimpleFoo's barField and SimpleBar are the same
 instances. It might be that they differ in subsequent tests but that
 just does not seem to be an issue then.


Ugh, that sucks - fortunately, it's just an artifact of testing. A better
fix might be to change the reset(...) in SimpleFoo to automatically reset
the SimpleBar entity? What do you think?



 Inverting the order of the reset calls in finishAndResetTest fixes the
 issue.

 I also simplified the changes to AbstractRequestContext (adding a
 diff'ing state to the AbstractRequestContext/RequestState that's then
 used in the various AutoBean Categories to
 a) avoid auto-editing proxies (what was done by temporarily locking the
 context in patchsets 1 to 6)
 b) change the equals() behavior for EntityProxies (fixing issue 5952)


Ok, I'll take a detailed look.



 http://gwt-code-reviews.appspot.com/1601806/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1601806/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread Rajeev Dayal
HA!

If it's important enough, we should land it, but my impression is that it
isn't  - so maybe it should die a quiet death.


On Fri May 04 14:13:42 GMT-400 2012, John Tamplin j...@google.com wrote:

 On Fri, May 4, 2012 at 12:15 PM, rda...@google.com wrote:

 Was debating whether this one should go in for GWT 2.5, but my
 inclination is to skip it. Please let me know if anyone feels strongly
 about this.

 http://gwt-code-reviews.**appspot.com/1380807/http://gwt-code-reviews.appspot.com/1380807/


 It has been waiting a few years, another one won't hurt.

 --
 John A. Tamplin
 Software Engineer (GWT), Google


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread Rajeev Dayal
Hey Stephen,

Thanks for the info. So we should probably try and land it. From my quick
summary of the comment thread, it looks like there's disagreement on the
implementation. Can you or John save me some time and fill me in on the
history?


Rajeev


On Fri May 04 14:24:11 GMT-400 2012, stephen.haber...@gmail.com wrote:


  If it's important enough, we should land it, but my impression is that
 it isn't

 It is the 7th-ranked bug in the issue tracker (by number of stars). But,
 as John said, it's had 5 years to get all those votes.


 http://gwt-code-reviews.appspot.com/1380807/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1380807/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-04-30 Thread Rajeev Dayal
Thanks, Thomas. I'll take a look and see what's going on in our
environment. I wonder if it's an order-of-execution failure (implying that
there's statefulness between test runs that's not getting cleared).

On Sun Apr 29 07:17:38 GMT-400 2012, t.bro...@gmail.com wrote:

 On 2012/04/29 10:42:26, tbroyer wrote:
  On 2012/04/27 16:11:29, rdayal wrote:
   Hey Thomas,
  
   When I ran the tests after applying your change, I saw a failure in
   EditorTest.test:
  
   aused by: junit.framework.AssertionFailedError:
 expected=EditorBarTest
   actual=FOO
   at
  

 com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest.onSuccess(EditorTest.java:164)

   at
  

 com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest.onSuccess(EditorTest.java:1)

   at
  

 com.google.web.bindery.requestfactory.shared.impl.AbstractRequest.onSuccess(AbstractRequest.java:129)

   at
  

 com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.processPayload(AbstractRequestContext.java:377)

   ... 28 more
  
  
   Are you seeing the same thing?

  On my local branch (off of r10773), ant -f user/build.xml
 test.dev.htmlunit

 -Dgwt.junit.testcase.includes=com/google/web/bindery/requestfactory/gwt/client/ui/EditorTest.class

  passes:

  [junit] Running
  com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest
  [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 49,035
 sec

  I'll rebase and see if that changes anything.

 Rebased upon r10958, ant clean dist-dev and then ran test.dev.htmlunit
 and test.web.htmlunit, with the same BUILD SUCCESSFUL results.

 I tried with OpenJDK (6u24) and Oracle JDK (6u27)
 (with the clean/dist-dev being run with OpenJDK; only the test being run
 with both JDKs)

 Also tried with OpenJDK 7u3 (clean dist-dev, then test.dev.htmlunit;
 using JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/ ant ... on the
 command line; I'm not really sure the JAVA_HOME honored everywhere using
 this technique); same (successful) results.

 http://gwt-code-reviews.appspot.com/1601806/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1601806/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-04-30 Thread Rajeev Dayal
Ah, thanks - though it's interesting that there'd be a browser-specific
failure in response to this type of change. Thanks for pointing out the
difference though; I'll double-check.

On Mon Apr 30 13:22:34 GMT-400 2012, Freeland Abbott fabb...@google.com
wrote:

 Depending on which targets are failing, we also run with FF3, which Thomas
 most likely doesn't

 On Mon Apr 30 11:10:32 GMT-400 2012, Rajeev Dayal rda...@google.com
 wrote:
 Thanks, Thomas. I'll take a look and see what's going on in our
 environment. I wonder if it's an order-of-execution failure (implying that
 there's statefulness between test runs that's not getting cleared).

 On Sun Apr 29 07:17:38 GMT-400 2012, t.bro...@gmail.com wrote:

 On 2012/04/29 10:42:26, tbroyer wrote:
  On 2012/04/27 16:11:29, rdayal wrote:
   Hey Thomas,
  
   When I ran the tests after applying your change, I saw a failure in
   EditorTest.test:
  
   aused by: junit.framework.AssertionFailedError:
 expected=EditorBarTest
   actual=FOO
   at
  

 com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest.onSuccess(EditorTest.java:164)

   at
  

 com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest.onSuccess(EditorTest.java:1)

   at
  

 com.google.web.bindery.requestfactory.shared.impl.AbstractRequest.onSuccess(AbstractRequest.java:129)

   at
  

 com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.processPayload(AbstractRequestContext.java:377)

   ... 28 more
  
  
   Are you seeing the same thing?

  On my local branch (off of r10773), ant -f user/build.xml
 test.dev.htmlunit

 -Dgwt.junit.testcase.includes=com/google/web/bindery/requestfactory/gwt/client/ui/EditorTest.class

  passes:

  [junit] Running
  com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest
  [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 49,035
 sec

  I'll rebase and see if that changes anything.

 Rebased upon r10958, ant clean dist-dev and then ran test.dev.htmlunit
 and test.web.htmlunit, with the same BUILD SUCCESSFUL results.

 I tried with OpenJDK (6u24) and Oracle JDK (6u27)
 (with the clean/dist-dev being run with OpenJDK; only the test being run
 with both JDKs)

 Also tried with OpenJDK 7u3 (clean dist-dev, then test.dev.htmlunit;
 using JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/ ant ... on the
 command line; I'm not really sure the JAVA_HOME honored everywhere using
 this technique); same (successful) results.

 http://gwt-code-reviews.appspot.com/1601806/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1601806/

  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

  --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2012-04-06 Thread Rajeev Dayal
No worries, we're leaving it in :).

On Thu Apr 05 19:37:49 GMT-400 2012, John Porter Simons porte...@google.com
wrote:

 It's handy, and we depend on it now. Definitely let me know if you remove
 it so we can subclass Column.

 On Thu, Apr 5, 2012 at 5:19 PM, jlaba...@google.com wrote:

 Leave it in.  We've already spent way too long debating a simple string
 field.  I don't feel strongly enough that it should be removed.

 http://gwt-code-reviews.**appspot.com/1503806/http://gwt-code-reviews.appspot.com/1503806/




-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix PopupPanel.center when content has changed (issue1573803)

2012-04-06 Thread Rajeev Dayal
Thanks!

On Fri Apr 06 10:52:30 GMT-400 2012, jlaba...@google.com wrote:

 LGTM

 http://gwt-code-reviews.appspot.com/1573803/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1573803/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: scheglov pointed out a leak in compilation units in dev mode after a refresh (issue1490801)

2012-04-05 Thread Rajeev Dayal
We're gearing up for a GWT 2.5, so I'd either like to get this in, or close
the issue if it will never make it into a GWT release.

On Thu Apr 05 15:42:05 GMT-400 2012, scheg...@google.com wrote:

 On 2012/04/05 19:39:54, rdayal wrote:
  Ping. Is this patch dead, or do we still want to get this in?

 I remember that we were not able to push it into release (2.4 ?).
 But this problem is still causing problems in GWT Designer.

 http://gwt-code-reviews.appspot.com/1490801/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1490801/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2012-04-05 Thread Rajeev Dayal
Wow, you're right. Good catch. I'll follow up and see what's going on here..

On Thu Apr 05 17:02:10 GMT-400 2012, stephen.haber...@gmail.com wrote:


  Looks like this one is not going to be accepted.

 It was actually already committed...if the decision was to not add it,
 it needs to be reverted.

 http://gwt-code-reviews.appspot.com/1503806/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1503806/


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Permutation Specific SymbolMap (issue1652803)

2012-03-02 Thread Rajeev Dayal
On Fri Mar 02 13:09:00 GMT-500 2012, cromwell...@google.com wrote:

 On 2012/03/02 10:39:39, acleung wrote:

 Are you missing the module files (.gwt.xml) that define this new
 property?


 http://gwt-code-reviews.appspot.com/1652803/https://www.google.com/url?sa=Dq=http://gwt-code-reviews.appspot.com/1652803/

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Google Eclipse Plugin deletes gwt-servlet.jar when running?

2011-04-25 Thread Rajeev Dayal
Hi,

If you navigate to Project Properties - Google - Web Application, what is
the WAR directory value set to? Is the Launch and Deploy from this
Directory setting enabled or disabled?


Rajeev

On Sat, Apr 23, 2011 at 3:18 PM, Philippe Beaudoin 
philippe.beaud...@gmail.com wrote:

 Still no update on this from Google? Should I log an issue?

 --
 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.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-toolkit@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: Error installing GWT 2.2 in eclipse 3.6

2011-02-16 Thread Rajeev Dayal
Andrew,

If you try and download some of those files (by clicking on the links)
through your browser, does it actually work? Do your proxy settings in your
browser differ from your proxy settings in Eclipse?

We'll soon be posting a zipped-up version of the entire update site; maybe
you can give that a try.


Rajeev

On Mon, Feb 14, 2011 at 5:12 AM, Andrew Scully andrewscu...@gmail.comwrote:

 Using the Add new software funtion in eclipse 3.6.0 (Build id:
 I20100608-0911), I attempted to install GWT 2.2 from
 http://dl.google.com/eclipse/plugin/3.6

 This operation failed, however, with the below errors. I have numerous
 previous versions of GWT installed, including the various milestones
 and RCs of 2.1.

 Is anyone else getting issues like this? If not, it could be a result
 of our corporate firewall.




 An error occurred while collecting items to be installed
 session context was:(profile=SDKProfile,
 phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
 action=).
 Artifact not found: osgi.bundle,com.google.gdt.eclipse.core,
 2.2.0.v201102111811.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.gdt.eclipse.core_2.2.0.v201102111811.jar
 Artifact not found: osgi.bundle,com.google.gwt.eclipse.core,
 2.2.0.v201102111811.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.gwt.eclipse.core_2.2.0.v201102111811.jar
 Artifact not found: osgi.bundle,com.google.appengine.eclipse.sdkbundle.
 1.4.2,1.4.2.v201102111811.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811.jar
 Artifact not found: osgi.bundle,com.google.gdt.eclipse.designer,
 2.2.0.r36x201102111505.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.gdt.eclipse.designer_2.2.0.r36x201102111505.jar
 Artifact not found: osgi.bundle,com.google.gdt.eclipse.designer.hosted.
 1_6,2.2.0.r36x201102111446.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.gdt.eclipse.designer.hosted.1_6_2.2.0.r36x201102111446.jar
 Artifact not found: osgi.bundle,com.google.gdt.eclipse.designer.hosted.
 2_0,2.2.0.r36x201102111446.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.gdt.eclipse.designer.hosted.2_0_2.2.0.r36x201102111446.jar
 Artifact not found: osgi.bundle,com.google.gdt.eclipse.designer.hosted.
 2_0.webkit_win32,2.2.0.r36x201102111446.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.gdt.eclipse.designer.hosted.2_0.webkit_win32_2.2.0.r36x201102111446.jar
 Artifact not found: osgi.bundle,com.google.gwt.eclipse.sdkbundle.
 2.2.0,2.2.0.v201102111811.

 http://dl.google.com/eclipse/plugin/3.6/plugins/com.google.gwt.eclipse.sdkbundle.2.2.0_2.2.0.v201102111811.jar
 Artifact not found: osgi.bundle,org.eclipse.wb.core,
 0.9.0.r36x201102111430.

 http://dl.google.com/eclipse/plugin/3.6/plugins/org.eclipse.wb.core_0.9.0.r36x201102111430.jar
 Artifact not found: osgi.bundle,org.eclipse.wb.core.lib,
 0.9.0.r36x201102111430.

 http://dl.google.com/eclipse/plugin/3.6/plugins/org.eclipse.wb.core.lib_0.9.0.r36x201102111430.jar

 --
 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.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-toolkit@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 2.2 Eclipse update fails -- needs PDE

2011-02-16 Thread Rajeev Dayal
Is it possible for you to try using Eclipse 3.5? I think this is related to
a bug in Eclipse's P2 system in Eclipse 3.4. If that's not possible, let me
know, and we'll dig deeper.

On Tue, Feb 15, 2011 at 1:09 PM, Tim McCormack ti...@ccs.neu.edu wrote:

 On Feb 14, 7:23 pm, Rajeev Dayal rda...@google.com wrote:
  If you navigate to Help - Software Updates, what Update Sites are listed
  there?

 The listing is below. I note that only a few are marked for being used
 in installation of new software; I selected all and refreshed, but
 that didn't help.

 ?xml version=1.0 encoding=UTF-8?
 bookmarks
   site url=http://download.eclipse.org/technology/epp/updates/1.0/;
 selected=true name=EPP Usage Data Collector Update Site/
   site url=http://download.eclipse.org/releases/ganymede;
 selected=true name=Ganymede Update Site/
   site url=http://dl.google.com/eclipse/plugin/3.4; selected=true
 name=/
   site url=http://download.eclipse.org/birt/update-site/2.3;
 selected=false name=/
   site url=http://download.eclipse.org/datatools/updates;
 selected=false name=/
   site url=http://download.eclipse.org/dsdp/dd/updates;
 selected=false name=/
   site url=http://download.eclipse.org/dsdp/nab/updates;
 selected=false name=/
   site url=http://download.eclipse.org/dsdp/tm/updates/3.0;
 selected=false name=/
   site url=http://download.eclipse.org/modeling/emf/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/modeling/emft/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/modeling/gmf/updates/
 releases/ selected=false name=/
   site url=http://download.eclipse.org/modeling/m2m/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/modeling/m2t/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/modeling/mdt/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/rt/rap/update-site;
 selected=false name=/
   site url=http://download.eclipse.org/stp/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/technology/dltk/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/technology/emft/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/tools/buckminster/updates;
 selected=false name=/
   site url=http://download.eclipse.org/tools/cdt/releases/ganymede;
 selected=false name=/
   site url=http://download.eclipse.org/tools/gef/update-site/
 releases/site.xml selected=false name=/
   site url=http://download.eclipse.org/tools/mylyn/update/e3.4;
 selected=false name=/
   site url=http://download.eclipse.org/tools/mylyn/update/extras;
 selected=false name=/
   site url=http://download.eclipse.org/webtools/updates/;
 selected=false name=/
   site url=http://eclipse.org/tptp/updates/; selected=false
 name=/
   site url=http://www.eclipse.org/modeling/emft/?
 project=search#search selected=false name=/
   site url=http://www.eclipse.org/modeling/emft/updates/;
 selected=false name=/
   site url=http://download.eclipse.org/eclipse/updates/3.4;
 selected=true name=The Eclipse Project Updates/
 /bookmarks

 --
 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.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-toolkit@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: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread Rajeev Dayal
Hi Jeff,

We were unable to reproduce this behavior. Do you see anything in the
Eclipse Error Log (Window - Show View - Error Log).


Rajeev

On Wed, Feb 2, 2011 at 2:40 PM, Jeff Chimene jchim...@gmail.com wrote:

 On 02/02/2011 12:37 PM, Jeff Chimene wrote:
  Hi:
 
  I notice that in GPE version 2.2.0.ms1-201101251930
 
  when editing a UiBinder file
 
  I get a suggestion list after CTRL+SPACE, but after RETURN, the selected
  element is not copied.
 
  For example, the following sequence
  g:Vert
 
  CTRL+SPACE == auto-complete popup
 
  cursor over VerticalPanel
 
  RETURN
 
  text not copied
 
  Maybe pilot error - but this auto-complete works for Java code.

 It's more complicated than I originally thought: auto complete +
 auto-close works for the g:cell

 When there's no alternative, auto-complete works. For example,
 auto-complete works for /g:VerticalPanel

 --
 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.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-toolkit@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 2.2 Eclipse update fails -- needs PDE

2011-02-14 Thread Rajeev Dayal
Hi Tim,

If you navigate to Help - Software Updates, what Update Sites are listed
there?


Thanks,
Rajeev


On Sun, Feb 13, 2011 at 2:49 PM, Tim McCormack ti...@ccs.neu.edu wrote:

 I tried upgrading to the latest GWT in Eclipse 3.4 Ganymede SR2 and
 received this message:

  Cannot complete the request.  See the details.
  Cannot find a solution satisfying the following requirements
 org.eclipse.pde.build [3.4.1.R34x_v20081217].

 Using Ubuntu 10.04 Lucid Lynx x64, running 32-bit Eclipse with ia32
 Java libs.

 Wiping out the Eclipse install did not help -- and in fact made things
 worse: Now I don't have GWT at all!

  - Tim McCormack

 --
 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.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-toolkit@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: Refreshing reference message and eclipse extremely slow

2011-01-04 Thread Rajeev Dayal
Hi Jerome,

Sorry that we've been silent on this issue. We're looking into this problem
now. I've updated the issue with a request for some information from those
of you experiencing the problem. It would be helpful to us in diagnosing the
problem.

Regarding the release notes, we have not done a good job of updating them.
We'll improve this process in the future. GPE 1.4.2, as you noticed, did not
contain a fix for this specific issue.


Rajeev

On Thu, Dec 23, 2010 at 4:40 AM, Jerome C. jerome.ca...@gmail.com wrote:

 Any news about this ?

 It really slows down development...

 What's the reason ? Is it client bundle or not ? Is there something which
 should not do to avoid this performance bug ?

 9 peoples have starred it, so I'm not the only one.

 I've tried to find release note of the last version of Google plugin
 (1.4.2) but the release note page is not updated. With the last version of
 the plugin, the problem stays the same.

 Thanks.

 --
 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.


-- 
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: Plugin Upgrade Woes

2010-12-06 Thread Rajeev Dayal
Hey Evan,

Thanks for the information. Replies inline.

On Sun, Dec 5, 2010 at 1:36 PM, Evan Ruff evan.r...@hendersonsawmill.comwrote:

 Rajeev,

 Thank you for your response!

 1. The SDKs are listed as:
 gwt-2.0.4, 2.0.4, T:\gwt-2.0.4
 gwt-2.1.0, 2.1.0, T:\gwt-2.1.0

 All of them are clear without errors. T: is a symbolic drive that I store
 all tools. It has always worked previous to this issue, so I don't think
 that's the problem. I can use it for all my other Java projects.


Ok.



 2. I have Ant, but no Maven or Spring.


Ok. No AspectJ either, right?


 3. Checking the file system. Absolutely no .class files anywhere in
 WEB-INF/classes (my output directory)

 4. To get the .class files to appear, I went to the project's
 PropertiesGoogleWeb Toolkit. In that dialog, there is a Use Google Web
 Toolkit checkbox. I unchecked this and then Cleaned all projects. The
 .class files appeared in the file system as usual.

 5. Navigating to the build path in question, the only GWT specific thing on
 the build path is the library: GWT SDK [gwt-2.0.4 - 2.0.4]. It's on 2.0.4
 because I was switching back and forth from 2.1.0 trying to get it to
 complie.

 6. The only errors listed is The project '**' does not have any GWT
 SDKs on its build path. for the project in question.


And this is in the Error Log (Window - Show View - Error Log), not the
Problems View, right?



 I have already attempted to revert my Eclipse back to the previous
 revision, unfortunately, that crashes HARD.


That's unfortunate. How does it crash?



 Thanks for your help!

 E


A few other questions:

1) Can you post the contents of your .classpath and .project files?

2) Turn on GWT by checking Use GWT checkbox. Hit OK to exit the Project
Properties Dialog and apply the changes. Then, go back into Project
Properties and:

i) Navigate to the Java Build Path section, and tell me what the output
folders are for all of your defined source folders
ii) Navigate to the Builders section, and tell me what Builders are listed.
Additionally, tell me which ones are enabled and which ones are disabled.


Thanks,
Rajeev





 On Sun, Dec 5, 2010 at 1:26 PM, Rajeev Dayal rda...@google.com wrote:

 HI Evan,

 I'm sorry that you're experiencing these problems. When was the last time
 you had updated the plugin?

 If you don't mind, let me collect a few pieces of information from you -
 that will help me figure out what's going on:

 1) Can you tell me the names, versions, and locations of the GWT SDKs
 listed under Preferences - Google - Web Toolkit? Do any of these SDKs have
 a red X next to them?

 2) Are any of projects with problems Maven and/or Spring/Roo projects?

 3)  When you say there are Zero class files, are you checking on the file
 system, or are you checking from within Eclipse? Eclipse won't list the
 class files in the output folder within the workspace (since it's a special
 folder).

 4) What fiddling did you do to get the .class files to re-appear (but to
 end up with the there are no GWT SDKs on your build path problem

 5) If you navigate to the build path for one of your project with
 problems, how many GWT SDKs do you see listed on the classpath? There should
 be only one.

 6) Check out the Error log (Window - Show View - Error Log). Do you see
 any errors listed there?

 To drop back to the previous version, use Eclipse's Revert to Previous
 Configuration. Here are the instructions for Eclipse 3.6, but they are
 similar for Eclipse 3.5:


 http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-123.htm


 Rajeev


 On Sat, Dec 4, 2010 at 10:55 AM, Evan Ruff evan.r...@gmail.com wrote:

 After fiddling with this some more, I am now getting the project does
 not have any GWT SDKs on its build path even though the GWT SDK
 library is marked and the gwt-user.jar and gwt-dev.jar are located in
 that library.

 Has anyone else experienced errors of this nature with the plugin?

 Thanks!

 E

 On Dec 2, 12:43 pm, Evan Ruff evan.r...@gmail.com wrote:
  Hey guys,
 
  I'm having a really tough time today. I upgraded my GWT Plugin to
  1.4v201010280047 at the update site and it has completely broken all
  of my projects. When I have the Use GWT item selected in my project
  properties, it will not generate any class files. the WEB-INF/classes
  folder structures (as well as the gwt.xml resources) are all there,
  but there are ZERO class files. When I uncheck the Use GWT box, all
  my class files are compiled as normal.
 
  Obviously, this has been pretty frustrating this morning. Is this a
  known issue with the new Plugin and Eclipse 3.5? I'm POSITIVE I'm
  installing the correct plugin for my version. Is there any way I can
  fall back to the previous version? There does not seem to be any
  listed at the update site.
 
  Thanks for any help or direction,
 
  Evan

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

Re: Plugin Upgrade Woes

2010-12-05 Thread Rajeev Dayal
HI Evan,

I'm sorry that you're experiencing these problems. When was the last time
you had updated the plugin?

If you don't mind, let me collect a few pieces of information from you -
that will help me figure out what's going on:

1) Can you tell me the names, versions, and locations of the GWT SDKs listed
under Preferences - Google - Web Toolkit? Do any of these SDKs have a red
X next to them?

2) Are any of projects with problems Maven and/or Spring/Roo projects?

3)  When you say there are Zero class files, are you checking on the file
system, or are you checking from within Eclipse? Eclipse won't list the
class files in the output folder within the workspace (since it's a special
folder).

4) What fiddling did you do to get the .class files to re-appear (but to end
up with the there are no GWT SDKs on your build path problem

5) If you navigate to the build path for one of your project with problems,
how many GWT SDKs do you see listed on the classpath? There should be only
one.

6) Check out the Error log (Window - Show View - Error Log). Do you see
any errors listed there?

To drop back to the previous version, use Eclipse's Revert to Previous
Configuration. Here are the instructions for Eclipse 3.6, but they are
similar for Eclipse 3.5:

http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-123.htm


Rajeev


On Sat, Dec 4, 2010 at 10:55 AM, Evan Ruff evan.r...@gmail.com wrote:

 After fiddling with this some more, I am now getting the project does
 not have any GWT SDKs on its build path even though the GWT SDK
 library is marked and the gwt-user.jar and gwt-dev.jar are located in
 that library.

 Has anyone else experienced errors of this nature with the plugin?

 Thanks!

 E

 On Dec 2, 12:43 pm, Evan Ruff evan.r...@gmail.com wrote:
  Hey guys,
 
  I'm having a really tough time today. I upgraded my GWT Plugin to
  1.4v201010280047 at the update site and it has completely broken all
  of my projects. When I have the Use GWT item selected in my project
  properties, it will not generate any class files. the WEB-INF/classes
  folder structures (as well as the gwt.xml resources) are all there,
  but there are ZERO class files. When I uncheck the Use GWT box, all
  my class files are compiled as normal.
 
  Obviously, this has been pretty frustrating this morning. Is this a
  known issue with the new Plugin and Eclipse 3.5? I'm POSITIVE I'm
  installing the correct plugin for my version. Is there any way I can
  fall back to the previous version? There does not seem to be any
  listed at the update site.
 
  Thanks for any help or direction,
 
  Evan

 --
 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.



-- 
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: webappcreator with -maven and Eclipse: output directories don't match

2010-11-28 Thread Rajeev Dayal
If you look at Project Properties - Google - Web Toolkit, what is
mentioned for the GWT SDK? Also, if you navigate to Window - Show View -
Error Log, do you see any errors listed there?

On Sun, Nov 28, 2010 at 10:34 AM, PeteUK newbar...@gmail.com wrote:

 On Nov 22, 7:41 am, Manuel Carrasco Moñino man...@apache.org wrote:
  When using maven in eclipse, it is better to let maven to produce the
  eclipse stuff instead of webAppCreator using the undocumented option
  -XnoEclipse, and use the google eclipse plugin to launch the app in
  dev mode:
 
  1.-  webAppCreator -noant -maven -XnoEclipse com.example.MyApp
  2.- You can use eitehr:
  - If you have m2eclipse plugin already installed in eclipse,
  import the project as a maven project
  - Otherwise, execute mvn eclipse:eclipse and import it as a
  existing eclipse project
  3.- Install google plugin for eclipse, and mark the checkbox
  Project - Google - Web Toolkit - 'Use Google Web Toolkit'.
  4.- Then configure the project's war folder
  Project - Google - Web Application - This project has a war
  folder - src/main/webapp
  unmark 'Launch an deploy from this directory', and the first time
  you launch it, select target/www

 Following the above instructions, I can create an application and run
 it as a GWT Web Application (which is a bonus). If I try to Debug As -
  Web Application I get problems. At debug startup Eclipse complains
 that the source attachment does not contain the source for the file
 URLClassPath.class. The debug session is suspended with a
 FileNotFoundException. Here's the call stack from the Eclipse's Debug
 window:

 MyApp.html [Web Application]
  com.google.gwt.dev.DevMode at localhost:51620
  Thread [main] (Suspended (exception FileNotFoundException))
   URLClassPath$JarLoader.getJarFile(URL) line: 644
   URLClassPath$JarLoader.access$600(URLClassPath$JarLoader, URL)
 line: 540
   URLClassPath$JarLoader$1.run() line: 607
   AccessController.doPrivileged(PrivilegedExceptionActionT) line:
 not available [native method]
   URLClassPath$JarLoader.ensureOpen() line: 599
   URLClassPath$JarLoader.init(URL, URLStreamHandler,
 HashMapString,Loader) line: 583
   URLClassPath$JarLoader$3.run() line: 810
   AccessController.doPrivileged(PrivilegedExceptionActionT) line:
 not available [native method]
   URLClassPath$JarLoader.getResource(String, boolean, SetString)
 line: 806
   URLClassPath$JarLoader.getResource(String, boolean) line: 765
   URLClassPath.getResource(String, boolean) line: 169
   URLClassLoader$1.run() line: 194
   AccessController.doPrivileged(PrivilegedExceptionActionT,
 AccessControlContext) line: not available [native method]
   Launcher$AppClassLoader(URLClassLoader).findClass(String) line:
 190
   Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean)
 line: 307
   Launcher$AppClassLoader.loadClass(String, boolean) line: 301
   Launcher$AppClassLoader(ClassLoader).loadClass(String) line: 248
  C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe (28 Nov 2010
 15:28:32)

 I have to click resume about 10 times before it'll properly start up.

 I have completely wiped out my Eclipse workspace and recreated/
 reimported the project and the same thing happens.

 Any ideas?

 Thanks,

 Pete

 --
 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.



-- 
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: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-28 Thread Rajeev Dayal
On Mon, Nov 22, 2010 at 10:23 AM, Chris crehb...@gmail.com wrote:


 On Nov 19, 7:50 pm, Thomas Broyer t.bro...@gmail.com wrote:
  FWIW, I have *no* problem with Eclipse Helios (3.6, updated to SR1)
  with GPE 1.4.0.v201010280102 and m2eclipse 0.10.2.20100623-1649 on
  Windows XP Pro SP3
  (if I understand correctly the issue, when launching DevMode, my
  index.jsp and other things like that from my war directory –$
  {project.build.directory}/${project.build.finalName}, i.e. target/
  webapp maven module name– would vanish)

 Hi,

 Its not all files in the build output directory - our HTML files and
 any static resources that are kept in 'src/main/webapp' and copied to
 'target/module' are left alone when starting dev mode.  Our
 particular problem is that we had a separate maven resources project
 that was being deployed to 'target/module' during mvn:package, and
 those exploded resources were being deleted when dev mode is starting
 up.

 Yes, such resources will be wiped out. What's actually happening here is
that GPE is using WTP's smart publish functionality to publish J2EE
modules  to the target/ directory.

So, in the source of launching, GPE performs a WTP publish. The WTP publish
will copy any J2EE modules that it knows about over to the target/
directory, which means that all of your resources in src/main/webapp will be
copied over properly. If you're got Maven's integration with WTP installed,
then the target/WEB-INF/lib directory will contain all of the libraries that
are in the runtime scope which are defined in your pom.xml file.

However, the publish is a smart one - so if any resources to be published
already exist in the target/ directory and are unchanged, the copy of that
file is not performed. In addition, if any resources are found in the
target/ directory that the publisher did not mean to create, then they are
deleted.

In the next version of GPE, I think we'll consider either:

1) Allow the user to specify which folders should remain untouched during a
smart publish
2) Switch over to a full publish - that will leave resources that are
unknown alone.


 --
 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.



-- 
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: google plugin error

2010-11-28 Thread Rajeev Dayal
Try Window - Show View - Error Log.

On Fri, Nov 19, 2010 at 8:39 AM, Frank Bølviken frank.bolvi...@gmail.comwrote:

 Where do I find this error..? :P It only says see error log. Does
 eclipse have its own error-log somewhere?

 On 15 Nov, 10:23, Didier Durand durand.did...@gmail.com wrote:
  Hi,
 
  For more info onWebAppCreator, seehttp://
 code.google.com/webtoolkit/doc/1.6/tutorial/create.html
 
  If you want help about your issue, I guess that you have to post your
  java stack trace at time of error
 
  regards
  didier
 
  On Nov 15, 8:40 am, Frank Bølviken frank.bolvi...@gmail.com wrote:
 
 
 
 
 
 
 
   Any ideas?
 
   On 13 Nov, 08:43, Frank Bølviken frank.bolvi...@gmail.com wrote:
 
Hello,
 
When I try to create a project with the plugin in eclipse, I get an
invocationof com.Google.gwt...WebAppCreatorfailed. Anyone know
what this mean? On my win 7 64bit laptop its working, but not my win
 7
64bit desktop.
 
Frank

 --
 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.



-- 
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-contrib] Re: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run ... (issue966802)

2010-11-28 Thread Rajeev Dayal
Okay, thanks for checking this out. I'll run some more tests and report back
my results.

On Sat, Nov 27, 2010 at 7:43 AM, Miguel Méndez mmen...@google.com wrote:

 Actually, I'm not sure that this is accurate.  I just tried it out against
 gwt-user and gwt-dev with natures and builders on in a clean eclipse Helios
 install (no GPE) and I did not see any exceptions thrown.  There were no
 visible exceptions and the error log was not updated.

 It seems worth it to take a look and see if it is eclipse version specific.

 On Wed, Nov 24, 2010 at 10:31 AM, rda...@google.com wrote:

 I think that jat is right - if you have a builder defined on your
 project that Eclipse does not know about, it will throw an exception.

 For now, let's go with this update to the README. I think, as a future
 step, we should add the natures and builders to the gwt-user and gwt-dev
 project, and make it a necessary step for them to install GPE.


 http://gwt-code-reviews.appspot.com/966802/show

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors




 --
 Miguel

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-18 Thread Rajeev Dayal
Hey Chris,

Can you provide your .classpath file?

What version of STS are you using?


Thanks,
Rajeev

On Thu, Nov 18, 2010 at 5:33 PM, Chris crehb...@gmail.com wrote:



   I playing around with STS, Roo, Maven and GWT.  When I go to run a Roo
   project from inside STS, STS seems to wipe out the entire project.
   Anyone else playing with this particular combo of technologies and
   running into issues?
 

 This is happening to me, too, since I upgraded to GWT 2.1.0 and GPE
 1.4.0 - I posted yesterday about the problem:

 http://groups.google.com/group/google-web-toolkit/browse_thread/thread/d13a6ed3673baf3f#

 As soon as you start dev mode, any resource files in the build output
 directory (target/module name) that are not also present in src/main/
 webapp are deleted.

 Thanks,
 - C

 --
 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.



-- 
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: Google Plugin In Spring Source Toolkit seems to be wipping out the project on run.

2010-11-18 Thread Rajeev Dayal
Hey Chris,

A few questions:

-what operating system are you on?
-I noticed that you have the gwt-user.jar and gwt-dev.jar explicitly on your
build classpath. Did you add those entries? If you navigate over to the
Project Properties - Google - Web Toolkit page, what SDK is selected?


Thanks,
Rajeev

On Thu, Nov 18, 2010 at 5:50 PM, Chris crehb...@gmail.com wrote:



 On Nov 18, 5:41 pm, Rajeev Dayal rda...@google.com wrote:

 Hi there Rajeev,

 I'm using the following version of STS.  The rest of the applicable
 version numbers are in the thread I linked to above.

 Version: 2.3.2.RELEASE
 Build Id: 201003230009

 
  Can you provide your .classpath file?

 ?xml version=1.0 encoding=UTF-8?
 classpath
classpathentry kind=src
 output=target/bisdashboard-0.0.1-SNAPSHOT/
 WEB-INF/classes path=src/main/java/
classpathentry excluding=** kind=src output=target/
 bisdashboard-0.0.1-SNAPSHOT/WEB-INF/classes path=src/main/resources/
 
classpathentry kind=src output=target/test-classes path=src/
 test/java/
classpathentry excluding=** kind=src output=target/test-
 classes path=src/test/resources/
classpathentry kind=con
 path=org.eclipse.jdt.launching.JRE_CONTAINER/
 org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6/
 
classpathentry kind=con
 path=org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER
attributes
attribute
 name=org.eclipse.jst.component.dependency value=/WEB-
 INF/lib/
/attributes
/classpathentry
classpathentry kind=con
 path=org.eclipse.jst.j2ee.internal.module.container/
classpathentry kind=con
 path=org.eclipse.jst.j2ee.internal.web.container/
classpathentry kind=lib path=C:/springsource_2.3/
 sts-2.3.2.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.
 2.1.0_2.1.0.v201010280047/gwt-2.1.0/gwt-user.jar
attributes
attribute name=javadoc_location
 value=file:/C:/springsource_2.3/
 sts-2.3.2.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.
 2.1.0_2.1.0.v201010280047/gwt-2.1.0/doc/javadoc//
/attributes
/classpathentry
classpathentry kind=lib path=C:/springsource_2.3/
 sts-2.3.2.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.
 2.1.0_2.1.0.v201010280047/gwt-2.1.0/gwt-dev.jar
attributes
attribute name=javadoc_location
 value=file:/C:/springsource_2.3/
 sts-2.3.2.RELEASE/plugins/com.google.gwt.eclipse.sdkbundle.
 2.1.0_2.1.0.v201010280047/gwt-2.1.0/doc/javadoc//
/attributes
/classpathentry
classpathentry kind=output path=target/bisdashboard-0.0.1-
 SNAPSHOT/WEB-INF/classes/
 /classpath

 --
 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.



-- 
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: error when creating first web app

2010-11-17 Thread Rajeev Dayal
Is there anything else in the Error log? Do you see any sub-entries of any
of the error entries?

On Tue, Nov 9, 2010 at 4:19 AM, Emanhossny e.hos...@gmail.com wrote:

 Hello All,
 i installed GWT as a plugin i Eclipse.
 I have jdk 1.6
 When i created the first web application
 the following error appears:
 Java Model Exception: Core Exception [code 0] Invocation of
 com.google.gwt.user.tools.WebAppCreator failed. See the error log for
 more details.
at

 org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:
 50)
at

 org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:
 728)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
 1800)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4694)
at

 org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:
 106)
at org.eclipse.jface.operation.ModalContext
 $ModalContextThread.run(ModalContext.java:121)
 Caused by: org.eclipse.core.runtime.CoreException: Invocation of
 com.google.gwt.user.tools.WebAppCreator failed. See the error log for
 more details.
at

 com.google.gwt.eclipse.core.runtime.tools.WebAppProjectCreatorRunner.createProject(WebAppProjectCreatorRunner.java:
 53)
at

 com.google.gdt.eclipse.suite.wizards.WebAppProjectCreator.createGWTProject(WebAppProjectCreator.java:
 532)
at

 com.google.gdt.eclipse.suite.wizards.WebAppProjectCreator.create(WebAppProjectCreator.java:
 294)
at

 com.google.gdt.eclipse.suite.wizards.NewWebAppProjectWizard.finishPage(NewWebAppProjectWizard.java:
 147)
at org.eclipse.jdt.internal.ui.wizards.NewElementWizard
 $2.run(NewElementWizard.java:116)
at

 org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:
 39)
at

 org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:
 728)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
 1800)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4694)
at

 org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:
 106)
at org.eclipse.jface.operation.ModalContext
 $ModalContextThread.run(ModalContext.java:121)
 !SUBENTRY 1 com.google.gwt.eclipse.core 4 0 2010-11-09 10:48:05.687
 !MESSAGE Invocation of com.google.gwt.user.tools.WebAppCreator failed.
 See the error log for more details.




 --
 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.



-- 
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-contrib] Re: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run ... (issue966802)

2010-11-17 Thread Rajeev Dayal
No, I don't think it will. I think the nature will be ignored. But let me
verify that before putting my foot in my mouth.

On Wed, Nov 17, 2010 at 1:59 PM, Ray Ryan rj...@google.com wrote:

 And all the examples as well.

 I thought one of you GPE guys told me that eclipse would barf if it saw
 that nature and the plugin was not installed?

 On Wed, Nov 17, 2010 at 9:41 AM, rda...@google.com wrote:

 Looks good to me.

 I wonder why we haven't taken the step of adding the GWT Nature to the
 gwt-user project's .eclipse file...


 http://gwt-code-reviews.appspot.com/966802/show




-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse?

On Fri, Nov 5, 2010 at 2:19 PM, Nathan nperel...@lgsinnovations.com wrote:

 I'm using GWT 2.0.4 and in Dev Mode it seems some exceptions are left
 uncaught and show up in the browser instead of in my GWT uncaught
 exception handler or in the Dev Mode panel. For example I get a line
 like uncaught exception:
 com.google.gwt.dev.shell.HostedModeException: Something other than a
 double was returned from JSNI method... in my Firebug or browser
 error console. Is there some way I can get this exception to show up
 somewhere where I can see a Java stack trace from it?

 --
 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.



-- 
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: Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread Rajeev Dayal
+[jat]

On Fri, Nov 5, 2010 at 2:42 PM, Perelman Nathan (Nathan) 
nperel...@lgsinnovations.com wrote:

  No, I didn’t want to go to the trouble of converting my existing Eclipse
 projects.


  --

 *From:* google-web-toolkit@googlegroups.com [mailto:
 google-web-tool...@googlegroups.com] *On Behalf Of *Rajeev Dayal
 *Sent:* Friday, November 05, 2010 14:21
 *To:* google-web-toolkit@googlegroups.com
 *Subject:* Re: Exceptions not showing up in Dev Mode Panel



 Are you using the Google Plugin for Eclipse?

 On Fri, Nov 5, 2010 at 2:19 PM, Nathan nperel...@lgsinnovations.com
 wrote:

 I'm using GWT 2.0.4 and in Dev Mode it seems some exceptions are left
 uncaught and show up in the browser instead of in my GWT uncaught
 exception handler or in the Dev Mode panel. For example I get a line
 like uncaught exception:
 com.google.gwt.dev.shell.HostedModeException: Something other than a
 double was returned from JSNI method... in my Firebug or browser
 error console. Is there some way I can get this exception to show up
 somewhere where I can see a Java stack trace from it?

 --
 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.



 --
 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.



-- 
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: Eclipse Hangs on Compile of GWT?

2010-11-05 Thread Rajeev Dayal
When it's hanging, drop to a command prompt, and type jps. That should give
you the process id of the compiler process. Then type jstack pid. Copy
that output into a file and attach it.

If you switch over to the Console view while the compile is going on, what
do you see? What happens if you hit the red button in the Console view? Does
it terminate the compile?

On Fri, Nov 5, 2010 at 4:03 PM, leslie web...@me.com wrote:

 Eclipse 3.6 Helios
 GWT 2.1
 Java 5
 Mac OS X 10.5.8

 Actually I don't know if it's hanging or not.  But I select the red
 toolbox - the compile icon - and I can see the progress bar at the
 lower right hand of the screen.  But it just progresses continually.
 There is no output and it has been going on like this for several
 minutes.  I don't know how to know what is happening if anything.

 This difficulty with performing a compile is new with the upgrade to
 GWT 2.1.  When I was using 2.0.3 I never had a problem doing a project
 compile and I could see the confirmation messages after each
 permutation compile in the console.  But now there is nothing.  Just
 an endless progress bar.

 Please help.  Thanks.

 --
 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.



-- 
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: Eclipse Hangs on Compile of GWT?

2010-11-05 Thread Rajeev Dayal
If you log on as an admin and try this out, do you see the same problem?

On Fri, Nov 5, 2010 at 4:37 PM, leslie web...@me.com wrote:

  1 - The machine where I'm developing is not online.  It has no
 connection to the internet.

 Actually is does have an internet connection.  I'm just normally
 offline when I'm working.

 --
 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.



-- 
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: Eclipse Hangs on Compile of GWT?

2010-11-05 Thread Rajeev Dayal
I think you're hitting the following bug:

http://bugs.sun.com/view_bug.do?bug_id=6440846

http://bugs.sun.com/view_bug.do?bug_id=6440846What version of the JDK/JRE
are you using in your project?

On Fri, Nov 5, 2010 at 4:38 PM, Rajeev Dayal rda...@google.com wrote:

 If you log on as an admin and try this out, do you see the same problem?


 On Fri, Nov 5, 2010 at 4:37 PM, leslie web...@me.com wrote:

  1 - The machine where I'm developing is not online.  It has no
 connection to the internet.

 Actually is does have an internet connection.  I'm just normally
 offline when I'm working.

 --
 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.




-- 
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: Can't compile in eclipe - unhandled event loop exception

2010-11-04 Thread Rajeev Dayal
On Thu, Nov 4, 2010 at 9:47 AM, Stephan T stephan.tern...@gmail.com wrote:

 Yes, I agree, really odd. When using STS 2.5.0 GWT seems to work, but
 I get some issues with Maven and dependecies. And my colleagues are
 using STS 2.3.0 and everything works for them. But they are using GWT
 Plugin 2.0.4. Is it possible to download version 2.0.4 and try? Only
 2.1 seems to be available on the update site.


What maven issues are you seeing?

You can install the older version of the plugin in zip format from here:

http://dl.google.com/eclipse/plugin/3.5/zips/com.google.gdt.eclipse.suite.e35.feature_1.3.3.v201006111302.zip

You'll need to uninstall all existing versions of the Google Plugin for
Eclipse first. Note that this distro does not include the SDKs, so you'll
have to download them manually.

Also, have you tried re-installing the latest version of GPE against a fresh
install of STS 2.3.0 and a fresh workspace? I'm wondering if there was
possibly some sort of odd problem during installation that corrupted the
jars (unlikely, I know).


 // Stephan

 On 3 Nov, 16:30, Rajeev Dayal rda...@google.com wrote:
  This seems really odd - I know that we really only tested GPE against STS
  2.5.0 (if you want GPE to work with Roo and Maven project in STS, you
 need
  to be using STS 2.5.0), but I still do not understand why you'd be
 running
  into problems against an Eclipse 3.5 version of an older incarnation of
 STS.
 
  Did you have the Google Plugin for Eclipse installed previously? Was this
 an
  upgrade?
 
  On Wed, Nov 3, 2010 at 5:06 AM, Stephan T stephan.tern...@gmail.com
 wrote:
   Sometimes I also get this error in the Error log:
 
   Problems occurred when invoking code from plug-in:
   org.eclipse.core.resources.
 
   java.lang.NoClassDefFoundError: com/google/gdt/eclipse/platform/jdt/
   model/PlatformJavaModelUtilities$IAnnotationNotAvailableException
  at
 
  
 com.google.gwt.eclipse.core.uibinder.UiBinderXmlModelUtilities.computeQualifiedWidgetTypeName(UiBinderXmlModelUtilities.java:
   70)
  at
 
  
 com.google.gwt.eclipse.core.uibinder.model.reference.UiBinderXmlParser.tryParseWidgetFromElement(UiBinderXmlParser.java:
   632)
  at
 
  
 com.google.gwt.eclipse.core.uibinder.model.reference.UiBinderXmlParser.parseElement(UiBinderXmlParser.java:
   301)
  at
 
  
 com.google.gwt.eclipse.core.uibinder.model.reference.UiBinderXmlParser.parse(UiBinderXmlParser.java:
   285)
  at
 
  
 com.google.gwt.eclipse.core.uibinder.model.reference.UiBinderXmlParser.access
   $0(UiBinderXmlParser.java:282)
  at
   com.google.gwt.eclipse.core.uibinder.model.reference.UiBinderXmlParser
   $1.visitNode(UiBinderXmlParser.java:170)
  at
   com.google.gdt.eclipse.core.XmlUtilities.visitNodes(XmlUtilities.java:
   410)
  at
 
  
 com.google.gwt.eclipse.core.uibinder.model.reference.UiBinderXmlParser.parse(UiBinderXmlParser.java:
   226)
  at
   com.google.gwt.eclipse.core.uibinder.validators.UiBinderJavaValidator
  
 $UiBinderSubtypeVisitor.parseAndValidateUiXml(UiBinderJavaValidator.java:
   319)
  at
   com.google.gwt.eclipse.core.uibinder.validators.UiBinderJavaValidator
   $UiBinderSubtypeVisitor.visit(UiBinderJavaValidator.java:276)
  at
   org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:
   467)
  at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
  at
   org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2551)
  at
   org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:
   484)
  at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
  at
   org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2551)
  at
   org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:
   219)
  at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
  at
 
  
 com.google.gwt.eclipse.core.uibinder.validators.UiBinderJavaValidator.validate(UiBinderJavaValidator.java:
   538)
  at
 
  
 com.google.gwt.eclipse.core.validators.java.JavaCompilationParticipant.buildStarting(JavaCompilationParticipant.java:
   223)
  at
 
  
 org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.notifyParticipants(AbstractImageBuilder.java:
   565)
  at
 
  
 org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:
   287)
  at
 
  
 org.eclipse.jdt.internal.core.builder.BatchImageBuilder.build(BatchImageBuilder.java:
   60)
  at
 
  
 org.eclipse.jdt.internal.core.builder.JavaBuilder.buildAll(JavaBuilder.java:
   254)
  at
  
 org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:
   178)
  at org.eclipse.core.internal.events.BuildManager
   $2.run(BuildManager.java:627)
  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42

Re: GWT 1.7 - Development Environment using Eclipse, unable to find weird on classpath

2010-11-04 Thread Rajeev Dayal
What is the name of your .gwt.xml file? Is it called WatchDogMain.gwt.xml?
Is it located under your src root/de/szenarion/watchdog/ ?


On Thu, Nov 4, 2010 at 3:13 AM, Panke t.pankr...@googlemail.com wrote:

 On 3 Nov., 21:09, Rajeev Dayal rda...@google.com wrote:
  Can you post the source for WatchdogMain.html?
 

 Hi,

 you can find a slightly modified version here:
 http://paste.pocoo.org/show/285884/

 Thank you, Panke

 --
 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.



-- 
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: Cannot create new web applications.

2010-11-03 Thread Rajeev Dayal
Sorry, this slipped through the cracks..

Not sure if you still have the existing environment set up to repro this,
but do you see any errors in your error logs (Window - Show View - Error
Log)?

On Tue, Oct 5, 2010 at 11:49 AM, Justin Lilly jus...@justinlilly.comwrote:

 Aptana does work with GWT.

 I installed GWT and Eclipse Java EE version (4 times, twice with 64
 bit, twice with 32 bit versions of eclipse). I installed the GWT
 plugin (install software, etc) but those menu options were not there,
 they did not appear after a restart (computer or eclipse itself), yet
 the plugin remained installed, just inaccessible through any method I
 tried (menu items, etc).

 I've since moved on to Aptana, which seems to work, but worth noting
 that it is an issue for at least some windows users. Contact me off
 list if you have specific questions about environment, etc.

  -justin

 On Tue, Oct 5, 2010 at 11:23 AM, Chris Conroy con...@google.com wrote:
  Justin, we'd all love to not have to deal with the hassle of moderation,
 but
  sadly there are a lot of spammers out there. Only new members are
  automatically moderated, and once a member makes some legitimate posts,
 we
  flip the bit that allows them to post without being stuck in the
 moderation
  queue.
  Aptana doesn't support GWT directly AFAIK.
  The Eclipse UI for the new project dialog is a bit confusing. You'll
  probably need to select File-New Project-Google-Web Application
 Project.
  The plugin should also add a few buttons to your toolbar including one
 for
  just this action.
  On Mon, Oct 4, 2010 at 9:45 PM, Justin Lilly jus...@justinlilly.com
 wrote:
 
  This was sent 3 days ago. I've since gone with Aptana which worked
  successfully. The 32 and 64 bit versions of Eclipse didn't work. Also,
  this moderation is lame for a group based around user support :-/
 
   -justin
 
  On Mon, Oct 4, 2010 at 9:19 PM, Y2i yur...@gmail.com wrote:
   Strange, I didn't have such problem in Win 7 and Ubuntu 10.04 64-bit.
   Can you verify that the GWT plugin is installed?
   Help-Install New Software, then click What is already isntalled?
   link
  
   On Oct 1, 10:03 pm, Justin Lilly justinli...@gmail.com wrote:
   I just downloaded eclipse v3.6 (Helios), Java EE version. I then
 added
   the google repository athttp://dl.google.com/eclipse/plugin/3.6to my
   possible installation places, selected all downloads (which included
   the google plugin for eclipse as well as the appengine and gwt sdk).
  
   I'm attempting to follow through with the tutorial, but there is no
   Create new web application selection available in my new project
   dialog box. Yes, I already looked in the other section too.
  
   I'm on 64 bit windows 7, with 64 bit eclipse. Any help would be
   greatly appreciated.
  
-justin
  
   --
   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.
  
  
 
  --
  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.
 
 
  --
  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.



-- 
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 1.7 - Development Environment using Eclipse, unable to find weird on classpath

2010-11-03 Thread Rajeev Dayal
Can you post the source for WatchdogMain.html?

On Tue, Nov 2, 2010 at 4:38 AM, Panke t.pankr...@googlemail.com wrote:

 Hello everybody,

 I’m a student of computer science and in a new job of mine I can work
 at an existing application with gwt.
 Sadly I’m running into problems setting up my development environment.
 At the moment I’m able to compile
 and deploy the application to tomcat successfully, but running it in
 hosted mode does not work.

 When I click the run green button, the the hosted browser comes up and
 in the develoment shell I get these errors:

  [TRACE] The development shell servlet received a request for
 'szenarion/watchdog/server/WatchdogImpl' in module 'de.gwt.xml'
   [TRACE] Loading module 'de'
[ERROR] Unable to find 'de.gwt.xml' on your classpath; could be a
 typo, or maybe you forgot to include a classpath entry for source?

 What I don’t understand is, that I have no module called de.gwt.xml. I
 guess this is an error in my configuration,
 but I don’t know where.

 This is my first time  (seriously) using java and my very first time
 using gwt, so I’ll descripe my environment as
 precise as possible:

 I’m using Windows 7 x64, GWT 1.7 and I have Java6 x86 and x64
 installed. JAVA_HOME points to the x86 version as does my eclipse run
 configuration. Besides that, the run configuration looks like this:

 main class: com.google.gwt.dev.GWTShell
 arguments: -out www de.szenarion.watchdog.WatchdogMain/
 WatchdogMain.html
 classpath: gwt-dev-windows.jar gwt-servlet.jar gwt-user.jar (+ 3rd
 party libs)
 environment: java_home as stated above

 Does anyone know what goes wrong here?

 Thank you, Panke

 --
 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.



-- 
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 module 'applicationScaffold' may need to be (re)compiled

2010-11-03 Thread Rajeev Dayal
This is a bug with the latest version of GPE. The problem is that launching
your Web Application attempts to synchronize Maven's target directory, which
wipes out all of the artifacts that have been dumped there (i.e. via a
compilation).

We're working to fix this, and a point release of GPE with this fix will be
forthcoming.

As an ugly workaround, perform a Run As launch, perform the GWT compilation
while the app is launched, and then try accessing the app in production
mode.

On Tue, Nov 2, 2010 at 7:33 AM, Juan Carlos González pentasis@gmail.com
 wrote:

 Hi I've just upgraded GWT with 2.1 release and installed STS 2.5 and
 Roo 1.1.0.

 I've run the expenses-gae.roo script and the project has been
 generated properly. I can debug (Run As Web Application) the project
 from eclipse with the URL:
 http://127.0.0.1:/ApplicationScaffold.html?gwt.codesvr=127.0.0.1:9997.
 However, if I try to run in production mode (Run AS Web Application),
 I always get the following message from the browser: GWT module
 'applicationScaffold' may need to be (re)compiled when browsing
 http://127.0.0.1:/ApplicationScaffold.html or
 http://localhost:/ApplicationScaffold.html

 I' ve tried to GWT recompile project before launching but the message
 is always there.

 Please, could anybody help with this?.

 K.R.

 Juan Carlos

 --
 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.



-- 
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: java.lang.NoClassDefFoundError: com/google/gwt/dev/Compiler

2010-11-03 Thread Rajeev Dayal
Hi,

Is this a maven-based project that you're having trouble with? What does
your project's build path look like?


Thanks,
Rajeev

On Tue, Nov 2, 2010 at 3:05 PM, masterGaurav gaurav.va...@gmail.com wrote:

 It seems gwt-dev.jar is missing in your project classpath.


 --
 Happy Hacking,
 Gaurav Vaish
 http://www.mastergaurav.com


 On Nov 2, 2:03 pm, ヒトリ koujun1...@gmail.com wrote:
  Hi all,
 
When i upgrated my eclipse's google plug-in,when i click the compile
  button,it says
   java.lang.NoClassDefFoundError: com/google/gwt/dev/Compiler
   Exception in thread main
but i can run this project in eclipse,  anybody knows the reason?
 
  My eclipse version :3.5(Java) not J2EE ,
GWT-SDK:2.0.3
 GAE:1.3.8
 
  Jun Kou
  Thanks.

 --
 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.



-- 
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: Can't compile in eclipe - unhandled event loop exception

2010-11-03 Thread Rajeev Dayal
)
at

 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:
 105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
 ... 37 more


 On 3 Nov, 09:52, Stephan T stephan.tern...@gmail.com wrote:
  Yes, it's the Unhandledeventloopexception that shows up in the
  Error log.
 
  In my plugin folder:
  com.google.gdt.eclipse.core_1.4.0.v201010280047.jar
  com.google.gdt.eclipse.maven_1.4.0.v201010280047.jar
  com.google.gdt.eclipse.platform.e35_1.4.0.v201010280047.jar
  com.google.gdt.eclipse.platform.shared_1.4.0.v201010280047.jar
  com.google.gdt.eclipse.platform_1.4.0.v201010280047.jar
  com.google.gdt.eclipse.suite_1.4.0.v201010280047.jar
 
  On 2 Nov, 16:24, Rajeev Dayal rda...@google.com wrote:
 
   Can you drop into your Eclipse installation's plugin directory and tell
 me
   the names of all of the plugins in there that start with
 com.google.gdt.*?
 
   Also, do you see any errors in your Error Log (Window - Show View -
 Error
   Log)?
 
   On Tue, Nov 2, 2010 at 11:12 AM, Stephan T stephan.tern...@gmail.com
 wrote:
 
Ican'tcompilemy gwt application in Eclipse. Works in Maven outside
Eclipse though. I'm getting an error related to IPixelConverter (see
below for full stacktrace). The version of Eclipse is 3.5.1
(SpringSource Tool Suite2.3.0) and version 2.1.0 of GWT Plugin
installed from the 3.5 update site.
 
Any ideas why it doesn't work?
 
eclipse.buildId=2.3.0.200912171331-RELEASE
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=sv_SE
Framework arguments:  -product com.springsource.sts.ide
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product
com.springsource.sts.ide
 
java.lang.NoClassDefFoundError:
 com/google/gdt/eclipse/platform/shared/
ui/IPixelConverter
   at
 
   
 com.google.gwt.eclipse.core.compile.ui.GWTCompileDialog.createAdvancedOptions(GWTCompileDialog.java:
337)
   at
 
   
 com.google.gwt.eclipse.core.compile.ui.GWTCompileDialog.createDialogArea(GWTCompileDialog.java:
250)
   at
 
   
 org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:
147)
   at
 
   
 com.google.gwt.eclipse.core.compile.ui.GWTCompileDialog.createContents(GWTCompileDialog.java:
215)
   at org.eclipse.jface.window.Window.create(Window.java:431)
   at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
   at org.eclipse.jface.window.Window.open(Window.java:790)
   at
 
   
 com.google.gwt.eclipse.core.actions.GWTCompileToolbarAction.run(GWTCompileToolbarAction.java:
64)
   at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:
251)
   at
 
   
 org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:
229)
   at
 
   
 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:
584)
   at org.eclipse.jface.action.ActionContributionItem.access
$2(ActionContributionItem.java:501)
   at org.eclipse.jface.action.ActionContributionItem
$6.handleEvent(ActionContributionItem.java:452)
   at
 org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
   at
 org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3880)
   at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
   at
 org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
2405)
   at
 org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
   at
 org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
   at
   
 org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
332)
   at
   
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
493)
   at
 org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
149)
   at
 
   
 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:
113)
   at
 
   
 org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
194)
   at
 
   
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:
110)
   at
 
   
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:
79)
   at
   
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
368)
   at
   
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
   
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39

Re: unable to install GWT Eclipse plugin

2010-11-03 Thread Rajeev Dayal
I would stick with the non-classic install mechanism.

Have you set up your proxy settings in Preferences - General - Network
Connection?

Also, are you able to correctly access this update site:

http://download.eclipse.org/eclipse/updates/3.6

?

On Wed, Nov 3, 2010 at 9:36 AM, SteveB sjbalb...@gmail.com wrote:

 Here is more information on this issue.  I am using JavaEE.  I am
 behind a proxy at work but can access many other update sites like the
 Helios update site, subclipse, WTP, EMF, etc.

 I switched to the classic update site and tried to install that way
 and got this error:

 Unable to retrieve remote reference http://dl.google.com/eclipse/
 plugin/3.6/features/
 com.google.gdt.eclipse.suite.e36.feature_1.4.0.v201010280102.jar.
 [Server returned HTTP response code: 403 Forbidden for URL:

 http://dl.google.com/eclipse/plugin/3.6/features/com.google.gdt.eclipse.suite.e36.feature_1.4.0.v201010280102.jar
 .]

 org.eclipse.update.internal.core.FatalIOException: Server returned
 HTTP response code: 403 Forbidden for URL:

 http://dl.google.com/eclipse/plugin/3.6/features/com.google.gdt.eclipse.suite.e36.feature_1.4.0.v201010280102.jar
 .
at

 org.eclipse.update.internal.core.UpdateManagerUtils.checkConnectionResult(UpdateManagerUtils.java:
 468)
at

 org.eclipse.update.core.ContentReference.getInputStream(ContentReference.java:
 149)
at

 org.eclipse.update.core.FeatureContentProvider.asLocalReference(FeatureContentProvider.java:
 264)
at

 org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureEntryArchiveReferences(FeaturePackagedContentProvider.java:
 157)
at

 org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureManifestReference(FeaturePackagedContentProvider.java:
 83)
at

 org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature(FeaturePackagedFactory.java:
 39)
at org.eclipse.update.core.Site.createFeature(Site.java:536)
at

 org.eclipse.update.core.FeatureReference.createFeature(FeatureReference.java:
 124)
at
 org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:
 112)
at
 org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:
 99)
at org.eclipse.update.internal.search.SiteSearchCategory
 $FeatureDownloader.run(SiteSearchCategory.java:218)
at java.lang.Thread.run(Unknown Source)

 On Nov 2, 7:17 pm, SteveB sjbalb...@gmail.com wrote:
  I followed those steps.  However, after step 1, I get the errors
  listed in my original post.
 
  I'm running Windows XP Professional and Java 1.6
 
  On Nov 2, 4:38 pm, leslie web...@me.com wrote:
 
 
 
   I found the following page to be helpfulhttp://
 code.google.com/eclipse/docs/install-eclipse-3.6.html
 
   What OS are you using?  What version of Java?  I don't know if this
   information matters but it might help others help you.- Hide quoted
 text -
 
  - Show quoted text -

 --
 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.



-- 
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: Can't compile in eclipe - unhandled event loop exception

2010-11-02 Thread Rajeev Dayal
Can you drop into your Eclipse installation's plugin directory and tell me
the names of all of the plugins in there that start with com.google.gdt.*?

Also, do you see any errors in your Error Log (Window - Show View - Error
Log)?

On Tue, Nov 2, 2010 at 11:12 AM, Stephan T stephan.tern...@gmail.comwrote:

 I can't compile my gwt application in Eclipse. Works in Maven outside
 Eclipse though. I'm getting an error related to IPixelConverter (see
 below for full stacktrace). The version of Eclipse is 3.5.1
 (SpringSource Tool Suite2.3.0) and version 2.1.0 of GWT Plugin
 installed from the 3.5 update site.

 Any ideas why it doesn't work?


 eclipse.buildId=2.3.0.200912171331-RELEASE
 java.version=1.6.0_22
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=sv_SE
 Framework arguments:  -product com.springsource.sts.ide
 Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product
 com.springsource.sts.ide


 java.lang.NoClassDefFoundError: com/google/gdt/eclipse/platform/shared/
 ui/IPixelConverter
at

 com.google.gwt.eclipse.core.compile.ui.GWTCompileDialog.createAdvancedOptions(GWTCompileDialog.java:
 337)
at

 com.google.gwt.eclipse.core.compile.ui.GWTCompileDialog.createDialogArea(GWTCompileDialog.java:
 250)
at

 org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:
 147)
at

 com.google.gwt.eclipse.core.compile.ui.GWTCompileDialog.createContents(GWTCompileDialog.java:
 215)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at

 com.google.gwt.eclipse.core.actions.GWTCompileToolbarAction.run(GWTCompileToolbarAction.java:
 64)
at
 org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:
 251)
at

 org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:
 229)
at

 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:
 584)
at org.eclipse.jface.action.ActionContributionItem.access
 $2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem
 $6.handleEvent(ActionContributionItem.java:452)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
 3880)
at
 org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
 2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at
 org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
 332)
at
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
 493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
 149)
at

 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:
 113)
at

 org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
 194)
at

 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:
 110)
at

 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:
 79)
at
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
 368)
at
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
 179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
 39)
at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
 25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
 Caused by: java.lang.ClassNotFoundException:
 com.google.gdt.eclipse.platform.shared.ui.IPixelConverter
at

 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:
 494)
at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:
 410)
at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:
 398)
at

 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:
 105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 38 more

 

Re: turn off auto-completion suggestion box on uibinder ui.xml in eclipse

2010-11-01 Thread Rajeev Dayal
We put a fix into the final version of GPE 1.4.0 to resolve this issue. If
you wouldn't mind, can you grab the latest version, and try re-enabling
auto-completions to see if things have sped up for you?

On Thu, Oct 21, 2010 at 2:00 AM, Yau kvle...@gmail.com wrote:

 I found it.

 Preferences-XML-Editor-Automatically make suggestions.

 On Oct 21, 1:16 pm, Kevin (Yau) Leung kvle...@gmail.com wrote:
  I wonder if it's only me having this problem.  Whenever I edit the ui.xml
 in
  eclipse, the auto-completion box comes up and it's extraordinary slow.
  Is
  there any method to turn it off?
 
  Kevin

 --
 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.



-- 
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 module 'applicationScaffold' may need to be (re)compiled -- Spring Roo

2010-11-01 Thread Rajeev Dayal
What is the URL that you're entering into your browser (after the Debug As)
step?

On Mon, Nov 1, 2010 at 3:18 PM, hifimusic akshat.k...@gmail.com wrote:

 I've just installed STS 2.5.0 with spring roo 1.1.0 on an Ubuntu 9.10
 machine

 I've installed the gwt and datanucleus extensions.

 I ran the expenses.roo script and it ran smoothly.

 When i try to create a new spring roo project with persistence setup
 --provider DATANUCLEUS --database GOOGLE_APP_ENGINE

 The roo shell doesn't give any errors but when I debug as
 webapplication and open it in firefox/chrome, I get the following
 popup:

 GWT module 'applicationScaffold' may need to be (re)compiled


 I've tried to do update maven dependencies and google-gwt compile
 but that doesn't help

 I've tried this on another machine running ubuntu 10.04 and the same
 problem occurs so it is reproducible.

 Can anyone help me fix this?

 Thanks!

 --
 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.



-- 
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: revert Google Plugin for Eclipse

2010-10-28 Thread Rajeev Dayal
Sorry about this. We'll take care of it in an upcoming point release.

On Thu, Oct 28, 2010 at 4:21 PM, Jeff Larsen larse...@gmail.com wrote:

 You can turn off the error in the new plugin

 window -pref -google-errors and warnings - GWT UIBinder - Not a
 subtype of widget

 On Oct 28, 2:45 pm, John bradley.r...@gmail.com wrote:
  Thanks - that actually led me to read the GWT 2.1 release post (http://
  groups.google.com/group/google-web-toolkit/browse_thread/thread/
  50aaf553eba5c311) which means its actually a non-issue, just
  annoying.  Odd I didn't find it in the searches.
 
  On Oct 28, 3:31 pm, Christian Goudreau goudreau.christ...@gmail.com
  wrote:
 
 
 
 
 
 
 
   There's also an open issue for this:
 http://code.google.com/p/google-web-toolkit/issues/detail?id=5503
 
   Thanks to David Chandler that had pointed me this.
 
   http://code.google.com/p/google-web-toolkit/issues/detail?id=5503
 Cheers,
 
   On Thu, Oct 28, 2010 at 3:30 PM, John bradley.r...@gmail.com wrote:
The latest few versions of GPE (since 1.4.0.v201010181850 at least,
and including the one released today) throw and error when using the
g:MenuItem tag in UIBinder (issue 5453).  Because of this, I'm
unable to compile my project.  I tried to revert, but Google has
removed all previous versions of the plugin (and app engine and gwt
sdk) from the Google Update Site (
 http://dl.google.com/eclipse/plugin/
3.6).
 
Does anyone know how I can get an actually working plugin again?? I'm
unable to do anything because it won't compile.  (And please don't
suggest commenting out the menu item lines ...)
 
Thank you,
John
 
--
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.comgoogle-web-toolkit%2Bunsubs
 cr...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/google-web-toolkit?hl=en.
 
   --
   Christian Goudreauwww.arcbees.com

 --
 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.



-- 
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-contrib] [google-web-toolkit] r8838 committed - Placeholder for RC1 Maven and GPE artifacts.

2010-09-22 Thread Rajeev Dayal
Sorry, I'm not sure what you're referring to here.

On Wed, Sep 22, 2010 at 1:58 PM, Patrick Julien pjul...@gmail.com wrote:

 Hmm, does that mean we would still be stuck using only static methods?
  I mean, it's not that far out to introduce a helper class to find
 types.


 On Wed, Sep 22, 2010 at 1:35 PM,  codesite-nore...@google.com wrote:
  Revision: 8838
  Author: rda...@google.com
  Date: Wed Sep 22 10:34:59 2010
  Log: Placeholder for RC1 Maven and GPE artifacts.
 
  http://code.google.com/p/google-web-toolkit/source/detail?r=8838
 
  Added:
   /2.1.0.RC1
 
  --
  http://groups.google.com/group/Google-Web-Toolkit-Contributors

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: plugin failed to connect to hosted mode server at 127.0.0.1:9997

2010-09-17 Thread Rajeev Dayal
Look at your c:\Windows\system32\drivers\etc\hosts file. What do the entries
look like in there?

On Fri, Sep 17, 2010 at 11:20 AM, consutes consu...@hotmail.com wrote:



 Hi bouadma abderrazak,

 are you found the solution?


 --
 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.



-- 
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 Eclipse Project not always updating classes

2010-09-17 Thread Rajeev Dayal
Can you expand on what you mean? How do you know that it puts the old
classes back there?

On Fri, Sep 17, 2010 at 7:33 AM, AlexG alexander.gauss.ax...@googlemail.com
 wrote:

 Hi Samuru,

 maybe you have two instances of your App running? This could be one
 reason.
 Make sure, that you close all instances, then clean your project, and
 retry.

 The classes in the war/WEB-INF directory are only classes in your
 server package.
 Maybe they should be re-enhanced??

 You can also try, restarting Eclipse, this solved several problems for
 me, when
 I had similar problems.

 I hope this helps a little.

 Greets Alex


 On 16 Sep., 16:48, Samuru Jackson samurujack...@googlemail.com
 wrote:
  Hi,
 
  I have the problem, that sometimes it happens that my changed code in /
  src/* is not updated in /war/WEB-INF/classes/*
 
  Even if I delete the affected class in /war/* it puts an old version
  of the class again back into /war/* .
 
  How can this happen? Is there a cache somewhere around?
 
  Project - Clean does not work

 --
 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.



-- 
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: Problems with gwt plugin and eclipse

2010-09-08 Thread Rajeev Dayal
(Class.java:2389)
at java.lang.Class.getConstructors(Class.java:1459)
at
 org.apache.xbean.recipe.ReflectionUtil.findConstructor(ReflectionUtil.java:
 527)
at
 org.apache.xbean.recipe.ObjectRecipe.findFactory(ObjectRecipe.java:
 532)
at
 org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:
 270)
at
 org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:
 96)
at
 org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:
 61)
at
 org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:
 49)
at

 org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:
 159)
at

 org.codehaus.plexus.component.builder.XBeanComponentBuilder.build(XBeanComponentBuilder.java:
 123)
at

 org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:
 181)
at

 org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent(PerLookupComponentManager.java:
 51)
at

 org.codehaus.plexus.DefaultComponentRegistry.getComponent(DefaultComponentRegistry.java:
 358)
at

 org.codehaus.plexus.DefaultComponentRegistry.lookup(DefaultComponentRegistry.java:
 178)
at

 org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:
 388)
at

 org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:
 388)
... 21 more
 Caused by: java.lang.ClassNotFoundException:
 org.apache.maven.shared.filtering.MavenFilteringException
at

 org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:
 50)
at
 org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:
 244)
at
 org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:
 230)
... 38 more


 On Sep 6, 6:40 pm, Rajeev Dayal rda...@google.com wrote:
  Hi,
 
  Sorry that I'm late on replying to this thread. TBirch, can you take a
 look
  at your Error Log (Window - Show View - Error Log), and see if there is
 a
  full stack trace listed for the error that you're describing? There may
 be
  some sort of API change that we haven't accounted for in Eclipse 3.6. My
 gut
  instinct is that 32- vs. 64-bit shouldn't matter, since the error seems
 to
  be happening in non-native code..
 
  Thanks,
  Rajeev
 
 
 
  On Thu, Sep 2, 2010 at 7:43 AM, TBirch tjfbi...@bellsouth.net wrote:
   Alex,
   Thanks for your help. I've tried everything I can think of.
   I will just have to continue using an older version of eclipse and the
   gwt plugin for now
   as they work okay on both machines.
   Terry
 
   On Sep 1, 9:53 am, AlexG alexander.gauss.ax...@googlemail.com wrote:
Hi TBirch,
 
hmmm it really seems that something is going wrong on your
machines. Don´t know why it isn´t working on your machine.
 
If you have everything as 32-Bit-versions, than it should work.
Maybe someone else had thisproblem?
 
Greets Alex
 
On 30 Aug., 15:25, TBirch tjfbi...@bellsouth.net wrote:
 
 Hi Alex,
 
 Thanks for your suggestion. I will check the on the jdk version on
 that machine.
 However, I also have a 32 bit vista machine. This morning on the 32
 bit machine I downloaded the helios 3.6 version of eclipse and the
 3.6
 version of thegwtplugin. When trying to create a standardgwt
 project I get the same error as on the 64 bit machine:
 Errors occurred during the build.
 Errorsrunningbuilder 'Google Web Toolkit Project Validator' on
 project 'contacts'.
 org.eclipse.jdt.internal.core.JavaModel cannot be cast to
 org.eclipse.jdt.core.IJavaProject
 
 Myproblemdoes not seem to be related to a 64 bit versus 32 issue.
 Could there be another piece of software on both of my machines
 that
 could be causing aproblem?
 Thanks, Terry
 
 On Aug 30, 4:52 am, AlexG alexander.gauss.ax...@googlemail.com
 wrote:
 
  Hi TBirch
 
  I also had problems, ehwn I get started withGWT.
  I am using Windows 7 64-Bit.
 
  I have the followong Verison installed, and everything
  works fine:
 
  Eclipse Helios 3.6 32-Bit !!
  Plugins fomr the Eclipse-plugin-install-feature
 
  Be sure you have a Java 32-Bit JDK installed, otherwise
  this will nor work with Eclipse 32-Bit.
 
  Greets Alex
 
  On 29 Aug., 21:44, TBirch tjfbi...@bellsouth.net wrote:
 
   I amrunning64 bit windows vista and for some reason I am
 getting
   this error:
   Errors occurred during the build.
   Errorsrunningbuilder 'Google Web Toolkit Project Validator' on
   project 'contacts'.
   org.eclipse.jdt.internal.core.JavaModel cannot be cast to
   org.eclipse.jdt.core.IJavaProject
 
   I have tried several versions of eclipse and and the only way I
   seem

Re: Problems with gwt plugin and eclipse

2010-09-06 Thread Rajeev Dayal
Hi,

Sorry that I'm late on replying to this thread. TBirch, can you take a look
at your Error Log (Window - Show View - Error Log), and see if there is a
full stack trace listed for the error that you're describing? There may be
some sort of API change that we haven't accounted for in Eclipse 3.6. My gut
instinct is that 32- vs. 64-bit shouldn't matter, since the error seems to
be happening in non-native code..


Thanks,
Rajeev

On Thu, Sep 2, 2010 at 7:43 AM, TBirch tjfbi...@bellsouth.net wrote:

 Alex,
 Thanks for your help. I've tried everything I can think of.
 I will just have to continue using an older version of eclipse and the
 gwt plugin for now
 as they work okay on both machines.
 Terry

 On Sep 1, 9:53 am, AlexG alexander.gauss.ax...@googlemail.com wrote:
  Hi TBirch,
 
  hmmm it really seems that something is going wrong on your
  machines. Don´t know why it isn´t working on your machine.
 
  If you have everything as 32-Bit-versions, than it should work.
  Maybe someone else had thisproblem?
 
  Greets Alex
 
  On 30 Aug., 15:25, TBirch tjfbi...@bellsouth.net wrote:
 
 
 
 
 
 
 
   Hi Alex,
 
   Thanks for your suggestion. I will check the on the jdk version on
   that machine.
   However, I also have a 32 bit vista machine. This morning on the 32
   bit machine I downloaded the helios 3.6 version of eclipse and the 3.6
   version of thegwtplugin. When trying to create a standardgwt
   project I get the same error as on the 64 bit machine:
   Errors occurred during the build.
   Errorsrunningbuilder 'Google Web Toolkit Project Validator' on
   project 'contacts'.
   org.eclipse.jdt.internal.core.JavaModel cannot be cast to
   org.eclipse.jdt.core.IJavaProject
 
   Myproblemdoes not seem to be related to a 64 bit versus 32 issue.
   Could there be another piece of software on both of my machines that
   could be causing aproblem?
   Thanks, Terry
 
   On Aug 30, 4:52 am, AlexG alexander.gauss.ax...@googlemail.com
   wrote:
 
Hi TBirch
 
I also had problems, ehwn I get started withGWT.
I am using Windows 7 64-Bit.
 
I have the followong Verison installed, and everything
works fine:
 
Eclipse Helios 3.6 32-Bit !!
Plugins fomr the Eclipse-plugin-install-feature
 
Be sure you have a Java 32-Bit JDK installed, otherwise
this will nor work with Eclipse 32-Bit.
 
Greets Alex
 
On 29 Aug., 21:44, TBirch tjfbi...@bellsouth.net wrote:
 
 I amrunning64 bit windows vista and for some reason I am getting
 this error:
 Errors occurred during the build.
 Errorsrunningbuilder 'Google Web Toolkit Project Validator' on
 project 'contacts'.
 org.eclipse.jdt.internal.core.JavaModel cannot be cast to
 org.eclipse.jdt.core.IJavaProject
 
 I have tried several versions of eclipse and and the only way I
 seem
 to be able to create and run a standardgwtproject in eclipse is by
 going back to an older version of eclipse i.e Version:
 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ
 Build id: I20090611-1540
 
 Anyone have any suggestions as I have tried every other combination
 of
 32 and 64 bit eclipse withgwtpluginI can think of.
 Thanks

 --
 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.



-- 
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-contrib] Re: Eclipse: GDT - Scala plugin cooperation problem

2010-09-06 Thread Rajeev Dayal
On Sun, Sep 5, 2010 at 10:29 PM, Martin Mauch martin.ma...@gmail.comwrote:

 Installing the Scala plugin into a fresh copy of Eclipse works fine.
 I haven't tried installing and uninstalling the GPE. I could try that if it
 helps.


If you could try this, that would be great.


 Concerning the launch configuration:
 Eclipse didn't even start, so I think it should be unrelated to any launch
 configurations.

 If the problem doesn't occur with other people's Eclipse installations
 don't consider it important.
 Atm I'm OK with using two Eclipse installations for Scala and GWT.

 Thanks!
   Martin


 On Wed, Aug 25, 2010 at 18:30, Rajeev Dayal rda...@google.com wrote:

 If you uninstall GPE and leave the Scala plugin, does everything work?
 What type of launch configuration are you using? Is it a Web Application
 launch configuration?


 On Wed, Aug 25, 2010 at 3:06 AM, Martin Mauch martin.ma...@gmail.comwrote:

 I'm running into the same problem here.
 Is there any known solution?

 On 15 Jul., 16:09, Marek marek.romanow...@gmail.com wrote:
  My Eclipse hangs up while startup (showing gwt plugin as actually
  loaded) and while changing run configuration properties pages. I've
  checked for thread dumps while this occured and in my opinion problem
  lies between Google Eclipse Plugin (any from v 1.3.2 and v 1.3.3) and
  Scala plugin (2.8.0-final). Eclipse hangs on thread with stacktrace:
 
  at java.util.zip.ZipFile.open(Native Method)
  at java.util.zip.ZipFile.init(Unknown Source)
  at java.util.zip.ZipFile.init(Unknown Source)
  at
 
 org.eclipse.jdt.internal.core.JavaModelManager.getZipFile(JavaModelManager.
 java:
  2453)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getJar(JarPackageFragm
 entRoot.java:
  152)
  at
 org.eclipse.jdt.internal.core.ClassFile.getBytes(ClassFile.java:
  316)
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.buildStructure(JarPackageF
 ragment.java:
  54)
 
  from second dump:
 
  at java.util.zip.Inflater.inflateBytes(Native Method)
  at java.util.zip.Inflater.inflate(Unknown Source)
  - locked 0x0f9b44f0 (a java.util.zip.ZStreamRef)
  at java.util.zip.InflaterInputStream.read(Unknown Source)
  at java.io.BufferedInputStream.read1(Unknown Source)
  at java.io.BufferedInputStream.read(Unknown Source)
  - locked 0x0f9b94d8 (a java.io.BufferedInputStream)
  at
 
 org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsByteArray(Util.
 java:
  345)
  at
 
 org.eclipse.jdt.internal.compiler.util.Util.getZipEntryByteContent(Util.jav
 a:
  511)
  at
 org.eclipse.jdt.internal.core.ClassFile.getBytes(ClassFile.java:
  320)
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.buildStructure(JarPackageF
 ragment.java:
  54)
 
  from third dump:
 
  at java.util.zip.ZipFile.close(Native Method)
  at java.util.zip.ZipFile.close(Unknown Source)
  - locked 0x0bc6f540 (a java.util.zip.ZipFile)
  at
 
 org.eclipse.jdt.internal.core.JavaModelManager.closeZipFile(JavaModelManage
 r.java:
  1553)
  at
 org.eclipse.jdt.internal.core.ClassFile.getBytes(ClassFile.java:
  332)
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.buildStructure(JarPackageF
 ragment.java:
  54)
 
  So I think problem is in:
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
 
  Not sure what scala weaves without GEP source code. After uninstalling
  scala, everything works OK.
 
  I'm not sure is it GEP or Scala bug, so I post it here

Re: Java SE binary failure - GWT - STS Roo - Maven installation -- scaffold tutorial

2010-08-30 Thread Rajeev Dayal
Hm, when the auto-reporting feature starts, can you get a dump of the report
that it's going to send? Maybe there's something more useful in there?

On Wed, Aug 25, 2010 at 7:36 PM, giantbluejay jaytaylo...@gmail.com wrote:

 java version 1.6.0_20
 Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
 Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)


 On Aug 25, 9:28 am, Rajeev Dayal rda...@google.com wrote:
  Do you have multiple versions of Java installed on your machine? It may
 be
  the case that even though you installed a new version, it's still using
 the
  old one. If you type java -version at the command line, what do you see?
 
  On Mon, Aug 23, 2010 at 10:55 PM, giantbluejay jaytaylo...@gmail.com
 wrote:
 
 
 
   I was trying to install the STS, Roo,  Google PlugIns for Eclipse, and
   do the GWT scaffolding tutorial.  I am on a 64-bit Windows Vista OS.
   I thought the whole STS package, GWT and Google Plugins were
   successful, but when I was trying to do a mvn gwt.run it failed.
   Then, tried a mvn install.  Got, pretty far, but, got Java SE
   binary failure.
 
   So, I updated my Java through Oracle's Java.com, version 6 for windows
   Vista.  Thought that might help.
 
   Then, mvn install still failed.  Got pretty far, but then hammered
   with Java SE binary failure  and then the auto reporting feature
   says something like would you like to report to Microsoft about your
   Java issues so we can chuckle?  Sure.  I will go about trying to
   start back at step one, but wanted to put a flag on this issue.
 
   --
   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.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%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.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Java SE binary failure - GWT - STS Roo - Maven installation -- scaffold tutorial

2010-08-25 Thread Rajeev Dayal
Do you have multiple versions of Java installed on your machine? It may be
the case that even though you installed a new version, it's still using the
old one. If you type java -version at the command line, what do you see?

On Mon, Aug 23, 2010 at 10:55 PM, giantbluejay jaytaylo...@gmail.comwrote:

 I was trying to install the STS, Roo,  Google PlugIns for Eclipse, and
 do the GWT scaffolding tutorial.  I am on a 64-bit Windows Vista OS.
 I thought the whole STS package, GWT and Google Plugins were
 successful, but when I was trying to do a mvn gwt.run it failed.
 Then, tried a mvn install.  Got, pretty far, but, got Java SE
 binary failure.

 So, I updated my Java through Oracle's Java.com, version 6 for windows
 Vista.  Thought that might help.

 Then, mvn install still failed.  Got pretty far, but then hammered
 with Java SE binary failure  and then the auto reporting feature
 says something like would you like to report to Microsoft about your
 Java issues so we can chuckle?  Sure.  I will go about trying to
 start back at step one, but wanted to put a flag on this issue.

 --
 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.



-- 
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-contrib] Re: Eclipse: GDT - Scala plugin cooperation problem

2010-08-25 Thread Rajeev Dayal
If you uninstall GPE and leave the Scala plugin, does everything work? What
type of launch configuration are you using? Is it a Web Application launch
configuration?

On Wed, Aug 25, 2010 at 3:06 AM, Martin Mauch martin.ma...@gmail.comwrote:

 I'm running into the same problem here.
 Is there any known solution?

 On 15 Jul., 16:09, Marek marek.romanow...@gmail.com wrote:
  My Eclipse hangs up while startup (showing gwt plugin as actually
  loaded) and while changing run configuration properties pages. I've
  checked for thread dumps while this occured and in my opinion problem
  lies between Google Eclipse Plugin (any from v 1.3.2 and v 1.3.3) and
  Scala plugin (2.8.0-final). Eclipse hangs on thread with stacktrace:
 
  at java.util.zip.ZipFile.open(Native Method)
  at java.util.zip.ZipFile.init(Unknown Source)
  at java.util.zip.ZipFile.init(Unknown Source)
  at
 
 org.eclipse.jdt.internal.core.JavaModelManager.getZipFile(JavaModelManager.
 java:
  2453)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getJar(JarPackageFragm
 entRoot.java:
  152)
  at
 org.eclipse.jdt.internal.core.ClassFile.getBytes(ClassFile.java:
  316)
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.buildStructure(JarPackageF
 ragment.java:
  54)
 
  from second dump:
 
  at java.util.zip.Inflater.inflateBytes(Native Method)
  at java.util.zip.Inflater.inflate(Unknown Source)
  - locked 0x0f9b44f0 (a java.util.zip.ZStreamRef)
  at java.util.zip.InflaterInputStream.read(Unknown Source)
  at java.io.BufferedInputStream.read1(Unknown Source)
  at java.io.BufferedInputStream.read(Unknown Source)
  - locked 0x0f9b94d8 (a java.io.BufferedInputStream)
  at
 
 org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsByteArray(Util.
 java:
  345)
  at
 
 org.eclipse.jdt.internal.compiler.util.Util.getZipEntryByteContent(Util.jav
 a:
  511)
  at
 org.eclipse.jdt.internal.core.ClassFile.getBytes(ClassFile.java:
  320)
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.buildStructure(JarPackageF
 ragment.java:
  54)
 
  from third dump:
 
  at java.util.zip.ZipFile.close(Native Method)
  at java.util.zip.ZipFile.close(Unknown Source)
  - locked 0x0bc6f540 (a java.util.zip.ZipFile)
  at
 
 org.eclipse.jdt.internal.core.JavaModelManager.closeZipFile(JavaModelManage
 r.java:
  1553)
  at
 org.eclipse.jdt.internal.core.ClassFile.getBytes(ClassFile.java:
  332)
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.buildStructure(JarPackageF
 ragment.java:
  54)
 
  So I think problem is in:
  at
 
 scala.tools.eclipse.contribution.weaving.jdt.cfprovider.ClassFileProviderAs
 pect.ajc
  $around
 
 $scala_tools_eclipse_contribution_weaving_jdt_cfprovider_ClassFileProviderA
 spect
  $1$9776bbb8(ClassFileProviderAspect.aj:145)
  at
 
 org.eclipse.jdt.internal.core.JarPackageFragment.computeChildren(JarPackage
 Fragment.java:
  73)
 
  Not sure what scala weaves without GEP source code. After uninstalling
  scala, everything works OK.
 
  I'm not sure is it GEP or Scala bug, so I post it here.

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-10 Thread Rajeev Dayal
Hey guys,

I know that maven issues with GWT and GPE are a common theme. We're
currently working on improving the experience within GPE. It won't solve all
of the problems, but it will at least solve some of them. Hilco's suggestion
is probably the best one at this point, as GPE 1.4 M2 contains some Maven
support (in conjunction with STS).

@abby: Can you tell me what some of the problems were that you were running
into? I'd like to make sure that we address them in GPE 1.4 final.


Rajeev

On Tue, Aug 3, 2010 at 5:39 PM, Hilco Wijbenga hilco.wijbe...@gmail.comwrote:

 On 3 August 2010 14:23, abby misra.a...@gmail.com wrote:
  The problem is when you try to bring maven, tomcat and google plugin
  together. I have hacked my way around with jetty and was able to get
  it working at some level.

 I know it's frustrating but you might want to consider using Jetty
 then? At least for development, you can always deploy your WAR to
 Tomcat.

  The problem is there is zero documentation on getting things working.

 :-) I know the feeling.

 --
 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.



-- 
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 Jetty binding other IP

2010-08-02 Thread Rajeev Dayal
Add the following to the Program Arguments section of your launch config:

-bindAddress ip address

Use 0.0.0.0 to bind to all valid addresses.


On Mon, Aug 2, 2010 at 10:00 AM, Ronaldo Rigoni ... rrig...@gmail.comwrote:

 Hello all,
 I need to change the 127.0.0.1 of the Jetty binding IP on startup of GWT
 Eclipse Plugin,  to test my app on a different IP.
 Any idea?
 Regards.

 --
 []'s,
 Ronaldo Rigoni
 http://www.ronaldorigoni.com.br
 SCJA, SCJP
 Ministério da Educação -  CESPE


  --
 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.


-- 
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 Eclipse Plugin doesn't work with read-only Eclipse Helios file system

2010-07-28 Thread Rajeev Dayal
Added a FAQ entry on this:

http://edge.atl.corp.google.com:/eclipse/docs/faq.html#multiuser

On Thu, Jul 15, 2010 at 11:52 AM, Rajeev Dayal rda...@google.com wrote:

 Hi,

 We've been hearing reports of this, but also for people using Eclipse 3.5.
 Do you run into the same problem if using Eclipse 3.5?

 Also, did you install Eclipse as a root user, but the plugin as a non-root
 user?


 Rajeev


 On Wed, Jul 14, 2010 at 11:29 PM, blackbeltdev blackbelt...@gmail.comwrote:

 Sorry if this is the wrong place to post this...

 The GWT eclipse 3.6 plugin doesn't work at all if Helios Eclipse is
 installed to a read-only file system (e.g. /opt on unix). I believe
 this is a new issue related to the 3.6 version of the plugin but I'm
 not 100% certain.

 For example none of the normal functions will show up (e.g. create
 Google Web Application). I was able to recreate this problem on
 multiple machines starting from a fresh install of Helios J2EE edition
 and then immediately installing the 3.6 version of the GWT plugin.

 --
 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.




-- 
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 Eclipse Plugin doesn't work with read-only Eclipse Helios file system

2010-07-28 Thread Rajeev Dayal
Sorry, I meant http://code.google.com/eclipse/docs/faq.html#multiuser.


 On Thu, Jul 15, 2010 at 11:52 AM, Rajeev Dayal rda...@google.com wrote:

 Hi,

 We've been hearing reports of this, but also for people using Eclipse 3.5.
 Do you run into the same problem if using Eclipse 3.5?

 Also, did you install Eclipse as a root user, but the plugin as a non-root
 user?


 Rajeev


 On Wed, Jul 14, 2010 at 11:29 PM, blackbeltdev blackbelt...@gmail.comwrote:

 Sorry if this is the wrong place to post this...

 The GWT eclipse 3.6 plugin doesn't work at all if Helios Eclipse is
 installed to a read-only file system (e.g. /opt on unix). I believe
 this is a new issue related to the 3.6 version of the plugin but I'm
 not 100% certain.

 For example none of the normal functions will show up (e.g. create
 Google Web Application). I was able to recreate this problem on
 multiple machines starting from a fresh install of Helios J2EE edition
 and then immediately installing the 3.6 version of the GWT plugin.

 --
 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.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Unable to add the GWT plugin into eclipse 3.6

2010-07-26 Thread Rajeev Dayal
Also, is that the full set of errors? Are you able to scroll down and see if
any more errors are listed there?

On Mon, Jul 26, 2010 at 10:21 AM, Jeff Chimene jchim...@gmail.com wrote:

 Hi:

 What's your baseline Eclipse install (JavaEE, C/C++...) I've been using
 Java EE


 On Mon, Jul 26, 2010 at 4:49 AM, Nabhonil nabho...@gmail.com wrote:

 hi,

 I am not able to add the GWT plugin into eclipse 3.6. The url i am
 using is  http://dl.google.com/eclipse/plugin/3.6 and when I select
 Plugin and SDK and Click on Next it fails with the error

 Cannot complete the install because one or more required items could
 not be found.
 Software being installed: Google App Engine Java SDK 1.3.5
 1.3.5.v201006301309

 Any ideas whats going wrong here.

 Thanks
 Nabhonil

 --
 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.


  --
 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.


-- 
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: Using the Eclipse plugin to install a previous version of GWT

2010-07-26 Thread Rajeev Dayal
Hi Greg,

Jeff is correct; even though you cannot download the GWT 1.7 SDK in bundled
form, you can still download the zip file separately, unpack it, and then
add the SDK to GPE using this method:

http://code.google.com/eclipse/docs/using_sdks.html

http://code.google.com/eclipse/docs/using_sdks.htmlThe compilation should
work even when using GWT 1.7.


Rajeev

On Mon, Jul 26, 2010 at 1:39 PM, Jeff Chimene jchim...@gmail.com wrote:

 On 07/26/2010 09:38 AM, Greg Dougherty wrote:
  Hi,
 
  I'm going to be using a tool in GWT that is built against GWT 1.7.  Is
  it possible to use the Eclipse plugin to install a previous version of
  GWT?  I uncheckd Show only the latest version, but stil the only
  thing I could see was GWT 2.0.4.
 
  TIA,
 
  Greg
 

 Hi Greg,

 Just download the GWT version you want, unpack it into a directory, and
 add the directory via the GPE as an alternate version. Be aware, though,
 that the GPE GWT 2.x compile command line arguments may not match GWT
 1.7, so you might not be able to use the current Compile widget with
 1.7  IOW, you might need a custom Eclipse Java launch to compile 1.7

 --
 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.



-- 
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: Eclipse - Google Addons are gone after update

2010-07-20 Thread Rajeev Dayal
See the bug details for a workaround.

On Tue, Jul 20, 2010 at 5:39 AM, rudolf michael roud...@gmail.com wrote:

 I had the same problem on Windows 7 and after struggling for several hours
 i had to restore Windows to a previous check point, it worked like a charm.
 dunno if the problems is an eclipse updates, a plugin updates or a windows
 update.

 On Tue, Jul 20, 2010 at 1:58 AM, Rajeev Dayal rda...@google.com wrote:

 As an FYI, this issue is being tracked here:

 http://code.google.com/p/google-web-toolkit/issues/detail?id=5080


 On Mon, Jul 19, 2010 at 5:57 PM, Jeff Chimene jchim...@gmail.com wrote:

 On 07/19/2010 07:44 AM, Magnus wrote:
  Well, I just found that tar tvfz eclipse-archive shows tomcat/
  users as the owner of the files.
 
  I think that this UID corresponds to my Debian-exim id.
 
  However, I extract the tar files with tar xvfz.
 
  Magnus

 OK. I can reproduce what you're seeing.

 I cannot explain, even when you install the GPE into the archive, it
 doesn't work. When you install as root, it does (did I get that right?)

 One further question (I think the answer to this is yes) do you delete
 the eclipse directory before installing? That's one of the reasons I use
 update-alternatives. After extracting the archive, I move the directory
 to the specific version: mv eclipse eclipse-3.6 and use
 update-alternatives to point to that directory. In this way, I can be
 sure of a clean installation, and I also have a backup version in case
 things go sideways.

 Anyway, after extracting the archive as tar xvzf archive the
 directory is owned by root:root, but the ownership of files in that
 hasn't changed (still tomcat/users).

 So, I used the following tar command
 tar --owner=root --no-same-owner -vxzf
 /tmp/eclipse-jee-helios-linux-gtk.tar.gz

 
  On Jul 18, 7:12 am, Jeff Chimene jchim...@gmail.com wrote:
  On Sat, Jul 17, 2010 at 8:53 PM, Jeff Chimene jchim...@gmail.com
 wrote:
  On 07/17/2010 08:23 PM, Magnus wrote:
  Hi Rajeev!
 
  I always installed eclipse as root, i. e. extracting the tar
 archive
  as root into /usr/local/eclipse and changing the ownership of all
  files and folders to root.
 
  You shouldn't need to change the ownership. If you're really
 extracting
  the
  files as root, then they are already owned by root.
 
  No:
  drwxr-sr-x  3 rootroot  4096 2010-07-18 05:07 .
  drwxr-sr-x 12 rootroot  4096 2010-07-12 19:10 ..
  drwxrwsr-x  9 Debian-exim users 4096 2010-06-17 17:15 eclipse
 
  Do you remember the tar command you use to extract the files? I'm
 wondering
  if you're preserving the owner  specified in the ** archive.
 

 --
 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.


  --
 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.


-- 
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: Eclipse - Google Addons are gone after update

2010-07-19 Thread Rajeev Dayal
As an FYI, this issue is being tracked here:

http://code.google.com/p/google-web-toolkit/issues/detail?id=5080

On Mon, Jul 19, 2010 at 5:57 PM, Jeff Chimene jchim...@gmail.com wrote:

 On 07/19/2010 07:44 AM, Magnus wrote:
  Well, I just found that tar tvfz eclipse-archive shows tomcat/
  users as the owner of the files.
 
  I think that this UID corresponds to my Debian-exim id.
 
  However, I extract the tar files with tar xvfz.
 
  Magnus

 OK. I can reproduce what you're seeing.

 I cannot explain, even when you install the GPE into the archive, it
 doesn't work. When you install as root, it does (did I get that right?)

 One further question (I think the answer to this is yes) do you delete
 the eclipse directory before installing? That's one of the reasons I use
 update-alternatives. After extracting the archive, I move the directory
 to the specific version: mv eclipse eclipse-3.6 and use
 update-alternatives to point to that directory. In this way, I can be
 sure of a clean installation, and I also have a backup version in case
 things go sideways.

 Anyway, after extracting the archive as tar xvzf archive the
 directory is owned by root:root, but the ownership of files in that
 hasn't changed (still tomcat/users).

 So, I used the following tar command
 tar --owner=root --no-same-owner -vxzf
 /tmp/eclipse-jee-helios-linux-gtk.tar.gz

 
  On Jul 18, 7:12 am, Jeff Chimene jchim...@gmail.com wrote:
  On Sat, Jul 17, 2010 at 8:53 PM, Jeff Chimene jchim...@gmail.com
 wrote:
  On 07/17/2010 08:23 PM, Magnus wrote:
  Hi Rajeev!
 
  I always installed eclipse as root, i. e. extracting the tar archive
  as root into /usr/local/eclipse and changing the ownership of all
  files and folders to root.
 
  You shouldn't need to change the ownership. If you're really
 extracting
  the
  files as root, then they are already owned by root.
 
  No:
  drwxr-sr-x  3 rootroot  4096 2010-07-18 05:07 .
  drwxr-sr-x 12 rootroot  4096 2010-07-12 19:10 ..
  drwxrwsr-x  9 Debian-exim users 4096 2010-06-17 17:15 eclipse
 
  Do you remember the tar command you use to extract the files? I'm
 wondering
  if you're preserving the owner  specified in the ** archive.
 

 --
 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.



-- 
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 Eclipse Plugin doesn't work with read-only Eclipse Helios file system

2010-07-15 Thread Rajeev Dayal
Hi,

We've been hearing reports of this, but also for people using Eclipse 3.5.
Do you run into the same problem if using Eclipse 3.5?

Also, did you install Eclipse as a root user, but the plugin as a non-root
user?


Rajeev

On Wed, Jul 14, 2010 at 11:29 PM, blackbeltdev blackbelt...@gmail.comwrote:

 Sorry if this is the wrong place to post this...

 The GWT eclipse 3.6 plugin doesn't work at all if Helios Eclipse is
 installed to a read-only file system (e.g. /opt on unix). I believe
 this is a new issue related to the 3.6 version of the plugin but I'm
 not 100% certain.

 For example none of the normal functions will show up (e.g. create
 Google Web Application). I was able to recreate this problem on
 multiple machines starting from a fresh install of Helios J2EE edition
 and then immediately installing the 3.6 version of the GWT plugin.

 --
 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.



-- 
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: Google Plugin for Eclipse 3.6 + Different war directory

2010-07-12 Thread Rajeev Dayal
On Sat, Jul 10, 2010 at 10:13 AM, Bálint Kriván bal...@krivan.hu wrote:

 Okay, I've just had time to check it again. I've created a new project in
 Eclipse 3.6 called Dynamic Web Project, and added GWT 2.1.0.M2 (set the WAR
 directory to src/main/webapp, unchecked Launch  Deploy, but provided war
 directory using -war ...). And it still doesn't copy the war files from
 src/main/webapp to the WAR directory, which makes 3.6 unusable for me (I
 have to write to console: mvn war:exploded to copy the files from the
 right place, but it should work out-of-box from Eclipse aswell, and if I
 change web.xml, I have to do it again, which breaks the workflow). Could you
 check it at your side? It should work because it works flawlessly in 3.5,
 maybe something was changed which breaks it.


Hm, this is definitely off; the copy should be happening for you. Just to be
clear, you're using GPE's launch configurations, right?

What platform are you on? Windows, Linux, Mac?

Other issue: it still bothers me that GPE 3.6 doesn't create the WAR
 directory for me, but 3.5 did (when I delete and reimport my project,
 Eclipse build the project, so the directory is created, but GPE should
 create it aswell)


When you say that GPE doesn't create the WAR directory for you, do you mean
when you're using the New Web Application Wizard? Or, are you talking about
Importing your project?


 Thanks for your help!


 2010/7/1 Bálint Kriván bal...@krivan.hu

 Hi!

 Yes, I've downloaded the one with the J2EE support (
 http://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr
 ).
 And I made a new workspace for 3.6, so I'm not sure, what's the issue, why
 it isn't working...
 The project is the same, I didn't created a new project for 3.6, because
 I'm using maven, and it was created with mvn eclipse:eclipse. I will check
 maybe the WTP version is different in 3.6, so I have to create a new project
 using mvn -Dwtpversion=version eclipse:eclipse

 On Thu, Jul 1, 2010 at 5:11 PM, Jason Parekh jasonpar...@gmail.comwrote:

 Hi Bálint,

 Oh, ok.  In that case, the only time that GPE copies files to the WAR
 directory specified  by -war argument is if you're using the Java EE
 support in Eclipse.  Can you make sure your Eclipse 3.6 includes Java EE
 support? (Was it the Eclipse for Java EE 3.6 that you downloaded?)  Also,
 are you re-using your existing workspace from Eclipse 3.5?  If not, I wonder
 if there are differences between how the project was setup in Eclipse 3.5
 and how it is setup in Eclipse 3.6?

 jason

 2010/7/1 Bálint Kriván bal...@krivan.hu

  Sorry, I've forgot to mention that it isn't checked because in the
 lauch configuration I'm giving an other war directory like this: -war
 ${project_loc}/location/to/war.
 And in 3.5, the files/directories (WEB-INF, META-INF) from the This
 project has a WAR directory directory were copied to the other war
 directory ${project_loc}/location/to/war and it was working. Now only the
 generated js is generated to ${project_loc}/location/to/war but the
 important files to the webserver isn't.

 So I have a sry directory where are the sources of the war files (my
 module html, with css and WEB-INF + META-INF directories), but I would like
 to compile the whole project to an other directory (because of VCS). I 
 could
 achieved this in 3.5, but not in 3.6, but I really would like to use the 
 new
 eclipse+plugin.

 Thanks!

 On Wed, Jun 30, 2010 at 11:44 PM, Jason Parekh 
 jasonpar...@gmail.comwrote:

 Hi Bálint,

 Is the checkbox Launch and deploy from this directory checked? (It is
 below the text box you enter the WAR directory in the project properties 
 Google  Web application.)

 Also, is this a new project or your existing project?

 If you don't mind, could you create a new message thread?

 Thanks,
 jason

 2010/6/29 Kriván Bálint bal...@krivan.info

 Hi!

 I've just downloaded Helios, and installed the GPE, but I'm having an
 issues, when I'm starting the Dev Mode it says, that the working
 directory does not exists. It wasn't a problem in 3.5, but okay, I've
 created it. Then I've noticed it doesn't copy the war files from the
 specified directory (This project has a WAR directory checked and the
 location is given), but 3.5 does. So currently I can't use Eclipse
 Helios and GPE because of this.
 Do you know something about these issues? Has anybody else experienced
 this?

 Thanks for your help, I really looking forward to use the new Eclipse
 with the new plugin!

 Regards,
 Bálint Kriván

 --
 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.


  --
 You received this message because you are 

Re: Problem with Eclipse, Google plugin and WTP

2010-07-12 Thread Rajeev Dayal
How are you launching your project? Do you first launch the JBoss server in
Eclipse, and then use GPE's launch configuration to launch development mode?
If so, you should edit the launch configuration and ensure that the option
Run Built-In Server is unchecked. I know this is cumbersome; we're working
to make this process more seamless in GPE 1.4.

On Wed, Jul 7, 2010 at 4:09 AM, SimonM simon.manqu...@gmail.com wrote:

 Hey Rajeev,

 The WAR folder is set to WebContent.
 The box was checked, so I unchecked it, but it didn't change the fact
 the libs weren't copied/deployed correctly.


 Thanks for helping,

 Simon

 On 2 juil, 19:18, Rajeev Dayal rda...@google.com wrote:
  Hey Simon,
 
  If you navigate to the smart-ui project properties - Google - Web
  Application, what is the WAR folder set to? Is the Launch and Deploy
 From
  this Directory box checked? In your case, it should not be.
 
  Rajeev
 
 
 
  On Wed, Jun 30, 2010 at 7:29 AM, SimonM simon.manqu...@gmail.com
 wrote:
   Hello,
 
   I have troubles with WTP and Google plugin for Eclipse.
 
   I have one Dynamic Web Application Project, and I use GWT in this
   project. It's smart-ui.
 
   I have a Java Project which contains all business logic, it's smart-
   business : smart-ui depends on smart-business. All is correctly
   exported in Java EE Module Dependencies.
 
   Now I use WTP to deploy on a local JBoss, and all is working except
   one thing : the libraries of project-ui are not deployed in WEB-INF/
   lib. The project itself is compiled, packaged and deployed in this
   directory.
 
   I have found after investigating several hours I can deploy correctly
   if I set in the Java Build Path (in Eclipse)  the Default output
   folder to build/classes (and not WebContent/WEB-INF/classes). All libs
   are present in WEB-INF/lib. I can even set the folder to build/
   classes for example, it works.
 
   Meanwhile I have a new error in my project :
   The output directory for the project should be set to /smart-ui/
   WebContent/WEB-INF/classes  smart-ui-gxtUnknown Google
 Web
   App
   Problem
 
   If I set the Default output folder back to WebConten/WEB-INF/classes,
   I don't have the error anymore but the libs aren't exported to WEB-INF/
   lib.
 
   I think there are some incompatibilities between WTP and Google plugin
   there.
 
   Am I missing something ? Is this a know issue and does a workaround
   exist ?
 
   Thanks for helping.
 
   Simon
 
   --
   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.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%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.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Eclipse - Google Addons are gone after update

2010-07-12 Thread Rajeev Dayal
HI,

Sorry you're running into trouble with upgrading the plugin. How exactly did
you try and upgrade the plugin? Also, what distribution and version of
Eclipse are you using, and what OS are you running on?

If you navigate to your Error Log (Window - Show View - Error Log), do you
see any errors listed on Eclipse's startup?


Rajeev

On Mon, Jul 12, 2010 at 1:43 AM, Magnus alpineblas...@googlemail.comwrote:

 Hi,

 I just upgraded my GWT plugin in Eclipse 3.5 and I encounter the
 following:

 The upgrade succeeds, but after restarting Eclipse all the GWT menu
 items are gone, e. g. Run As... does not offer Google Web
 Application anymore.

 I already saw this earlier and I always had to completely reinstall
 eclipse in order to get the GWT specific menu items again.

 Can you help?

 Thank you
 Magnus

 --
 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.



-- 
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: Problem with Eclipse, Google plugin and WTP

2010-07-02 Thread Rajeev Dayal
Hey Simon,

If you navigate to the smart-ui project properties - Google - Web
Application, what is the WAR folder set to? Is the Launch and Deploy From
this Directory box checked? In your case, it should not be.


Rajeev

On Wed, Jun 30, 2010 at 7:29 AM, SimonM simon.manqu...@gmail.com wrote:

 Hello,

 I have troubles with WTP and Google plugin for Eclipse.

 I have one Dynamic Web Application Project, and I use GWT in this
 project. It's smart-ui.

 I have a Java Project which contains all business logic, it's smart-
 business : smart-ui depends on smart-business. All is correctly
 exported in Java EE Module Dependencies.

 Now I use WTP to deploy on a local JBoss, and all is working except
 one thing : the libraries of project-ui are not deployed in WEB-INF/
 lib. The project itself is compiled, packaged and deployed in this
 directory.

 I have found after investigating several hours I can deploy correctly
 if I set in the Java Build Path (in Eclipse)  the Default output
 folder to build/classes (and not WebContent/WEB-INF/classes). All libs
 are present in WEB-INF/lib. I can even set the folder to build/
 classes for example, it works.

 Meanwhile I have a new error in my project :
 The output directory for the project should be set to /smart-ui/
 WebContent/WEB-INF/classes  smart-ui-gxtUnknown Google Web
 App
 Problem

 If I set the Default output folder back to WebConten/WEB-INF/classes,
 I don't have the error anymore but the libs aren't exported to WEB-INF/
 lib.


 I think there are some incompatibilities between WTP and Google plugin
 there.

 Am I missing something ? Is this a know issue and does a workaround
 exist ?


 Thanks for helping.

 Simon

 --
 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.



-- 
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 eclipse plugin source code

2010-06-22 Thread Rajeev Dayal
Hi,

At this time, we haven't set a date for open-sourcing the code.


Rajeev

On Thu, Jun 10, 2010 at 9:06 AM, fedy2 defav...@gmail.com wrote:

 Hi,
 when the GWT eclipse plugin source code will be released?

 Thanks,
 Federico

 --
 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.



-- 
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-maven-plugin deploy problem

2010-06-21 Thread Rajeev Dayal
I think you've got some entries on your server's runtime classpath (in
WAR/WEB-INF/lib) which do not need to be there. gwt-user.jar should not be
there - gwt-servlet.jar should. Also, servlet-api-2.5.jar does not need to
be there either; that is provided by Tomcat.

On Wed, Jun 9, 2010 at 3:57 PM, fazie d.rabi...@gmail.com wrote:

 Hi,
 I'm quite new in GWT.
 I built gwt app using Spring, Hibernate and GXT.
 It works fine in hosted mode (jetty), but when i build war (maven
 install) then war file is generated.
 WAR itsefl looks good, but when i navigate to deployed App in my
 browser pop-up is showed.
 gwt module my module may need to be (re)compiled
 When i start hosted mode simultanously and add ?
 gwt.codesvr=127.0.0.1:9997 to deployed app it works fine ...
 What I'm doing wrong ?

 I attache log from tomcat6 which I use to deploy war file.
 ### LOG TOMCAT
 ##
 2010-06-09 21:54:59 org.apache.coyote.http11.Http11Protocol init
 INFO: Initializing Coyote HTTP/1.1 on http-8080
 2010-06-09 21:54:59 org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 670 ms
 2010-06-09 21:54:59 org.apache.catalina.core.StandardService start
 INFO: Starting service Catalina
 2010-06-09 21:54:59 org.apache.catalina.core.StandardEngine start
 INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
 2010-06-09 21:54:59 org.apache.catalina.startup.HostConfig deployWAR
 INFO: Deploying web application archive tracks-0.0.3-SNAPSHOT.war
 2010-06-09 21:54:59 org.apache.catalina.loader.WebappClassLoader
 validateJarFile
 INFO: validateJarFile(/var/lib/tomcat6/webapps/tracks-0.0.3-SNAPSHOT/
 WEB-INF/lib/gwt-user-2.0.3.jar) - jar not loaded. See Servlet Spec
 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
 2010-06-09 21:54:59 org.apache.catalina.loader.WebappClassLoader
 validateJarFile
 INFO: validateJarFile(/var/lib/tomcat6/webapps/tracks-0.0.3-SNAPSHOT/
 WEB-INF/lib/servlet-api-2.5.jar) - jar not loaded. See Servlet Spec
 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
 2010-06-09 21:54:59 org.springframework.web.context.ContextLoader
 initWebApplicationContext
 INFO: Root WebApplicationContext: initialization started
 2010-06-09 21:55:00
 org.springframework.context.support.AbstractApplicationContext
 prepareRefresh
 INFO: Refreshing Root WebApplicationContext: startup date [Wed Jun 09
 21:55:00 CEST 2010]; root of context hierarchy
 2010-06-09 21:55:00
 org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 loadBeanDefinitions
 INFO: Loading XML bean definitions from ServletContext resource [/WEB-
 INF/applicationContext.xml]
 2010-06-09 21:55:00
 org.springframework.beans.factory.support.DefaultListableBeanFactory
 preInstantiateSingletons
 INFO: Pre-instantiating singletons in
 org.springframework.beans.factory.support.defaultlistablebeanfact...@2c35e
 :
 defining beans

 [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,dataSource,sessionFactory,ContractsService,ContractorsService,AddressesService,TrucksService,PersonsService];
 root of factory hierarchy
 2010-06-09 21:55:00
 org.springframework.jdbc.datasource.DriverManagerDataSource
 setDriverClassName
 INFO: Loaded JDBC driver: com.mysql.jdbc.Driver
 2010-06-09 21:55:01 org.hibernate.cfg.Environment clinit
 INFO: Hibernate 3.2.6
 2010-06-09 21:55:01 org.hibernate.cfg.Environment clinit
 INFO: hibernate.properties not found
 2010-06-09 21:55:01 org.hibernate.cfg.Environment clinit
 WARNING: could not copy system properties, system properties will be
 ignored
 2010-06-09 21:55:01 org.hibernate.cfg.Environment
 buildBytecodeProvider
 INFO: Bytecode provider name : cglib
 2010-06-09 21:55:01 org.hibernate.cfg.Environment clinit
 INFO: using JDK 1.4 java.sql.Timestamp handling
 2010-06-09 21:55:01 org.hibernate.cfg.HbmBinder
 bindRootPersistentClassCommonValues
 INFO: Mapping class: mypackage.model.ContractDTO - contracts
 2010-06-09 21:55:01 org.hibernate.cfg.HbmBinder
 bindRootPersistentClassCommonValues
 INFO: Mapping class: mypackage.model.ContractorDTO - contractors
 2010-06-09 21:55:01 org.hibernate.cfg.HbmBinder
 bindRootPersistentClassCommonValues
 INFO: Mapping class: mypackage.model.AddressDTO - addresses
 2010-06-09 21:55:01 org.hibernate.cfg.HbmBinder
 bindRootPersistentClassCommonValues
 INFO: Mapping class: mypackage.model.PersonDTO - persons
 2010-06-09 21:55:01 org.hibernate.cfg.HbmBinder
 bindRootPersistentClassCommonValues
 INFO: Mapping class: mypackage.model.DriverDTO - drivers
 2010-06-09 21:55:01 org.hibernate.cfg.HbmBinder
 bindRootPersistentClassCommonValues
 INFO: Mapping class: mypackage.model.TruckDTO - trucks
 2010-06-09 21:55:01
 

Re: Exceptions after unchecking Use Google AppEngine - SOLVED

2010-06-21 Thread Rajeev Dayal
Filed the following issue for this:

http://code.google.com/p/google-web-toolkit/issues/detail?id=5041

 http://code.google.com/p/google-web-toolkit/issues/detail?id=5041Feel
free to star it/add comments as you see fit.

On Sun, Jun 20, 2010 at 9:41 AM, Sripathi Krishnan 
sripathi.krish...@gmail.com wrote:

 The (probably satisfactory) approach is to remove the GAE jars from the
 classpath. When you uncheck GAE, it doesn't remove the jars from the
 classpath. There is some kind of version mismatch in one of the jetty
 classes (as shown by NoClassDefFoundError), so when you remove GAE jars,
 things work fine.

 --Sri



 On 20 June 2010 19:03, Magnus alpineblas...@googlemail.com wrote:

 Hello,

 for all those who have problems connecting to a mysql database within
 a RPC call:
 The solution found in this thread is to uncheck Use Google AppEngine
 in the eclipse project settings:

 http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg14413.html

 But this leads to problems when running the app in hosted mode.

 My (unsatisfactory but working) approach:
 Create a new Web Application Project, where AppEngine is unchecked at
 project creation.

 I hope this will be usefull for someone...

 Magnus


 On Jun 20, 2:35 pm, Magnus alpineblas...@googlemail.com wrote:
  Hello,
 
  after unchecking Use Google AppEngine in the project properties in
  Eclipse, I get the following exceptions when launching the
  application.
 
  (I did so, because I found a solution for my database problem:
 http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg14...)
 
  Can you help?
 
  Thank you
  Magnus
 
  [WARN] Server class
 
 'com.google.appengine.repackaged.org.apache.commons.logging.impl.Log4JLogger'
  could not be found in the web app, but was found on the system
  classpath
 [WARN] Adding classpath entry 'file:/home/wagner/.eclipse/
  org.eclipse.platform_3.3.0_385211434/configuration/eclipse/plugins/
  com.google.appengine.eclipse.sdkbundle.1.3.3_1.3.3.v20100423/
  appengine-java-sdk-1.3.3.1/lib/shared/jsp/repackaged-appengine-commons-
  logging-1.1.1.jar' to the web app classpath for this session
 For additional info see: file:/home/wagner/.eclipse/
  org.eclipse.platform_3.3.0_385211434/configuration/eclipse/plugins/
  com.google.gwt.eclipse.sdkbundle.2.0.3_2.0.3.v201002191036/gwt-2.0.3/
  doc/helpInfo/webAppClassPath.html
  Starting Jetty on port 
 [WARN] failed org.mortbay.jetty.nio.SelectChannelConnector
  $...@145c859
  java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.init(Ljava/
  lang/Object;)V
  at org.mortbay.io.nio.SelectorManager
  $SelectSet.init(SelectorManager.java:306)
  at
 org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:
  223)
  at
  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
  39)
  at
 
 org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:
  303)
  at
  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
  39)
  at org.mortbay.jetty.Server.doStart(Server.java:233)
  at
  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
  39)
  at
  com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:
  543)
  at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421)
  at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035)
  at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783)
  at com.google.gwt.dev.DevMode.main(DevMode.java:275)
 [WARN] failed selectchannelconnec...@127.0.0.1:
  java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.init(Ljava/
  lang/Object;)V
  at org.mortbay.io.nio.SelectorManager
  $SelectSet.init(SelectorManager.java:306)
  at
 org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:
  223)
  at
  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
  39)
  at
 
 org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:
  303)
  at
  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
  39)
  at org.mortbay.jetty.Server.doStart(Server.java:233)
  at
  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
  39)
  at
  com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:
  543)
  at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421)
  at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035)
  at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783)
  at com.google.gwt.dev.DevMode.main(DevMode.java:275)
 [WARN] failed ser...@18f1d7e
  java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.init(Ljava/
  lang/Object;)V
  at org.mortbay.io.nio.SelectorManager
  $SelectSet.init(SelectorManager.java:306)
  at
 

Re: [gwt-contrib] STS RPC failures

2010-05-24 Thread Rajeev Dayal
Great, I think the problem was the AspectJ weaving being disabled. Glad that
it is all working.

On Sat, May 22, 2010 at 6:16 PM, Aaron Steele eightyste...@gmail.comwrote:

 I reinstalled STS and enabled AspectJ weaving. All systems are go! I
 can launch and run the app from within STS or from the Maven command
 line. Sweet.

 Thanks,
 Aaron

 On Fri, May 21, 2010 at 4:30 PM, Aaron Steele eightyste...@gmail.com
 wrote:
  Oh, also, did you enable AspectJ weaving (when STS asked you about
 this)?
 
  No. Should I?
 
  [by the way, the second link you posted is broken]
 
  Oops! Here it is again: http://goo.gl/SD8s
 
  Hm, this is odd. What actions are you taking (in the UI) when the RPC
  exceptions happen?
 
  I'm actually just launching the app. After it loads, I see the errors,
  before any UI interaction.
 
  The dialog that pops up for you to select your WAR directory is
 expected;
  the default value is what you should choose. Can you send a text listing
 of
  the files that are in that directory (plus subdirectories) during the
  launch?
 
  After the launch, the recursive directory listing looks like this:
  http://goo.gl/DAZu
 
  Before the launch (immediately after the 'script expenses.roo' command
  finishes) it looks like this: http://goo.gl/D2Wu
 
  In STS I'm doing the following:
 
  1) Import - Existing Maven Project
  2) Run as - Web Application
  3) Select ApplicationScaffold.html
  4) Select extrack-0.1.0-SNAPSHOT as WAR directory
 
  (At this point, here's what I see in the STS console: http://goo.gl/8unK
 )
 
  5) Open Safari and load
 
 http://127.0.0.1:/ApplicationScaffold.html?gwt.codesvr=127.0.0.1:9997
 
  In Safari I see the loading widget. Then it loads, but not completely
  (screenshot attached). Then in the console, I see these errors:
  http://goo.gl/M0J0
 
  On Fri, May 21, 2010 at 3:37 PM, Aaron Steele eightyste...@gmail.com
  wrote:
 
  Similar results using Roo 1.1.0.M1 to generate the app (as opposed to
  Roo 1.0.2):
 
  http://goo.gl/SD8sx
 
  $ springsource/roo-1.1.0.M1/bin/roo.sh
  roo script --file expenses.roo
 
  What am I missing?
 
  FWIW, when launching from STS (Run as-Web Application), it launches a
  Finder window and prompts me to select a WAR directory, which defaults
  to target/extrack-0.1.0-SNAPSHOT.
 
  On Fri, May 21, 2010 at 11:24 AM, Rajeev Dayal rda...@google.com
 wrote:
   The roo directory should be roo-1.1.0.M1; so you should be using
 Roo
   1.1.0.M1 to generate the app, as opposed to Roo 1.0.2.
  
   On Fri, May 21, 2010 at 2:22 PM, Rajeev Dayal rda...@google.com
 wrote:
  
   I wonder about the version of Roo that you're using. If you navigate
   down
   into your STS folder, do you see a roo-related directory there? What
 is
   the
   name of that directory? I think you need to be using the milestone
   version
   of roo, which is located at sts dir/roo dir/bin/roo.{sh, bat}.
  
   On Fri, May 21, 2010 at 2:02 PM, Aaron Steele 
 eightyste...@gmail.com
   wrote:
  
   I'm seeing a strange issue with STS where launching a web
 application
   from within STS succeeds, but then RPCs fail with the following
   errors:
  
   http://goo.gl/hAkP
  
   The project I'm running is from /samples/expenses.roo and was
 created
   using the Roo shell (script expenses.roo). If I try running the
 same
   project via 'mvn gwt:run', it works.
  
   Here's my setup:
  
   OS X
   SpringSource Tool Suite (2.3.3.M1)
   - DataNucleus Eclipse Plugins (2.0.2)
   - Google App Engine Java SDK (1.3.4.v201005191217)
   - Google Plugin for Eclipse 3.5 (1.4.0.m1-201005192034)
   - Google Web Toolkit SDK (2.1.0.m1-201005191217)
   - Spring Roo (1.0.2.RELEASE)
  
   Thanks!
   Aaron
  
   --
   http://groups.google.com/group/Google-Web-Toolkit-Contributors
  
  
   --
   http://groups.google.com/group/Google-Web-Toolkit-Contributors
 
  --
  http://groups.google.com/group/Google-Web-Toolkit-Contributors
 
  --
  http://groups.google.com/group/Google-Web-Toolkit-Contributors
 

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] STS RPC failures

2010-05-21 Thread Rajeev Dayal
I wonder about the version of Roo that you're using. If you navigate down
into your STS folder, do you see a roo-related directory there? What is the
name of that directory? I think you need to be using the milestone version
of roo, which is located at sts dir/roo dir/bin/roo.{sh, bat}.

On Fri, May 21, 2010 at 2:02 PM, Aaron Steele eightyste...@gmail.comwrote:

 I'm seeing a strange issue with STS where launching a web application
 from within STS succeeds, but then RPCs fail with the following
 errors:

 http://goo.gl/hAkP

 The project I'm running is from /samples/expenses.roo and was created
 using the Roo shell (script expenses.roo). If I try running the same
 project via 'mvn gwt:run', it works.

 Here's my setup:

 OS X
 SpringSource Tool Suite (2.3.3.M1)
 - DataNucleus Eclipse Plugins (2.0.2)
 - Google App Engine Java SDK (1.3.4.v201005191217)
 - Google Plugin for Eclipse 3.5 (1.4.0.m1-201005192034)
 - Google Web Toolkit SDK (2.1.0.m1-201005191217)
 - Spring Roo (1.0.2.RELEASE)

 Thanks!
 Aaron

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   3   4   5   >