google-eclipse-plugin

Google App Engine + GWT + Eclipse: where do your unit tests live?

I'm just getting started with a project that combines GWT, Google App Engine and the Google Eclipse plugin. Where is the best place to store my tests? I normally keep my code organized Maven-style, with src/main/java, and tests in src/test/java. The default setup I get from the plugin dumped my source directly into src, which I'm not ...

gwt maven plugin - unable to run archetype generated sample project in eclipse

I'm trying to setup a new gwt project in Eclipse (3.4 Ganymede) using maven with the codehause gwt-mave-plugin (v. 1.1). I have installed the Google Eclipse Plugin including the Google App Engine Java SDK 1.2.2, the Google Plugin for Eclipse 3.4 and the Google Web Toolkit SDK 1.7.0. I'm using the gwt-maven-plugin archetype to generate ...

Can not install Google eclipse plugin

I am trying to install Google eclipse plugin on eclipse 3.5 - Galileo. But it gives me following error. !ENTRY org.eclipse.equinox.p2.core 4 0 2009-09-29 11:55:29.563 !MESSAGE Provisioning exception !STACK 1 org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: No repository found at at org.eclipse.equinox.internal.p2...

Eclipse hangs while opening workspace after upgrading to GWT 2.0/Google app engine 1.2.8

After upgrading to the newest GWT/Google app engine I have problems opening my workspace in Eclipse. On startup, Eclipse hangs almost immediately and needs to be closed. This happens only in the workspace where I use GWT with app engine, and I weren't able to consistently reproduce it - sometimes it starts normally, and sometimes I need ...

GWT 2.0 Eclipse plugin - how to automatically launch browser on run / debug?

I've downloaded the new GTW 2.0 and it's eclipse plugin In the new eclipse plugin, when running or debugging instead of opening the browser, it shows this: For your convenience, here are some URLs that you may wish to view in development mode. Simply copy/paste a URL below into any supported browser. At least they could have made ...

How to exclude unit tests from the WAR in with Google App Engine plugin?

Hi, I am using the Google Application Engine plugin for Eclipse 3.4, and I have added unit tests in my projects. The unit tests are in a source folder named tests, separated from the source folder src. But, in the war/classes that is generated, the tests classes are present. Is there anyway not to put test classes in the generated war/...

Debugging a Google Web Toolkit application that has an error when deployed on Google App Engine

I have a Google Web Toolkit application that I am deploying to Google App Engine. In the deployed application, I am getting a JavaScript error Uncaught TypeError: Cannot read property 'f' of null. This sounds like the JavaScript equivalent of a Java NullPointerException. The problem is that the GWT JavaScript is obfuscated, so it's impo...

Google eclipse plugin's initial App Engine skeleton app does nothing but 404 on localhost!?

Ok, so I use the GPE to create a new web project employing GAE but not GWT. Then, I right-click the project and do Run As -> (Google) Web application. Server starts up without error and tells me to visit: http://localhost:8888/. When I visit this url, I'm served a 404 error instead of the index.html page that the project is configur...

Howto set outputdirectory with google eclipse plugin?

I'm using the Google Eclipse Plugin for GWT development. To do the configuration stuff there's a folder .settings with two files com.google.gdt.eclipse.core.prefs and com.google.gwt.eclipse.core.prefs. These files are a kind of propertie-files. Now I'm trying to set two different directories for source and output files. But I can't find...