Re: Problem in downloading Google Plugin for Eclipse

2009-04-15 Thread Keith Platfoot
Hi Sandeep, The URLs are working, although it may not appear so if you navigate directly to them in a web browser. These URLs are Eclipse update sites, which means you'll need to use Eclipse's update mechanism to install the plugin. See the documentation for Eclipse 3.3 (http://

Re: GWT eclipse plug manual install?

2009-04-15 Thread Keith Platfoot
GWT 1.6 download: http://code.google.com/webtoolkit/download.html Keith On Apr 15, 12:45 pm, gcr geoffry.robe...@gmail.com wrote: All, I have looked and I cannot find a link from where I can download GWT 1.6 for a manual install.  (I could also be blind.)  Is there such a thing, or is it

Re: GWT 1.6, Google App Engine, and java.awt.image.*

2009-04-23 Thread Keith Platfoot
Hi Danny, It sounds like you've resolved the issue, but I'd like to reiterate for any other users having problems. GWT and App Engine work well together, but as Vitali mentioned, they are orthogonal and can be used in isolation just as easily. When creating a new Web Application project using

Re: GWT Compile Project problem in Eclipse

2009-04-30 Thread Keith Platfoot
Hi Guidobot, If I understand correctly, when you compile the project from either the Eclipse toolbar button or from ant, the resulting application is broken (pop-up doesn't work), but if you compile from the GWT hosted browser, it does? If this is the case, we need to figure out what is going

Re: GWT Compile Project problem in Eclipse

2009-04-30 Thread Keith Platfoot
Sorry Guidobot, I think I misunderstood your original question. If you were expecting the Eclipse button or ant to pop-up a browser window at the end of compilation, then as Alex and Isaac pointed out, this is a function of the GWT hosted browser only. I apologize for the confusion! Keith On

Re: customize new web application wizard

2009-07-15 Thread Keith Platfoot
Not at this time. We have discussed adding more options to the New Web Application Project wizard in the future, but for now your best bet is to generate the project with the wizard and then tweak the artifacts as needed. Keith On Wed, Jul 15, 2009 at 12:30 PM, goose wra...@gmail.com wrote:

Re: Stack overflow at line :0 (Hosted mode memory error)

2009-07-29 Thread Keith Platfoot
Hi Trevis, If you're getting a stack overflow, you could try increasing the Java stack size using the -xss JVM argument. In Eclipse, open the launch configurations dialog (Run - Run Configurations...) and select your launch configuration from the tree on the left. Then switch to the Arguments

Re: Eclipse plugin: Run As - Web Application

2009-08-05 Thread Keith Platfoot
Hi Philip, The Google Eclipse Plugin is not entirely compatible with Maven, so I suspect the interaction between the two plugins may be the source of your troubles. Is it possible to create another GWT project which does *not* use the Maven plugin, and see if you run into similar problems? Let

Re: eclipse plugin and j2ee

2009-08-13 Thread Keith Platfoot
Hi Hank, It should be possible to use GWT and the Eclipse plugin with a J2EE project. You said if you create the project as a dynamic web project, some GWT modules fail. By GWT modules, do you mean GWT functionality within the plugin, or modules as defined by

Re: using gwt in dynamic web project uin eclipse

2009-08-13 Thread Keith Platfoot
Hi, If you're using the Eclipse plugin http://code.google.com/eclipse, you should be able to enable GWT for an existing web project. Take a look at this page in the plugin documentation: http://code.google.com/eclipse/docs/existingprojects.html This recent Groups thread might also help you:

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-12 Thread Keith Platfoot
, but apparently using the generated js- files. No changes to the java code are reflected upon refresh. Am I missing something in the setup process of the GEP preview version? On 4 Mrz., 01:25, Keith Platfoot kplatf...@google.com wrote: Hi everyone, Last month, I announced some

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-15 Thread Keith Platfoot
launch the gwt:run goal, it works. Could it be a gwt-maven property that stops refresh code changes? Besides the GWT and Java version I did not change anything. I guess I have to stick to the gwt-maven docs to find out if the exploded WAR is not set properly. On 12 Mrz., 18:15, Keith Platfoot

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-15 Thread Keith Platfoot
Server button on the Hosted Mode shell toolbar. Keith On Mon, Mar 15, 2010 at 2:27 PM, Keith Platfoot kplatf...@google.comwrote: Hi Andreas, It looks like you're following the correct procedure, and you indicated that you were able to load the application in devmode, but you're not seeing code

Re: beta eclipse plugin - running in noserver mode with tomcat - having troubles

2010-03-16 Thread Keith Platfoot
(BrowserChannelServer.java: 222) at java.lang.Thread.run(Thread.java:595) On Mar 12, 1:43 pm, Keith Platfoot kplatf...@google.com wrote: Brian, You're correct that your WEB-INF/lib should only require one gwt-servlet.jar. The others (gwt-user, gwt-soyc-vis) are only used

Re: Google plugin 1.3 preview and jar SDK

2010-03-16 Thread Keith Platfoot
Hi Mickaël, Thanks for your feedback about the 1.3 preview of the Google Plugin for Eclipse. The 1.3 version does allow you to use the GWT jars from your Maven repo, but as you discovered, it will not recognize the filenames if you try to add it to the set of registered SDKs via the Google GWT

Google Plugin for Eclipse 1.3 is now available

2010-03-16 Thread Keith Platfoot
Hi everyone, I'm happy to announce the release of version 1.3 of the Google Plugin for Eclipse (http://code.google.com/eclipse). This release is designed to make life easier for developers using GWT and/or App Engine alongside third-party tools. For example, we've taken the pain out of using

Re: Eclipse JavaEE tools + GWT Development mode

2010-03-18 Thread Keith Platfoot
. On 18 Lut, 17:40, Keith Platfoot kplatf...@google.com wrote: Hi Chris, Thanks for posting this. It's a good explanation of how to get WTP and GPE 1.2 working together, which is not a trivial task. However, in the next release of the plugin we're planning on making this integration

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-18 Thread Keith Platfoot
] The java source folder is the first entry, but no code changes reflected on refresh with the GEP run configuration. mvn gwt:run though does it. Are the Bootstrap Entries conflicting here? On 15 Mrz., 21:05, Keith Platfoot kplatf...@google.com wrote: @Andreas: Forgot to mention that if you're

Re: Google Plugin for Eclipse 1.3 ignores WTP web directory

2010-03-18 Thread Keith Platfoot
Hi Michail, I've confirmed that this is a bug in 1.3: a directory browse dialog *should*be appearing when you launch, to ask for a WAR directory. However, it appears that this only happens when you create a new launch configuration from within the Run/Debug Configurations dialog. If you delete

Re: Google Plugin for Eclipse 1.3 ignores WTP web directory

2010-03-22 Thread Keith Platfoot
/José On Mar 19, 5:11 pm, Zak zakn...@gmail.com wrote: Hi Keith- We're also hurtin from the absolute ${workspace_loc} path. Looking forward to the fix! On Mar 18, 5:31 pm, Keith Platfoot kplatf...@google.com wrote: Hi Michail, I've confirmed that this is a bug in 1.3

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-22 Thread Keith Platfoot
Hi Sergio, Just wanted to mention that we've just released the 1.3.1 version of the Google Plugin for Eclipse, which has much better interoperability with GWT+Maven projects. We even have a new FAQ dedicated to this scenario: http://code.google.com/eclipse/docs/faq.html#gwt_with_maven As of

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-24 Thread Keith Platfoot
AM, will0 willtemper...@gmail.com wrote: I can confirm the instructions from Keith work. Thanks so much. I must have spent eight hours trying to figure this out. Will Temperley On Mar 23, 3:37 pm, Keith Platfoot kplatf...@google.com wrote: Hi Bert, I converted the GWT starter app

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-26 Thread Keith Platfoot
folks find this useful, and let me know if I forgot any steps or something does't work for you! Keith On Wed, Mar 24, 2010 at 3:11 PM, aish sundar sunda...@gmail.com wrote: Thats sounds gr8!! Thanks a lot. will look out for the reply On Mar 24, 1:51 pm, Keith Platfoot kplatf...@google.com wrote

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-26 Thread Keith Platfoot
the hosted mode? On 23 mrt, 16:37, Keith Platfoot kplatf...@google.com wrote: Hi Bert, I converted theGWTstarter app into aMavenproject (see attachment), which might serve as a good starting point for you. It usesGWT2.0.3, gwt-maven-plugin 1.2, and Google Plugin for Eclipse 1.3.1

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-04-02 Thread Keith Platfoot
message is not very helpful as well, in terms of when and where was the exception thrown. any idea what could have caused it. Thanks, aish On Mar 30, 1:51 pm, Keith Platfoot kplatf...@google.com wrote: Hi aish, 1) Yes, FooServer would be your existing Dynamic Web project (TestWeb

Re: Eclipse JavaEE tools + GWT Development mode

2010-04-08 Thread Keith Platfoot
) at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java: 81) at com.google.gwt.dev.Compiler.main(Compiler.java:159) On Mar 18, 8:33 am, Keith Platfoot kplatf...@google.com wrote: Hi Neciu, We just released the 1.3 version of the Google Plugin for Eclipse on Tuesday, which should

Re: Validating ClientBundles ?

2010-01-05 Thread Keith Platfoot
Hi Carlos, Thanks for reporting this issue. This is definitely a bug, although I'm having trouble reproducing it locally. Would it be possible for you to zip and send the projects that are crashing your Eclipse installation upon import, so I can debug the problem? Also, what version of Eclipse

Re: GWT 2.0 Eclipse Plugin Not Working

2010-01-06 Thread Keith Platfoot
Hi John, When you try to debug the app in Eclipse, what is the debug process command line? You can find this by right-clicking the java process in the Debug view in the Debug perspective, and selecting Properties. Also, there might be something useful in your workspace error log (Eclipse

Maven users survey

2010-01-13 Thread Keith Platfoot
Hi folks, For the next release of the Google Plugin for Eclipse, we're planning on making a few tweaks to make life easier for Maven users. That's right: we've seen the stars on the issue tracker, and have decided it's time to act. I would say, we feel your pain, but the problem is, we don't.

Re: Eclipse, hosted mode, maven dependencies

2010-01-13 Thread Keith Platfoot
Hi Milan, Currently, there are some known incompatibilities between Maven and the Google Eclipse plugin, including the WEB-INF/lib issue you ran into. However, we are planning on improving things with the next release, and have just posted a survey on the groups (Maven users

Re: Eclipse plugin for GWT 1.7

2010-01-13 Thread Keith Platfoot
Hi Sanjay, The latest version of the plugin (1.2) is still backwards-compatible with GWT 1.7.1. You can find the update site URL on the plugin's Quick Start page: http://code.google.com/eclipse/docs/getting_started.html Keith On Wed, Jan 13, 2010 at 2:15 AM, Sanjay sanjaywan...@gmail.com

Re: Eclipse plugin for GWT 1.7

2010-01-14 Thread Keith Platfoot
. Thanks, Sanjay On Jan 13, 8:55 am, Keith Platfoot kplatf...@google.com wrote: Hi Sanjay, The latest version of the plugin (1.2) is still backwards-compatible with GWT 1.7.1. You can find the update site URL on the plugin's Quick Start page: http://code.google.com/eclipse/docs

Re: Eclipse plugin for GWT 1.7

2010-01-19 Thread Keith Platfoot
to previous versions of plugin with hosted mode browser feature? With 1.2 which has new archetecture (with client side plugin) is extreamly slow in one of my network envirnoments, For now I have made temporary changes to get work done. Thanks, Sanjay On Jan 14, 11:58 am, Keith Platfoot

Re: GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-22 Thread Keith Platfoot
Hi Jim, I believe the solution here is to just add a -startupUrl parameter to your Java launch configuration. In the absence of that parameter, DevMode tries to guess which HTML host page you want to open, but I don't think it searches subdirectories. You can instead tell it exactly which page

Re: Maven users survey

2010-02-04 Thread Keith Platfoot
On Jan 13, 11:35 am, Keith Platfoot kplatf...@google.com wrote: Hi folks, For the next release of the Google Plugin for Eclipse, we're planning on making a few tweaks to make life easier for Maven users. That's right: we've seen the stars on the issue tracker, and have decided it's time

Re: Maven users survey

2010-02-05 Thread Keith Platfoot
some WTP support in the next GEP release ? On Thu, Feb 4, 2010 at 8:33 PM, Keith Platfoot kplatf...@google.comwrote: Yes, I've been meaning to reply back to this thread. Thanks for reminding me, Brian! :-) Our plans for the next release of the Google Plugin for Eclipse (1.3) include 4

Re: Eclipse JavaEE tools + GWT Development mode

2010-02-23 Thread Keith Platfoot
into the Web project (I think, at least every time the serialization policy file changes (?)). Are there any plans for GPE to support this kind of project splitting? Chris On Feb 18, 5:40 pm, Keith Platfoot kplatf...@google.com wrote: Hi Chris, Thanks for posting this. It's a good explanation

Re: Validating ClientBundles ?

2010-02-24 Thread Keith Platfoot
Hi Andrey, I'm looking into this now, and will try to resolve it for the 1.3 release. Thanks, Keith On Thu, Feb 18, 2010 at 4:49 AM, Andrey razumovsky.and...@gmail.com wrote: Hi there, Are there any news about this issue? I've got two GWT installations - 1.7.0 and 2.0.0 and NO (!) google

Re: Validating ClientBundles ?

2010-02-24 Thread Keith Platfoot
PM, Keith Platfoot kplatf...@google.comwrote: Hi Andrey, I'm looking into this now, and will try to resolve it for the 1.3 release. Thanks, Keith On Thu, Feb 18, 2010 at 4:49 AM, Andrey razumovsky.and...@gmail.comwrote: Hi there, Are there any news about this issue? I've got two GWT

Re: Maven users survey

2010-03-01 Thread Keith Platfoot
message some sort of thoughts on what you're going to implement and hopefully let us try it before you end up releasing the next release of the plugin? Brian On Jan 13, 11:35 am, Keith Platfoot kplatf...@google.com wrote: Hi folks, For the next release of the Google

Re: GWT Eclipse Plugin Installation Problem

2010-03-03 Thread Keith Platfoot
First, did you remember to reboot after installation? If so, try looking at the installed plugins: Help About Eclipse Platform, then click Plugin-in Details and see if you have any plugins whose provider is Google, Inc. If you do not, then some aspect of the installation failed. Let me know

Re: Validating ClientBundles ?

2010-03-03 Thread Keith Platfoot
this issue for us. Also, does anyone know of a workaround for this? I saw some mention of unchecking a checkbox but didn't quite follow. Thanks in advance! On Feb 24, 3:06 pm, Keith Platfoot kplatf...@google.com wrote: I have a patch out to resolve this bug, so look for it to be fixed

Google Plugin for Eclipse 1.3 Preview is now available

2010-03-03 Thread Keith Platfoot
Hi everyone, Last month, I announced some of the changes we had planned for the 1.3 version of the Google Plugin for Eclipse. To recap, this release is focused on making life easier for developers using GWT/App Engine alongside third-party tools, including Maven and Eclipse for Java EE. In my

Re: Maven users survey

2010-03-04 Thread Keith Platfoot
wrote: Cool. Thx On Mar 1, 2:56 pm, Keith Platfoot kplatf...@google.com wrote: We're working on integrating our last few changes today, so look for an announcement and download link sometime tomorrow or Wednesday. :-) Keith On Mon, Mar 1, 2010 at 2:46 PM, bkbonner brian.bon

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread Keith Platfoot
at 7:25 PM, Keith Platfoot kplatf...@google.com wrote: Hi everyone, Last month, I announced some of the changes we had planned for the 1.3 version of the Google Plugin for Eclipse. To recap, this release is focused on making life easier for developers using GWT/App Engine alongside third

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread Keith Platfoot
, Mar 4, 2010 at 12:14 PM, Fabio Kaminski fabiokamin...@gmail.comwrote: any workarounds for eclipse 64 bit on linux? or there is some hack in eclipse to work smoothly with it.. im still doing things by hand.. Thanks Fabio Kaminski On Thu, Mar 4, 2010 at 1:40 PM, Keith Platfoot kplatf

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-08 Thread Keith Platfoot
(a lot of hacks :s).. but i guess i can have some hope now :) Thanks On Thu, Mar 4, 2010 at 3:49 PM, Keith Platfoot kplatf...@google.comwrote: Hi Fabio, What's your specific issue with Eclipse on 64-bit Linux? We've tested the 1.3 plugin on 64-bit versions of all 3 versions of Eclipse

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-08 Thread Keith Platfoot
for the feedback! On Thu, Mar 4, 2010 at 5:40 PM, Keith Platfoot kplatf...@google.comwrote: Hey again, Just wanted to mention that to actually customize your project's WAR directory (enhancement bullet 1 in the announcement email), you'll need to navigate to Google Web Application in your project

Re: beta eclipse plugin - running in noserver mode with tomcat - having troubles

2010-03-11 Thread Keith Platfoot
Brian, I think the issues you were having with adding the -noserver argument to your launch configuration were probably the result of a known issue with the Eclipse plugin 1.3 preview (check the 1.3 announcement email for details). This has since been fixed, so once 1.3 final is released

Re: hosted mode debugging with -noserver in eclipse

2009-10-08 Thread Keith Platfoot
Hi Mike, I think your issue has to do with certain changes made to GWT in version 1.6. Before 1.6, the GWTShell class was used to launch applications in hosted mode. In 1.6, the default structure of GWT projects was changed to make it more similar to Java web apps. By convention, GWT projects

Re: Google Eclipse Plugin - doubt about Web Application

2009-10-14 Thread Keith Platfoot
Yes, it just suppresses the warnings. When you launch or deploy a web app project, any jars used at runtime (i.e. anything your server-side code uses) need to be bundled within your servlet in WEB-INF/lib. The plugin will automatically warn if you have jars on your build path which are *not* in

Re: Google Eclipse Plugin issue w/ GWT 1.7.1 and hosted mode

2009-10-22 Thread Keith Platfoot
Hi Chad, I tried to repro this with Eclipse 3.4.2 and GWT 1.7.1 using the latest Eclipse plugin (1.1.2), but was not able to trigger a 404. I tested on both Windows and Ubuntu. Just to verify that I followed the right sequence: I created two projects, renamed the HTML page in each war directory

Re: Where can I find older Versions of the Eclipse Plugin?

2009-12-10 Thread Keith Platfoot
Hi Chris, You're correct; the update site always points to only the latest version of the plugin. However, we do have zip distributions of some older versions available as well, although I don't believe this is documented anywhere. Here are the URL's for plugin versions back to 1.1.0: 1.1.0 -

Re: My first deploy

2009-12-16 Thread Keith Platfoot
Hi Ista, Could you provide a little more detail about your setup? For example, are you using the latest GWT version (2.0)?. Also, how are you launching the project? It sounds like you are running a local web server, and placing the compiled GWT application there, and then navigating to your

Re: Migration Problem (From 1.5 to 2.0)

2009-12-16 Thread Keith Platfoot
Hi Haydar, Since version 1.6, GWT projects have a new canonical structure that includes a top-level directory named war, where GWT expects to find your publicly-served HTML/CSS, as well as various configuration files (including the web.xml with your servlet declarations, inside a WEB-INF

[gwt-contrib] Code Review Request: prevent spurious wiki links in JRE emulation docs

2008-08-29 Thread Keith Platfoot
Hi Scott, When you have some time, could you review this tiny patch to the JRE emulation documentation generator? I've modified the header of the generated wiki output per Bruce's request, and have also added a bit of code to WikiDoclet to prefix any wiki-words (WordsLikeThis) with '!' so Google

[gwt-contrib] Re: Code Review Request: prevent spurious wiki links in JRE emulation docs

2008-09-10 Thread Keith Platfoot
Thanks, Scott. Committed as r3643. Keith On Fri, Aug 29, 2008 at 6:48 PM, Scott Blum [EMAIL PROTECTED] wrote: Looks fine to me. Bruce might also want to take a look. On Fri, Aug 29, 2008 at 3:56 PM, Keith Platfoot [EMAIL PROTECTED]wrote: Hi Scott, When you have some time, could you

[gwt-contrib] Re: Add a CssResource interface generator

2009-10-07 Thread Keith Platfoot
Perhaps I'm wrong to be dismissive of Keith's concerns--we're aiming at different audiences. He's' generating source that people will work with directly, I'm generating source that will only be accessed via attribute settings in a ui.xml file. @Keith, what do you do when you see

Re: [gwt-contrib] Re: GPE JSNI formatting issues

2010-04-05 Thread Keith Platfoot
Yeah, I'll take a look and add it to the 1.4 list. I thought I had already replied, but apparently my response was still just a draft in Gmail. Keith On Mon, Apr 5, 2010 at 9:30 AM, Miguel Méndez mmen...@google.com wrote: Keith, could you take a look at this one. If it is easy, maybe we can