Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-22 Thread louatia...@hotmail.com
Thanks for your reply concerning proxy settings in command line Now I have to say that the GWT compile button in eclipse is working for me since I changed the used JRE it was failing in with jdk5, now I am getting it work for me with JDK6 I have a question , why do not providing the google

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-22 Thread Miguel Méndez
As of the 1.0.1 release, you can install the plugin from a zip file. http://code.google.com/eclipse/docs/install-from-zip.html . On Fri, May 22, 2009 at 5:11 AM, louatia...@hotmail.com louatia...@gmail.com wrote: Thanks for your reply concerning proxy settings in command line Now I have to

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-21 Thread louatia...@hotmail.com
concerning the second case , it was a type mistake my proxy requires authentiification and that's whay I mentionned the second case -Dhttp.proxyUser=me -Dhttp.proxyPassword=me_crypted instead of proxyHost when adding these two params I got my self in the second case ,

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-21 Thread louatia...@hotmail.com
I still need to know how to configure, command line proxy settings !!! once again the new release of the plugin does not offer any solution to my problem the compile button is still not compiling even if I specify -Xss8m where as it worked and compile successfully from hosted mode with the

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-21 Thread Miguel Méndez
Let's split this issue into two. First, you want to be able to configure the proxy settings. I'll have one of our guys who knows the proxy issues pretty well follow up on this thread. Second, the compile button is not working? Could you provide more details as to how it fails? Is there a stack

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-21 Thread Rajeev Dayal
Hi, With regard to the proxy issue, I'll have to do some experimentation locally to see if there is actually a way to pass the username and password for an authentication-requiring proxy via the command line. I'll post back on this thread with my results shortly. Thanks, Rajeev 2009/5/21

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-21 Thread Rajeev Dayal
Hi, Unfortunately, there is no way to set authentication parameters for proxy servers on the command line. The settings http[s].proxyUser and http[s].proxyPassword do not work. They're actually an urban legend - these properties were never respected by Sun's JDK. The reason why the proxy works

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-14 Thread Miguel Méndez
FYI, we released version 1.0.1 of the plugin yesterday. It allows you to specify the JVM args to use during a GWT compile which allows you to resolve the stack overflow. On Wed, Apr 8, 2009 at 11:11 AM, Brian hibr...@gmail.com wrote: Just installed the Google plugin for Eclipse, and hit the

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-13 Thread Rajeev Dayal
When you're deploying using the command line, you have to make sure that you set ALL of those arguments. That is, you need to edit the appcfg script and put these arguments before the classpath argument: -Dhttp.proxyHost=your http proxy host -Dhttp.proxyPort=your http proxy port

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-12 Thread louatia...@gmail.com
settings are below -Dhttp.proxyHost=myProxy.mydomain -Dhttps.proxyHost=myProxy.mydomain with these setting it just can't reach appengine.google.com in the second case when I add -Dhttp.proxyUser=me -Dhttps.proxyHost=me_crypted it returns an 407 exceptionnn

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-11 Thread louatia...@gmail.com
the plugin (deploy GAE application makes me avoid proxy problems ) because I still can't deploy with command-line when using proxy even if I specify -Dttp.proxyHost or whatever so it will be nice to be able to set the VM parameter -Xss or else when using thse plugin On 7 mai, 00:55, Sumit

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-11 Thread Rajeev Dayal
Also, a fix to allow you to specify -Xss for the GWT Compile when deploying will be available in the upcoming plugin release. On Mon, May 11, 2009 at 2:36 PM, Rajeev Dayal rda...@google.com wrote: Those settings for the command line should definitely work. If you don't mind, can you tell me

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-11 Thread Rajeev Dayal
Those settings for the command line should definitely work. If you don't mind, can you tell me exactly which flags you're adding to the command line to enable the proxy? On Mon, May 11, 2009 at 11:59 AM, louatia...@gmail.com louatia...@gmail.com wrote: the plugin (deploy GAE application makes

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-06 Thread Sumit Chandel
Hi Denis, If the command line workaround works for you, you can proceed to deploy your GWT application to Google App Engine by invoking the uploader utility with the command below: ..\appengine-java-sdk\bin\appcfg.cmd update war The GWT compiler will generate output in a standard war structure,

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-05 Thread denis
I have the same issue. With the regular compiler, I can avoid stack overflow error thanks to -Xmx512m -Xms128m -Xss8M in the VM arguments box. But, with GWT compiler, I have not found a way to set these arguments, and the compiler is stopped with the stack overflow error. Using GWT compiler is

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-05 Thread Salvador Diaz
Instead of using the regular Google Eclipse Plugin launchers, you could use a regular Eclipse launcher and pass the arguments there. For a more detailed explanation, look at this post: http://blog.salvadordiaz.fr/2009/04/29/keep-your-source-tree-clean-gwt/ The last bullet point in the section

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-05 Thread Miguel Méndez
We have a fix that allows you to specify the VM args for both the GWT Compile toolbar action as well as the GWT Compilation that takes place during deploy. As a work around, you can invoke the GWT compiler manually, see http://code.google.com/webtoolkit/doc/1.6/DevGuideCompilingAndDebugging.html ,

Re: Eclipse Plugin Compile Button Stack Overflow

2009-05-05 Thread denis
Thanks. I understand that I can avoid the button. I will try the workaround with line mode. As I said, my purpose is to export a GWT application to Google App Engine. GWT Eclipse plugin invokes the GWT compiler leading to the stack overflow. Denis On 5 mai, 14:40, Miguel Méndez

Re: Eclipse Plugin Compile Button Stack Overflow

2009-04-30 Thread mounier.flor...@gmail.com
I'm waiting for it too and its starting to take time just for two options... Why does deploying force compilation (which fails so badly) ? BTW what does it change to use GWT trunk ? I'm using it and I still have the issue... (and I can't deploy and oophm doesn't have a compile button yet,

Re: Eclipse Plugin Compile Button Stack Overflow

2009-04-30 Thread Vitali Lovich
On Thu, Apr 30, 2009 at 10:25 AM, mounier.flor...@gmail.com mounier.flor...@gmail.com wrote: I'm waiting for it too and its starting to take time just for two options... Why does deploying force compilation (which fails so badly) ? Because that's what deployment is? Maybe I'm not

Re: Eclipse Plugin Compile Button Stack Overflow

2009-04-23 Thread mihai007
oh well add me to the list. this should have priority as it turns the use of plugin useless if I can't compile any workarounds? On 8 Abr, 16:11, Brian hibr...@gmail.com wrote: Just installed the Google plugin for Eclipse, and hit the Compile button on my project.  It gave me

Re: Eclipse Plugin Compile Button Stack Overflow

2009-04-23 Thread Vitali Lovich
The problem has already been fixed in trunk. Maybe you could convince the developers to make a point release given the visibility frequency this issue has occured. On Thu, Apr 23, 2009 at 3:51 AM, mihai007 mihai@gmail.com wrote: oh well add me to the list. this should have priority as it

Re: Eclipse Plugin Compile Button Stack Overflow

2009-04-23 Thread Miguel Méndez
We've updated the compile UI to allow you to tweak the -Xss and -Xmx settings. It will be part of the upcoming point release of the plugin. In the meantime, the compile button in hosted mode is one work around. You can also compile a version of the GWT trunk and have the plugin use that SDK for

Re: Eclipse Plugin Compile Button Stack Overflow

2009-04-22 Thread Filipe Sousa
On Apr 8, 4:11 pm, Brian hibr...@gmail.com wrote: Just installed the GooglepluginforEclipse, and hit the Compile button on my project.  It gave me astackoverflowerror. Prior to using theplugin, I'd compile by hitting the Compile button in the hosted mode browser.  In the

Re: Eclipse Plugin Compile Button Stack Overflow

2009-04-08 Thread Miguel Méndez
On Wed, Apr 8, 2009 at 11:11 AM, Brian hibr...@gmail.com wrote: Just installed the Google plugin for Eclipse, and hit the Compile button on my project. It gave me a stack overflow error. Prior to using the plugin, I'd compile by hitting the Compile button in the hosted mode browser. In the