Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
550 views

Problem with running Maven GWT application in Eclipse

I'm trying to create a GWT project through WebAppCreator enabled Maven2. Project creation steps: Create project with WebAppCreator (i'm using gwt-2.3.0) webAppCreator -noant -maven -XnoEclipse ...
3
votes
1answer
181 views

Eclipse: “SDK directory '/myproject/war' does not exist”

Earlier today my Eclipse started to behave strangely. When I change the Google App Engine SDK of my project in Properties → Google → App Engine and click on OK, a dialog appears saying: 'Updating ...
3
votes
1answer
548 views

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. ...
3
votes
1answer
782 views

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, ...
2
votes
1answer
171 views

Proper way to configure Google Eclipse Plugin with Maven

I know this question has appeared few times, but the things are changing really fast and I got a little bit confused. I was developing my GWT (2.2.0) application using Maven (m2Eclipse) in Eclipse ...
1
vote
1answer
32 views

How do I get Eclipse to warn me when I forget to create a default constructor in a GWT Serializable object?

I have been playing around with GWT, and I seem to have the bad habit of creating classes that don't meet the rule for GWT serializable objects: A user-defined class is serializable if all of the ...
1
vote
2answers
103 views

Google App Engine 1.6 available through Eclipse plugin?

When I run my GAE dev server, I get the following: [WARN] ******************************************************** There is a new version of the SDK available. ----------- Latest SDK: Release: ...
1
vote
2answers
61 views

Install previous version of GPE?

I want to roll back my Google Plugin for Eclipse to a previous version. How can I accomplish that?
1
vote
1answer
388 views

Updated Mac OS X Java broke appengine development server

I recently updated OS X 10.6.6 as recommended by Software Update: http://support.apple.com/kb/HT4562 Now, even new appengine projects created with the eclipse plugin are broken. The jetty dev server ...
1
vote
4answers
3k views

Cannot complete installing Google Plugin for eclipse

I am trying to install the Google Plugin in eclipse but I get the follwoing error: Cannot complete the install because one or more required items could not be found. Software being installed: ...
1
vote
1answer
363 views

Eclipse GWT and AppEngine - Local Task Queues no longer get executed

In Eclipse 3.6 with Plugin v1.4.0 AppEngine 1.3.8 GWT 2.1.0 Local Task Queues no longer get executed. To reproduce: Create a new GWT and AppEngine project (I called the package "test2" below) Add ...
1
vote
2answers
494 views

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 ...
1
vote
1answer
329 views

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

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. ...
1
vote
2answers
983 views

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 ...
1
vote
3answers
1k views

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 ...
1
vote
1answer
1k views

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 ...
1
vote
3answers
2k views

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 ...
0
votes
2answers
42 views

How can I configure the GWT Designer in the Google eclipse plugin

I created a GWT project and everything was great, but then I decided to change the entry point of the application. It turns out that the class implementing EntryPoint has to be at top level inside the ...
0
votes
1answer
82 views

Eclipse: Refactoring-renaming GWT uibinder java bean does not rename template ui.xml file

When using Eclipse Google plugin, when you create a gwt uibinder pair, you get a java bean file and its corresponding .ui.xml template file. I believe I used to be able to do this in Eclipse Helios: ...
0
votes
1answer
69 views

eclipse plugins not visible

I have recently installed gwt-plugin to my eclipse. But plugins are are not visible, even if I try to install it again, eclipse is not allowing me to install, saying its already installed.I even I ran ...
0
votes
2answers
130 views

AppEngine with Eclipse - Common war/ resources

I have been creating Google AppEngine projects using Eclipse SDK 3.6.1. In all of the projects I have a StyleSheet default.css (all seperate copies) that I have in the war folder. I would like to ...
0
votes
1answer
102 views

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