Questions tagged [google-eclipse-plugin]

Google Plugin for Eclipse (GPE) is a set of software development tools that enables Java developers to quickly design, build, optimize, and deploy cloud-based applications.

141 questions
3
votes
1 answer

Google Apps Marketplace JAR and GAE

When you use the Google-Eclipse plugin to create a new Web Application Project, and you select the option to "Add support for listing on Google Apps Marketplace", the plugin automatically adds an apps-marketplace.jar file on your classpath. Does…
3
votes
1 answer

Google Eclipse plugin warning for bad server classpath

I have installed the Google-Eclipse plugin to create a GWT/GAE app. I added the joda-time-2.1.jar for handling dates and times on the server-side. I did this by adding the JAR to a lib/ directory in my project, and then adding the JAR to the project…
user1768830
3
votes
2 answers

Debugging and Running Client/Server Code for GWT/GAE App

I'm developing a GWT app that will be deployed to GAE. I have installed the Google-Eclipse plugin which also pulled down the GWT and GAE SDKs. But now that I am sitting down and actually thinking about things, I've become very confused as to how to…
IAmYourFaja
  • 50,141
  • 159
  • 435
  • 728
3
votes
2 answers

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

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:…
IAmYourFaja
  • 50,141
  • 159
  • 435
  • 728
3
votes
1 answer

PhP with GAE and Google Cloud SQL

I'm creating a web app using php to run on google app engine. i wish to use google cloud sql to store data. i used a Local MySQL Instance During Development. i have added quercus to my project and wrote simple php code to retrieve data from existing…
Bishan
  • 14,035
  • 48
  • 151
  • 235
2
votes
1 answer

I want to open source my Google App Engine Java project, is there any auth info in the Eclipse project?

I have an Eclipse project wired up to Google App Engine through the Google Eclipse plugin. I want to open source the project, but am concerned that there might be some GAE authentication information in the source tree somewhere that I'm not aware…
sanity
  • 33,862
  • 40
  • 131
  • 218
2
votes
1 answer

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 (J2SE 3.6) with Google Eclipse Plugin (the newest…
mhaligowski
  • 2,080
  • 18
  • 23
2
votes
0 answers

From Eclipse to Android studio: migrating an app-engine connected android project

Has anyone done this successfully and don't mind sharing their experiences? What are the gotchas? The difficult corners? In addition to being an App Engine Connected Android Project (AECAP), my project uses other dependencies such as Facebook SDK,…
2
votes
2 answers

NoClassDefFoundError for ObjectifyService when using Objectify with GAE

I have added objectify-5.1.5-sources.jar to my GAE project under WEB-INF\lib and I have modified the web.xml file as ... ObjectifyFilter
Katedral Pillon
  • 14,266
  • 20
  • 87
  • 182
2
votes
2 answers

Can I save images to Blobstore and save data to Datastore in one trip?

The argument has been made and settled on numerous occasions: Blobstore is better than DataStore for storing images. Now say I have an app similar to Instagram or Facebook or Yelp or any of those apps that are image intensive. In my particular case…
2
votes
0 answers

AppEngineConfigException: Invalid configuration, module.war must exist and be a directory

I'm using the latest GAE java sdk and eclipse plugins for eclipse luna. My project consists of Java modules using maven (like here). When I'm trying to deploy the ear project from eclipse, I'm getting this exception: Caused by:…
roemer
  • 497
  • 1
  • 5
  • 20
2
votes
1 answer

Unable to deploy Eclipse WTP EAR multi-module project to remote instance

I am creating a GAE application, and I am following the proposed structure of modularized GAE applications in Eclipse with WTP, as documented here (see section "Enterprise Application EAR"). I have created and linked a local server instance of GAE,…
2
votes
1 answer

Possible to use Google Modules with Google Plugin for Eclipse?

My goal is to develop Java applications that use the new Google Modules. I’d like to use the Google Plugin for Eclipse because it’s simple to debug and upload to Google. The problem is I can’t tell if it’s possible to use the Google Plugin for…
2
votes
1 answer

Eclipse reports web.xml file does not exist, even though it does exist

I have a GWT project. I have the web.xml created and placed in webapp/WEB-INF, war/WEB-INF as well as war/. But Eclipse keeps throwing me the error that The web.xml file does not exist When I right click on the error and look into Properties, I…
somesh
  • 2,129
  • 1
  • 12
  • 23
2
votes
1 answer

gitignore for App-engine connected android project

I need to collaborate on an App-engine Connected Android Project (AECAP). I am using GitHub as the repo. Eclipse has no option for creating AECAP from existing source (as does android and other java projects -- so google needs to fix this). Anyway,…
learner
  • 11,452
  • 24
  • 87
  • 160
1 2
3
9 10