google-eclipse-plugin

GWT GAE app engine modules using appengine-skeleton-archetype

落爺英雄遲暮 提交于 2020-01-07 06:31:07
问题 I tried to create a new maven project using com.google.appengine.archetypes:appengine-skeleton-archetype and it generate appname, appname-ear, appname-war. Based on what I read to convert backends to module, I need to have at least default module. How do I change appname-war to default or add a new module name default, because every time I did that, the default module doesn't seems to be appeared on the outside of appname project (the parent project). Thanks. 回答1: I think I got the answer. I

Eclipse doesn't generate google cloud endpoint client library

寵の児 提交于 2020-01-04 12:48:10
问题 I'm trying to create my first GAE Endpoint app, and instead of generating an endpoint from a class, I'd like to create my own personalised Endpoint... is this possible? I've written this class: @Api(name="my_endpoint", path="my_endpoint") public class MyFirstEndpoint { @ApiMethod (name="my_method", path="my_method", httpMehod=HttpMethod.GET) public Response myMethod(@Named("param1") String param1) { ... } } But when I try to generate the Endpoint Client Library in Eclipse, it says that there

Is the Google Eclipse Plugin for Juno (Eclipse 4.2) broken?

大城市里の小女人 提交于 2020-01-03 20:21:10
问题 I just installed Eclipse EE Juno (4.2) and a whole slew of plugins for it. I am now attempting to install the Google plugin (GAE and GWT) and am getting an error when adding the update site through Juno's Install new software window: Name: Google-Plugin Location: http://dl.google.com/eclipse/plugin/4.2 When I try to enter this I get: Could not find http://dl.google.com/eclipse/plugin/4.2 I see this question from a few months ago. Although I am having a very similar problem, I think I have a

Is the Google Eclipse Plugin for Juno (Eclipse 4.2) broken?

*爱你&永不变心* 提交于 2020-01-03 20:18:29
问题 I just installed Eclipse EE Juno (4.2) and a whole slew of plugins for it. I am now attempting to install the Google plugin (GAE and GWT) and am getting an error when adding the update site through Juno's Install new software window: Name: Google-Plugin Location: http://dl.google.com/eclipse/plugin/4.2 When I try to enter this I get: Could not find http://dl.google.com/eclipse/plugin/4.2 I see this question from a few months ago. Although I am having a very similar problem, I think I have a

which are the files uri on GAE java emulating cloud storage with GCS client library?

北城以北 提交于 2020-01-03 16:57:47
问题 I'm developing a web application using Google app engine for Java. I will use Google Cloud storage and according to the documentation, I'm using GCS client library to emulate cloud storage on local disk. I have no problem saving the files, I can see them from eclipse under the war folder (under the path WEB-INF/appengine-generated) and I can see them from the web admin panel accessible from the url localhost:8888/_ah/admin as indicated in this question My question is the following. Which are

GWT Maven - webapp files getting deleted when running in dev mode

旧巷老猫 提交于 2020-01-02 07:13:54
问题 As specified in the gwt maven mojo plugin documentation, I have selected src/main/webapp folder as my war directory in eclipse->project properties->Google->Web application. Then, when I tried to run my gwt project in dev mode from eclipse, the html files in webapp folder was getting deleted. After some investigation, I was able to fix this by modifiying -war value in run configuration to the target folder of the project. But the problem I am facing now is that, after running the project in

Eclipse, AppEngine: java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE

耗尽温柔 提交于 2020-01-01 04:23:06
问题 I'm getting this error when trying to deploy to Google AppEngine. I DO have JDK selected! ------------ Deploying frontend ------------ Preparing to deploy: Created staging directory at: 'C:\Users\Chloe\AppData\Local\Temp\appcfg8759974391667459604.tmp' Scanning for jsp files. Compiling jsp files. java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE. Debugging information may be found in C:\Users\Chloe\AppData\Local\Temp\appengine

Serving multiple GAE modules from one development server?

若如初见. 提交于 2019-12-28 16:12:54
问题 I'm converting some backends to modules and am perplexed on setting up the development environment configuration. I'm using Java in Eclipse but not Maven. The architecture is very simple: Front end module is default. Basic GAE/GWT app. Puts items on task queue. Back end module processes task queue. With the old backend architecture one debug configuration would start up the development server that would service the GWT DevMode UI and the backend task processing. The crux of the issue is that

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

和自甴很熟 提交于 2019-12-24 05:12:14
问题 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 to kill the proces and restart it. There is nothing in Eclipse error log. Eclipse version is Galileo, running on Windows 7 RC. Anyone else had similar

Updated Mac OS X Java broke appengine development server

丶灬走出姿态 提交于 2019-12-13 19:21:34
问题 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 starts, and then terminates after the info message that the server is running. There's no error information. Ugh. A gwt-only project created with the plugin works fine. The jetty server starts up and happily serves the application. My question is, I guess, how I can get more information about what