Re: Eclipse 3.7 and GWT plugin

2010-11-09 Thread Miguel Méndez
No, GPE does not currently work with Eclipse 3.7. We will definitely have a GPE version that works with Eclipse 3.7 by the time that it ships in June of 2011. It is still to be determined at what point we can release a preview of Eclipse 3.7 support. On Tue, Nov 9, 2010 at 6:11 AM, Vasyl Stashuk

Re: Gwt Developer Plugin for Safari does not work

2010-06-17 Thread Miguel Méndez
Which version of Safari are you using? Also, what version of Mac are you using? On Thu, Jun 17, 2010 at 5:34 AM, István Szoboszlai wrote: > Hello, > > The developer mode plugin for safari stopped working a while ago. > I am using a Mac. > The symptom is, that when I point my browser to the url g

Re: Help integrating GWT with existing Eclipse J2EE Tomcat project

2010-05-21 Thread Miguel Méndez
You may also want to look at http://code.google.com/eclipse/docs/faq.html#gwt_in_eclipse_for_java_ee. On Fri, May 21, 2010 at 6:15 AM, José González Gómez < jose.gonzalez.go...@gmail.com> wrote: > Sorry, I don't have my development environment here, so I don't > remember the exact details, but..

Re: Roadmap for Google Eclipse Plugin?

2010-04-23 Thread Miguel Méndez
We are currently working on GPE 1.4. There will be a milestone release available around the middle of May. Unfortunately, we don't have plans to address issue 4802 as part of that effort. On Fri, Apr 23, 2010 at 8:10 AM, Fred wrote: > Hi, > > Is there a roadmap for the Google Eclipse Plugin? A

Re: clean compile gives "the parameter is incorrect"

2010-04-07 Thread Miguel Méndez
ents and Settings >> > \John\My Documents\_DeBa\ideba\iDeBanet\war" -server >> > com.google.appengine.tools.development.gwt.AppEngineLauncher >> > com.ideba.net.IDeBanet >> > >> > On Apr 6, 8:07 pm, John V Denley wrote: >> > >> > > T

Re: clean compile gives "the parameter is incorrect"

2010-04-06 Thread Miguel Méndez
You are right. It won't show up there since we don't create a launch configuration for enhancement. Basically, we launch the enhancer as described in http://code.google.com/appengine/docs/java/datastore/usingjdo.html"Enhancing Data Classes" section. The problem could be the length of the classpa

Re: Deleting gwt-servlet.jar

2010-04-05 Thread Miguel Méndez
Sorry for the last section, premature send before review. 2010/4/5 Miguel Méndez > We don't have a mechanism specifying that you don't need the > gwt-servlet.jar specifically. Could you file a bug for this? > > We do have a way to specify that you want the plugin to tre

Re: Deleting gwt-servlet.jar

2010-04-05 Thread Miguel Méndez
ncway to suppress the copying of the default SDK WEB-INF/lib files On Mon, Apr 5, 2010 at 8:36 AM, Ian Bambury wrote: > Hi Miguel, > > So I take that there's no way to do what I need, then. > > Ian > > > 2010/4/5 Miguel Méndez > >> Sorry to hear that P

Re: Deleting gwt-servlet.jar

2010-04-05 Thread Miguel Méndez
Sorry to hear that Paul. @All: In GPE 1.3 we added a way to configure the severity of the errors and warnings reported by GPE. If you navigate to Preferences > Errors/Warnings > Project structure and SDKs, you can change the severity level for "SDK JAR missing from WEB-INF/lib" to ignore. FWIW,

Re: GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-04-01 Thread Miguel Méndez
n API it reduces our ability to change it and introduces additional test vectors for compatibility, etc. So, it just means more flexibility for us while we mature the API. > On Mar 31, 9:47 pm, Miguel Méndez wrote: > > Hi Fred, > > > > Could you file a bug for this? Curr

Re: GEP 1.3 : com.google.gdt.eclipse.suite.* packages not exported

2010-03-31 Thread Miguel Méndez
Hi Fred, Could you file a bug for this? Currently, they are not exported because we wanted maximum flexibility. On Tue, Mar 30, 2010 at 7:54 AM, Fred wrote: > Hi, > > I'm trying to set up a m2eclipse project configurator for GEP during > my spare time (I'll open source the code eventually, it'

Re: development mode console

2010-02-10 Thread Miguel Méndez
On Wed, Feb 10, 2010 at 6:05 AM, levier wrote: > Hi all, > > I'm getting a bit annoyed with the development mode console behavior > in Eclipse. > It always jumps up when something happens in the GWT application. It jumps back when I close it. If I put my editor full screen, it jumps over my edi

Re: Running several projects in Development Mode in Eclipse fails.

2010-02-04 Thread Miguel Méndez
Could you file a bug in the GWT issue trackerfor this? As a work around, you can add -codeServerPort auto to the launch configuration's program arguments. This should avoid the second problem that you were running into. On Wed, Feb 3, 2010

Announcing GWT 2.0.1

2010-02-02 Thread Miguel Méndez
The GWT 2.0.1 point release is now available for download. It contains fixes for bugs found in the 2.0.0 release. Potentially breaking changes and fixes - Fixed a bug in how code generators collect method arguments from generated source, which impacted the Messages interfaces generated for

Re: Eclipse plugin Development Mode issue (uses GWTShell)

2010-01-29 Thread Miguel Méndez
That functionality will be part of the 1.3 release due out this quarter. On Thu, Jan 28, 2010 at 2:07 PM, Silverado wrote: > Thanks, Miguel. > > Any idea when that might become available? > > On Dec 21 2009, 11:07 am, Miguel Méndez wrote: > > Placing it higher in the cl

Re: Maven users survey

2010-01-26 Thread Miguel Méndez
On Tue, Jan 26, 2010 at 12:01 AM, cowper wrote: > Hi, > From our perspective, we managed to get things working somewhat > adequately as follows: > > 1. use maven for automated builds and awesome dependency management > 2. use eclipse and maven eclipse plugin > 3. use gwt and gae plugins (where S

Re: Maven users survey

2010-01-21 Thread Miguel Méndez
On Wed, Jan 20, 2010 at 12:04 PM, Eelco Hillenius wrote: > > > 6. In eclipse we just start Debug as Web application. (with all > > libraries manually copied into war/WEB-INF/lib) > > This is our main problem, and I don't think it is related to only > maven builds. Instead of using the project's c

Re: Launching DevMode from ANT and debug in Eclipse?

2010-01-15 Thread Miguel Méndez
You should be able to use eclipse to debug you web application -- we do it all the time. Are you not hitting break points or does it just not launch? On Thu, Jan 14, 2010 at 2:47 PM, ABB wrote: > For some reason, I am not able to debug a specific GWT project in > Eclipse using "Debug as... > W

Re: GWT 2.0 Minor Bug Fix Release

2010-01-07 Thread Miguel Méndez
We are in the process of going over the issue tracker to pull together a 2.0.1 release to address high priority issues. We should have a better idea of what these issues are in a few days. On Wed, Jan 6, 2010 at 8:42 PM, jonathan.hollo...@gmail.com < jonathan.hollo...@gmail.com> wrote: > Hi all,

Re: test folder not included in the Java Build Path Source

2010-01-06 Thread Miguel Méndez
On Wed, Jan 6, 2010 at 11:11 AM, Thomas Broyer wrote: > > > On Jan 6, 4:15 pm, Chris Ramsdale wrote: > > You're not doing anything wrong, this should work in a more automated > > fashion. > > On the other hand, it shouldn't be included in the build path when you > hit "compile" or "run web appli

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

2010-01-04 Thread Miguel Méndez
Please file a bug against the plugin in the issue tracker . On Fri, Jan 1, 2010 at 4:58 PM, Jeff Schnitzer wrote: > Amazingly, you're right. The solution is to ignore the message, > *don't* revert your files back, and restart Eclipse agai

Re: JUnit tests from Eclipse: Refresh problem

2010-01-04 Thread Miguel Méndez
I don't think that it would be related to how the project was created. Could you file a bug in the issue trackerfor this? Thanks, On Sun, Jan 3, 2010 at 9:01 AM, Chris Lercher wrote: > Hi, > > Eclipse seems to use old versions of my test

Re: GWT Plugin for Eclipse 3.6

2009-12-30 Thread Miguel Méndez
We have started looking at what would be required to support Eclipse 3.6. We will have support for 3.6 once it officially ships. On Tue, Dec 29, 2009 at 8:58 AM, RadhikaSunil wrote: > Is there any plans to do it soon ? > > On Dec 18, 6:34 pm, Rajeev Dayal wrote: > > No, there is not. We have no

Re: Validating ClientBundles ?

2009-12-28 Thread Miguel Méndez
This is a bug. Could you add a bug to the GWT issue trackerwith this information? If you are able to, please provide some sample code that reproduces the problem. On Tue, Dec 22, 2009 at 12:07 PM, Carlos Aguayo wrote: > Hi, > > After upgr

Re: Eclipse plugin Development Mode issue (uses GWTShell)

2009-12-21 Thread Miguel Méndez
Placing it higher in the classpath should do the trick. FWIW, we are going to make the war directory name configurable and we are also looking at updating the launch configurations to make things like the main type name over-ridable. Either one of those two options would have given you a work aro

Re: GWTCompiler Launch problem (Eclipse Plugin)

2009-12-21 Thread Miguel Méndez
n an ANT script). > > > > On Dec 18, 9:30 am, Miguel Méndez wrote: > > I've seen this problem on Windows when a classpath gets too long. How > big > > is your eclipse project's build path? > > > > On Wed, Dec 16, 2009 at 10:48 PM, bosakm >wrote:

Re: GWTShell dev mode problem

2009-12-21 Thread Miguel Méndez
Is the war directory at the root of your project? If you look at your .project file does it have the web app nature? On Sat, Dec 19, 2009 at 7:04 AM, Andrey wrote: > Hello! > > I have war/WEB-INF/web.xml in my project but GWT-plugin still launches > GWTShell instead of DevMode. > What should I

Re: Eclipse Plugin: Honor Eclipse path exclusion patterns

2009-12-18 Thread Miguel Méndez
The GWT compiler will respect any inclusion/exclusion rules that you specify in the GWT module file. Check out http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXmlfor more information on how to specify these filters. On Thu, Dec 17, 2009 at 4:08 PM, Rodri

Re: GWTCompiler Launch problem (Eclipse Plugin)

2009-12-18 Thread Miguel Méndez
I've seen this problem on Windows when a classpath gets too long. How big is your eclipse project's build path? On Wed, Dec 16, 2009 at 10:48 PM, bosakm wrote: > I started getting the following error when I try to launch the > GWTCompiler from RAD 7.5. The weird thing is that it worked the nigh

Re: Eclipse stack trace not linked to source code

2009-12-18 Thread Miguel Méndez
On Wed, Dec 16, 2009 at 8:54 AM, fermierul wrote: > I have gwt 2.0 and eclipse 3.5 > When running a web application, I sometimes get runtime exceptions for > which I see the stacktrace in the Eclipse / Development Mode view. I > can see here the classes and the line numbers, but there is no link

Re: how to keep running non-2.0 compatible apps

2009-12-18 Thread Miguel Méndez
On Thu, Dec 17, 2009 at 9:03 AM, csillag wrote: > Hi all, > > I have some applications which (for reasons not discussed here) can't > be easily ported to GWT 2.0, so I would like to run them with GWT > 1.7.1. > > I can configure the version of GWT used using "google settings" in > eclipse, but ev

Re: GWT 2.0.0 work with eclipse 3.5 (latest) plugin

2009-12-18 Thread Miguel Méndez
The eclipse plugin version 1.2 does with work with GWT 2.0.0. The zip installs do not include the GWT or App Engine SDKs. On Thu, Dec 17, 2009 at 3:09 PM, finneycanhelp wrote: > Hi, > > Does the eclipse Plugin currently work with GWT 2.0.0? I think it > does. > > I searched the email archives

Re: Using Eclipse plugin and having a problem saving back to CVS

2009-12-16 Thread Miguel Méndez
GWT will generate the files in war/passwordmanager/... If the project is CVS enabled, then it would seem possible that the CVS eclipse plugin is trying to add those files into version control; possibly when the workspace is refreshed. Are you sure that you want to version control the contents of

Re: Announcing GWT 2.0 and much, much more...

2009-12-16 Thread Miguel Méndez
When you do opt to run the built-in server, development mode takes a guess at the what the startup URLs might be by looking at the root of your war folder. As you have discovered that does not work if you opt not to run the server. To get around this, you can add the -startupUrl "YOUR_URL_HERE" t

Re: unable to specify war directory when running web app

2009-12-15 Thread Miguel Méndez
We are looking at making the war folder configurable which should address the situation. On Mon, Dec 14, 2009 at 4:41 PM, Silverado wrote: > I am running with the same versions of Eclipse and GWT and I have the > same problem. Our project does not use a directory named "war" and I > can tell th

Re: unable to specify war directory when running web app

2009-12-15 Thread Miguel Méndez
M, haole wrote: > Thanks, Miguel. > > On Dec 11, 10:26 am, Miguel Méndez wrote: > > Could you file a bug for this in the GWT public issue > > tracker<http://code.google.com/p/google-web-toolkit/issues/list>? > > Done. > http://code.google.com/p/google-web-toolkit

Re: How can i get gwt eclipse plugins 1.1

2009-12-15 Thread Miguel Méndez
We don't keep older versions around on the update site. What specifically does not work when using version 1.2 of the Google Plugin for Eclipse? On Mon, Dec 14, 2009 at 9:47 PM, Wity_Lv wrote: > I'm using gwt1.7 with Gxt2.0 on eclipse. My project can't run in > gwt2.0 +gwt eclipse plugins 1.2 .

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-14 Thread Miguel Méndez
You are right that we no longer launch the browser for you although we've talked about adding this feature back in. However, you should not need to re-open the browser each time if you are debugging the same application. If the launch configuration is not setup to "Automatically select an unused

Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread Miguel Méndez
Could you file an issue in the issue trackerwith a suggestion as to how we might improve it? Thanks, On Fri, Dec 11, 2009 at 8:38 AM, Jonas Huckestein wrote: > Hi there, > > just quick note: The restart server button is located at the righ

Re: unable to specify war directory when running web app

2009-12-11 Thread Miguel Méndez
Could you file a bug for this in the GWT public issue tracker? In the meantime could you try adding -war war/foo in the Web App Launch configuration's program args? On Thu, Dec 10, 2009 at 10:43 AM, haole wrote: > i'm using google plugin

Announcing GWT 2.0 and much, much more...

2009-12-08 Thread Miguel Méndez
Hi Folks! We have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer. I think that you will find it pretty interesting... http://g

Re: RC2 and Eclipse Plugin

2009-12-03 Thread Miguel Méndez
On Thu, Dec 3, 2009 at 10:58 AM, John Patterson wrote: > > On 3 Dec 2009, at 22:41, Jeff Chimene wrote: > > > Eh? > > The Dev. Mode window should have a url that's the same as the one you > posted. Right-click, copy and paste into your browser. AFAIK, Dev. Mode is > now identical on all supported

Re: GPE debug error: ContentViewer must have a content provider when input is set

2009-11-30 Thread Miguel Méndez
Would it be possible to get your .metadata/.log file? You can send it to me offline if you like. On Mon, Nov 30, 2009 at 1:12 PM, Jeff Chimene wrote: > > > 2009/11/30 Miguel Méndez > > The following line in the log makes me thing that JDT failed to load: >

Re: GPE debug error: ContentViewer must have a content provider when input is set

2009-11-30 Thread Miguel Méndez
The following line in the log makes me thing that JDT failed to load: The activator org.eclipse.jdt.internal.ui.JavaPlugin for bundle org.eclipse.jdt.ui is invalid Searching the different groups it sounds like other people have run into a similar problem with other plugins. Here is a link to wh

Re: The project XXX does not have any GWT SDKs on its build path

2009-11-30 Thread Miguel Méndez
The following open issue http://code.google.com/p/google-web-toolkit/issues/detail?id=3902 covers error level configuration. On Fri, Nov 27, 2009 at 3:56 AM, dominikz wrote: > I'm using eclipse plugin for GWT. My GWT projects are also compiled by > a build engine - therefore I'm exporting build.x

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Miguel Méndez
There is a known issue with RC1 that might be the cause of this. Specifically the last one listed in known issue section of http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC. Even though your app does not use App Engine, the issue is really that a GC pass before the browser load request

Re: GWT Eclipse Plugin problem: how can I delay validation when using generated sources ?

2009-11-02 Thread Miguel Méndez
een some issues with the java model in eclipse. I'd go ahead and file a bug with some repro code, even if it is not consistent. > PS: this is with Eclipse 3.4 Ganymede SR2. We are still holding out > for Galileo because we rely on some plugins that are not yet migrated. > > David &g

Re: GWT Eclipse Plugin problem: how can I delay validation when using generated sources ?

2009-10-27 Thread Miguel Méndez
We perform validations on save and as-you-type. It should rerun the validation after the types are regenerated. As long as the generated folder is on the project's classpath it should work. Could you file a bug for this with a repro case? Thanks, On Tue, Oct 27, 2009 at 6:47 AM, David wrote:

Re: GWT eclipse plugin icons do not display on Windows 7

2009-10-26 Thread Miguel Méndez
Thanks for letting us know. I created issue 4168 to track this problem. On Sun, Oct 25, 2009 at 4:24 AM, jsoconner wrote: > > After installing the GWT plugin for Eclipse on my Windows 7 pc, I > quickly noticed that the GWT icons

Re: Can Eclipse deploy ant and create the build.xml file?

2009-10-19 Thread Miguel Méndez
We've talked about having a way of exporting a build.xml from the plugin, but that has not been implemented. In the meantime you could start with a build.xml file generated by http://code.google.com/webtoolkit/doc/1.6/RefCommandLineTools.html#webAppCreator, then tweak it to add App Engine. On Sun

Re: Google Project Build fails silently after installing eclipse plugin 1.1.2.v200910130758

2009-10-15 Thread Miguel Méndez
Could you take a look at your eclipse .log file and see what errors are there? You can find it in your WORKSPACE_DIR/.metadata/.log. On Thu, Oct 15, 2009 at 11:51 AM, francescoNemesi wrote: > > Hello, > > I am using Eclipse 3.3.2, this morning I updated the Google eclipse > plugin to 1.1.2.v2009

Re: Announcing GWT 2.0 Milestone 1

2009-10-15 Thread Miguel Méndez
lot! 1.1.2 is a timely update for gwt 2.0 > > -Ben > > On Oct 15, 6:39 am, Miguel Méndez wrote: > > On Wed, Oct 14, 2009 at 2:47 PM, Ben wrote: > > > > > Okay, just checked the command line. It looks like it still appends - > > > XstartOnFirstThread: >

Re: Announcing GWT 2.0 Milestone 1

2009-10-15 Thread Miguel Méndez
-dev.jar)? If so you will want to remove the symlink and then it should work. Please let me know. > On Oct 14, 1:54 pm, Miguel Méndez wrote: > > Strange. I just tried it on my Eclipse 3.5 carbon & cocoa 64 bit and > both > > work correctly. > > Are you sure that yo

Re: OOPHM and Mac OSX

2009-10-15 Thread Miguel Méndez
to look / what to try to hopefully resolve this > issue? > > --Will > > On Oct 14, 11:03 am, Miguel Méndez wrote: > > The plugin update was pushed out last night. You plugin's notification > > system should kickoff within the next 24hrs. You can always man

Re: Announcing GWT 2.0 Milestone 1

2009-10-14 Thread Miguel Méndez
on _NSLockError() > to debug. > > The development shell does get launched, but it is clickable. Whenever > I move my mouse over the development shell, it keeps loading so it is > basically not usable. > > BTW, I am using Eclipse 3.5 Cocoa 64bit version on Leopard. Is this >

Re: OOPHM and Mac OSX

2009-10-14 Thread Miguel Méndez
The plugin update was pushed out last night. You plugin's notification system should kickoff within the next 24hrs. You can always manually trigger a check for updates from eclipse. On Wed, Oct 14, 2009 at 10:59 AM, willr3 wrote: > > I am experiencing the same problem when trying to launch OOP

Re: OOPHM and Mac OSX

2009-10-13 Thread Miguel Méndez
I think that this is issue 3923. We should have a plugin update by end of day today. On Tue, Oct 13, 2009 at 6:32 AM, P.G.Taboada wrote: > > Hi, > > in the meantime I tried the milestone one, but I have the same issue. > The Swin

Re: Announcing GWT 2.0 Milestone 1

2009-10-13 Thread Miguel Méndez
Barring any last minute issues, we should have version 1.1.2 of the plugin ready to go by end of day today. It will be compatible with MS1 and it will also address this -XstartOnFirstThread issue which causes the beach ball. Please see issue http://code.google.com/p/google-web-toolkit/issues/deta

Re: Configure GWT to use GAE

2009-10-12 Thread Miguel Méndez
If you add App Engine to your project and the project has a war/WEB-INF folder, you should get a problem marker telling you that it is missing. If you open up the Problems View in Eclipse (Window > Show View > Problems), select the problem "The appengine-web.xml file does not exist" and hit CTRL+1

Re: GWT 2.0 Milestone 1: C:\gwt-2.0.0-ms1\gwt-dev-windows.jar is missing

2009-10-06 Thread Miguel Méndez
We will fix this in the next release of the plugin. For now, the Google Eclipse Plugin will only allow you to add GWT release directories that include a file with a name like gwt-dev-windows.jar. You can fool it by sym linking or copying gwt-dev.jar to the appropriate name On Tue, Oct 6, 2009 at 6

Re: How to exclude work module from the compile, when deploying to GAE ?

2009-09-08 Thread Miguel Méndez
The deploy process will compile the set of entry point modules listed in the Google > Web Toolkit project property page. On Tue, Sep 8, 2009 at 3:35 AM, hjo1620 wrote: > > Our standard module file is: Myproject.gwt.xml > We have added an extra modulefile for fast compilation called: > MyprojectW

Re: Eclypse plugin not working in Eclipse 3.4

2009-09-01 Thread Miguel Méndez
In the .metadata directory there is usually a file whose name is literally ".log". If that does not exist then there is some other problem with your install. Without a log file I can't really determine what is going on with your install. So you are using eclipse 3.4.0, but what flavor of eclipse

Re: Eclypse plugin not working in Eclipse 3.4

2009-09-01 Thread Miguel Méndez
e .log file (the .log file should be in your WORKSPACE_DIR/.metadata.log)? Please respond back with the issue number and we'll look at it. Having the log file might help us understand what is going on. On Tue, Sep 1, 2009 at 9:58 AM, aftershock wrote: > > > > On szept. 1, 15:4

Re: Eclypse plugin not working in Eclipse 3.4

2009-09-01 Thread Miguel Méndez
On Tue, Sep 1, 2009 at 9:27 AM, aftershock wrote: > > I am on Windows 7 and I use 1.7 version. > I use Eclypse 3.4 and I install Eclypse plugin using software updates. > It installed ok but I can see it is not installed properly.. > > I cannot create a new web application because there is no such

Re: GWT plugin: Problem when project name is changed

2009-09-01 Thread Miguel Méndez
Thanks. On Mon, Aug 31, 2009 at 9:58 PM, hezjing wrote: > Issue 4005<http://code.google.com/p/google-web-toolkit/issues/detail?id=4005> > is > created :-) > > 2009/8/31 Miguel Méndez > >> On Sun, Aug 30, 2009 at 2:05 PM, hezjing wrote: >> >>> H

Re: GWT plugin: Problem when project name is changed

2009-08-31 Thread Miguel Méndez
On Sun, Aug 30, 2009 at 2:05 PM, hezjing wrote: > Hi > I have a GWT project named X created by Google plugin. > > Then later I want to change the name to Y, so I right clicked Project X -> > Refactor -> Rename ... -> New name: Y > > When run, it will complaint the working directory does not exist

Re: GWT 1.5 Plugin - Can I still get it?

2009-08-27 Thread Miguel Méndez
We bundle the SDKs as a convenience, but they really are separate. When you update the plugin, eclipse will remove older plugins, like the GWT SDK :). That is most likely the cause of the problem. All you need to do is to download the GWT SDK version that you need from http://code.google.com/p/go

Re: GWT 1.7 installation problem with Eclipse 1.4.2

2009-08-20 Thread Miguel Méndez
The plugin requires Java 1.5. On Thu, Aug 20, 2009 at 7:34 AM, ornello wrote: > > Hi Manuel, > > > Try: > > File -> New -> Project ... -> Google -> Web Application Project > > Does not appear in the menu. > > > Try: > > Help -> About -> Plug-in Details -> Sort by Provider -> Google, Inc -> > > G

Re: Minimal plugin for existing Maven projects

2009-08-17 Thread Miguel Méndez
It is really strange that updating dependencies never completed. Were there any exceptions in the eclipse log? On Sun, Aug 16, 2009 at 5:46 PM, Gary S wrote: > > I tried Google plugin on my multi-module Maven project that already > supports GWT. It has a war in one of the modules. I enabled GWT

Re: Missing quick fix in the eclipse plugin for RemoteService with super interfaces

2009-08-14 Thread Miguel Méndez
I went ahead and added issue 3950to track this problem. Thanks for pointing this out. On Thu, Aug 13, 2009 at 5:56 PM, Sumit Chandel wrote: > Hi luisfpg, > Could you file an issue for this on the Issue Tracker? I'll make sure it

Re: update to Eclipse 3.5 and GWT 1.7 -> problem

2009-08-07 Thread Miguel Méndez
That's part of our plugin as well, its not there since it is App Engine specific. On Fri, Aug 7, 2009 at 11:09 AM, lumo wrote: > probably from > com.google.appengine.eclipse.core_1.1.0.v200907291526.jar > > ? > > > > -- Miguel --~--~-~--~~~---~--~~ You receive

Re: update to Eclipse 3.5 and GWT 1.7 -> problem

2009-08-07 Thread Miguel Méndez
I'm not sure what to tell you at this point. Run as GWT application is not coming from our plugin. On Fri, Aug 7, 2009 at 11:00 AM, lumo wrote: > the Instantiations plugin does not support any Run As features, > it creates a UI and generates Java native code, nothing else. > > > > > -- Migue

Re: update to Eclipse 3.5 and GWT 1.7 -> problem

2009-08-07 Thread Miguel Méndez
On Fri, Aug 7, 2009 at 10:30 AM, lumo wrote: > > The Google Plugin for Eclipse does not support run as -> GWT Application. >> It supports run as -> Web Application. Is that what you meant? >> > > aye caramba; > well two points > 1) yes, it works if i click run as -> web application > 2) you say

Re: update to Eclipse 3.5 and GWT 1.7 -> problem

2009-08-07 Thread Miguel Méndez
On Fri, Aug 7, 2009 at 10:18 AM, lumo wrote: > i got my Map.java open, > when i click run as -> Compile GWT Application it starts to compile the > map; > when i click run as -> GWT Application it pops up a window where i can edit > configuration and launch, underneath this it says project Map is

Re: update to Eclipse 3.5 and GWT 1.7 -> problem

2009-08-07 Thread Miguel Méndez
On Fri, Aug 7, 2009 at 9:55 AM, lumo wrote: > 2009/8/7 Miguel Méndez > >> It would help to know what plugins you have installed or are trying to >> use. >> > > i do not have loads of plugins installed: > > Instantiations Designer > Hibernate > Google G

Re: update to Eclipse 3.5 and GWT 1.7 -> problem

2009-08-07 Thread Miguel Méndez
It would help to know what plugins you have installed or are trying to use. On Fri, Aug 7, 2009 at 5:59 AM, lumo wrote: > > hello NG, > > i updated my ide and gwt and moved my project to the new ide. > now i can still compile the project after fixing some errors. > but when i come to execution i

Re: Google plugin demands an -AsyncAsync version of a service interface [Solved]

2009-08-06 Thread Miguel Méndez
We talked about providing a way to suppress the missing async interface error while exploring the RPC validation feature. However, for the majority of scenarios you should have a sync/async pair so we left that capability out. The one case that I've seen where suppressing the validation makes sens

Re: oophm with the lastest eclipse plugin on Mac

2009-08-05 Thread Miguel Méndez
Yes, web app launch configurations using OOPHM on OSX are broken right now. We are still adding the -XstartOnFirstThread flag which is not compatible with OOPHM. I created the following issue 3923to track it. On Wed, Aug 5, 2009

Re: Google plugin demands an -AsyncAsync version of a service interface [Solved]

2009-08-04 Thread Miguel Méndez
Version 1.1.0 checks GWT RPC interfaces. Any interface that extends the RemoteService marker interface is considered to be a sync interface. Once that happens it looks for an async interface. On Tue, Aug 4, 2009 at 6:09 PM, Tim McCormack wrote: > > When I updated Google Plugin for Eclipse from

Re: Upgrade to GWT 1.7.0

2009-08-03 Thread Miguel Méndez
Also, are you using the Google Plugin for Eclipse? That would also impact how we go about triaging the issue. On Mon, Aug 3, 2009 at 3:07 PM, Sumit Chandel wrote: > Hi ninads, > The first thing that springs to mind is conflicting JARs from 1.6.4 and > 1.7.0, especially if you were able to run ho

Re: Eclipse Plugin WebContent Refresh

2009-08-03 Thread Miguel Méndez
Could you add a feature request for this to http://code.google.com/p/google-web-toolkit/issues/list ? Thanks, On Fri, Jul 31, 2009 at 5:58 PM, eliasbala...@gmail.com < eliasbala...@gmail.com> wrote: > > I am quite successfully using "Google Eclipse Plugin for GWT" with > Eclipse J2EE 3.5 (Galile

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-03 Thread Miguel Méndez
Hi Dean, we do support GWT 1.7 -- it's included in the latest update sites. Or did I misunderstand the question? On Fri, Jul 31, 2009 at 9:25 PM, Dean S. Jones wrote: > > Thanks to the Google Plugin Team and all involved!!! > > > > > > Any idea when you will switch up to GWT 1.7??? > > > --

Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Miguel Méndez
Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available. Some of the notable improvements are: - Support for Eclipse 3.5 (Galileo) - GWT RPC interface validation with quick fixes - App Engine DataNucleus enhancer console no longer steals f

Re: The following classpath entry '...' will not be available on the server's classpath

2009-07-30 Thread Miguel Méndez
On Thu, Jul 30, 2009 at 10:12 AM, Paul Grenyer wrote: > > HI > > 2009/7/30 Miguel Méndez : > > If you want to use the libraries on the server, then they should be in > > WEB-INF/lib. > > Yeah, I don't. These ones are just for testing. > > > The warni

Re: The following classpath entry '...' will not be available on the server's classpath

2009-07-30 Thread Miguel Méndez
If you want to use the libraries on the server, then they should be in WEB-INF/lib. The warning has a quick fix that will do that for you. If you really don't want these on the server then you can add the .settings folder to your version control system once you have excluded them. We've discussed

Re: errors in jar file for eclipse google plugin

2009-07-28 Thread Miguel Méndez
You might want to check the classpath. Its almost like you have a couple versions of GWT on the classpath. On Tue, Jul 28, 2009 at 11:16 AM, davis wrote: > > Hi, I am using GWT 1.7.0, and using the latest Eclipse plugin for > Ganymede. > > I am also using the codehaus maven plugin. I can run my

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-27 Thread Miguel Méndez
unfortunate the way this is > > > delaying our project. Do you recommend we move back to 3.4 Eclipse or > > > turn elsewhere for solutions? Or is the fix really gonna come within > > > the next week? > > > > > Appreciate a quick response, > > > Eva > &

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-23 Thread Miguel Méndez
Don't worry. Release 1.1 of the plugin will support Eclipse 3.3, 3.4 and 3.5. However, we are considering deprecating support for Eclipse 3.3 in the 1.2 release of our plugin. On Thu, Jul 23, 2009 at 12:01 PM, Yaakov wrote: > > Hi Rajeev, > > You guys are still going to support the version for

Re: Eclipse Plugin and documentation of older versions of GWT

2009-07-17 Thread Miguel Méndez
Thanks for pointing this out Bruno. We'll get it addressed. On Thu, Jul 16, 2009 at 11:36 AM, Bruno wrote: > > On Jul 15, 2:34 pm, Miguel Méndez wrote: > > > You should be able to access older versions of the GWT doc via: > http://code.google.com/webtoolkit/previousd

Re: Eclipse Plugin and documentation of older versions of GWT

2009-07-15 Thread Miguel Méndez
Currently, the plugin's update site only contains the latest SDKs. You can always download older versions of the SDKs and let the plugin know where they are. See http://code.google.com/eclipse/docs/using_sdks.html for more details. You could add a feature request to either the GWT or App Engine

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-10 Thread Miguel Méndez
ve they messed with > >> > > your plugin to get it to work? > >> > > >> > > Steven > >> > > >> > > On Jul 9, 10:34 am, Rajeev Dayal wrote: > >> > > > No, unfortunately there is no URL to track the status of

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Miguel Méndez
Yes. It is part of that issue. On Wed, Jul 8, 2009 at 2:56 PM, Isaac Truett wrote: > > Sounds like this might fall under issue #3583: > > http://code.google.com/p/google-web-toolkit/issues/detail?id=3583 > > > 2009/7/8 Miguel Méndez : > > That would work if we w

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Miguel Méndez
nction point did work with my OS. Too bad, a symbolic > eclipse link was working with the Cypal plugin. > > Thanks for the quick answers, Miguel ! > > On Jul 8, 12:55 pm, Miguel Méndez wrote: > > As you've discovered, neither Jetty nor GWT will recognize Eclipse linked > &

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Miguel Méndez
could try a symbolic link. On Wed, Jul 8, 2009 at 12:50 PM, Jens wrote: > > An eclipse linked folder > > On Jul 8, 12:49 pm, Miguel Méndez wrote: > > Just to be clear, are you using an eclipse linked folder or an OS > symbolic > > link? > > > > > > > &

Re: Eclipse Plugin - linked folder are not recognized in hosted mode

2009-07-08 Thread Miguel Méndez
Just to be clear, are you using an eclipse linked folder or an OS symbolic link? On Wed, Jul 8, 2009 at 8:56 AM, Jens wrote: > > I'm in the process of upgrading our project structure from 1.5.x to > 1.6.x and try to use the Google GWT eclipse plugin. Previously I just > created a linked folder r

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-07 Thread Miguel Méndez
We are working on the release as we speak. It should be out shortly (weeks). On Mon, Jul 6, 2009 at 3:53 PM, P.G.Taboada wrote: > > Hi, > > just wondering - I am just waiting for the release to > rollout gwt 1.6 and the new ide on my project - how long > do you think it will take to release the

Re: GWT Eclipse Hosted Mode Problem

2009-07-02 Thread Miguel Méndez
This isn't a plugin problem; it is fundamental to GWT. If you want Data.java to be usable from client code you will need to map it in via the GWT module file. The following link will help you understand how to do that: http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevG

Re: Default Sample Project (GreetingService) doesn't display widgets in hosted mode

2009-06-29 Thread Miguel Méndez
learing my cookies in IE did the trick. > > On Jun 29, 7:52 am, Miguel Méndez wrote: > > What OS are you running on? Also, what exact version of eclipse are you > > using? > > > > > > > > > > > > On Fri, Jun 26, 2009 at 6:35 PM, mcjames01

Re: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

2009-06-29 Thread Miguel Méndez
stry root or something like that. > > HTH, > Chad > > On Jun 29, 7:46 am, Miguel Méndez wrote: > > What was going on when the error was reported? How was it reported? Was > > there a stack trace? > > > > On Sat, Jun 27, 2009 at 3:03 PM, Farinha w

Re: Default Sample Project (GreetingService) doesn't display widgets in hosted mode

2009-06-29 Thread Miguel Méndez
What OS are you running on? Also, what exact version of eclipse are you using? On Fri, Jun 26, 2009 at 6:35 PM, mcjames01 wrote: > > I set the log level to ALL and see that I'm getting a couple > exceptions. > The first one is: > org.mortbay.jetty.HttpException: null >at org.mortbay.jet

  1   2   >