[google-appengine] Eclipse Java Web app generating following error - “Generating the api metadata for your cloud endpoints classes”

2014-12-19 Thread Oğuzhan Aydın
When I try to create a new web app, eclipse automatically gives the error below: "There was a problem generating the API metadata for your Cloud Endpoints classes: unknown protocol: c" I searched on many places but I couldn't find an effective solution. I changed the App Engine SDK version 3

Re: [google-appengine] Eclipse - Generate App Engine Backend fails

2014-11-13 Thread Vinny P
On Sat, Nov 1, 2014 at 11:30 AM, Gannicus wrote: > I'm facing issues trying to use the Google Plugin Eclipse on Windows 8 64 > bits with Eclipse 4.2. I aim at creating a simple Android App with a > backend. Whenever I use this tutorial >

[google-appengine] Eclipse - Generate App Engine Backend fails

2014-11-13 Thread Gannicus
Hello everyone, I'm facing issues trying to use the Google Plugin Eclipse on Windows 8 64 bits with Eclipse 4.2. I aim at creating a simple Android App with a backend. I have set up everything required by Google (Eclipse, SDK, GPE...) Whenever I use this tutorial

[google-appengine] eclipse maven module project missing jar

2014-10-06 Thread Roman Schönbichler
Hi all, I've created an application with different modules using maven. Therefore I followed this appengine-modules-sample-java layout. Then I added a module, called base, which compiles as a jar and all other modules depe

Re: [google-appengine] eclipse is shutdown during the deployment on google server but works normally during the local deployment

2014-09-16 Thread Vinny P
On Tue, Sep 16, 2014 at 12:54 AM, Bachir Seck wrote: > Hi ! The deployment of my application works perfectly when I use the local > server. But when I try to deploy the application on google server Eclipse > is automatically shutdown after few seconds. Can somebody help me to > resolve this prob

[google-appengine] eclipse is shutdown during the deployment on google server but works normally during the local deployment

2014-09-16 Thread Bachir Seck
Hi ! The deployment of my application works perfectly when I use the local server. But when I try to deploy the application on google server Eclipse is automatically shutdown after few seconds. Can somebody help me to resolve this problem. -- You received this message because you are subscribe

Re: [google-appengine] eclipse-jee-kepler working problem

2014-01-03 Thread Vinny P
On Wed, Jan 1, 2014 at 8:51 AM, sandeep bhujbal wrote: > i start work on eclipse-jee-kepler with google app eng. . It gives me > following problem when i start server. > Generally it means that there's no launch configuration set for the current application (i.e. Eclipse doesn't understand

[google-appengine] Eclipse and google app engine

2012-05-17 Thread Jesper Nyqvist
I have installed Eclipse 3.7 together with Google Plugin for Eclipse. I have followed all the instructions on how to make this on Google Developers pages. When i make a new project i follow the instructions at Google Developers pages. When i try to run the web application i do like this; Debug

[google-appengine] Eclipse Orion and Google App Engine

2012-03-05 Thread amc
If you think the ideal solution for developing cloud based web apps is to use a cloud based development environment, you may be interested in something that we're working on in the Eclipse Foundation ... ... Eclipse Orion's objective is to create a browser-based open tool integration platform whic

[google-appengine] Eclipse GAE Plugin Feature Request: Add Version input in deploy dialog.

2012-01-03 Thread Nick
I wish it could be set it up to use the svn repo number as the appengine version...similar to the auto increment idea. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/ms

[google-appengine] Eclipse + GAE, Problem in project clean

2011-11-25 Thread Deepak Singh
Hi, I have a project GWT + GAE 1.5.5 + Eclipse Galelio. It was all working fine but suddenly i am getting an error when i do 'clean' project by selecting the project->clean option in eclipse. The error is: Datanucleus enhancer encountered a problem Cannot run program "C:\Program Files\Java\jdk1

[google-appengine] Eclipse GWT deploy problem

2011-10-12 Thread Mazzi
Hi all, Could somebody help me please. I did everything to deploy my application online with GWT. But i get everything the same error. Invalid Token. Can please tell somebody what i am doing wrong ? -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] eclipse plugin can't login

2011-09-26 Thread dassio
today i started the eclipse but i can't log in with my google account in the google eclipse plugin. here is the error: eclipse.buildId=I20110613-1736 java.version=1.6.0_25 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN Framework arguments: -prod

[google-appengine] Eclipse GAE Deploy Button Does Nothing

2011-06-22 Thread mlikesit
I recently built a very simple hello world GAE app, and it runs fine here on my local box. I've created an account and chosen the id for it, and entered that into the xml file and also through the Window- >Preferences->Google dialog. When I click on the toolbar button "Deploy App Engine Project"

[google-appengine] eclipse plugin: how to set debug logging level only for my app?

2011-03-13 Thread Igor Gatis
I'm trying to set logging so that only my app's debug level messages to be printed. It seems it does not matter what I do in my WEB-INF/ logging.properties, the only way to control logging level is through "Run" > "Debug Configurations...", select my app, then click on "GWT" tab and change logging

[google-appengine] Eclipse - Linked Stylesheets

2010-11-28 Thread RRRaney
Hello, I am using eclipse IDE to create my AppEngine Applications. I have a Stylesheet that I have been using in all of the projects. The Stylesheet file is actually included in the war folder of each project (different copies). I have been trying to move this to a seperate folder and then crea

[google-appengine] Eclipse plugin with 1.3.8 doesn't recognize local data from 1.3.7 (local_db.bin)

2010-10-19 Thread Marc Hacker
When I compile in eclipse using the new app engine 1.3.8 my app finds no data that was saved into the local datastore when I previously ran under 1.3.7. When I recompile using 1.3.7 everything works great. Somehow 1.3.8 is not recognizing a local_db.bin file saved with 1.3.7 Issue raised: http://

[google-appengine] Eclipse deletes my images upon deploying

2010-10-18 Thread Michael
Hi, my application runs just fine locally, but my problem is that when i try to deploy it, eclipse deletes my images and none of them are uploaded. I looked for some time now on how to solving it, but i found no post nor documentation about it. -- You received this message because you are subscri

Re: [google-appengine] Eclipse IDE showing JDK configuration Error

2010-10-07 Thread Ikai Lan (Google)
The problem is that you're using a JRE (3rd item on your list). Make sure you point Eclipse to a JDK. JRE = Java Runtime Environment JDK = Java Development Kit -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/a

[google-appengine] Eclipse IDE showing JDK configuration Error

2010-10-06 Thread epoy
I created a New Wep Application Project using Eclipse IDE. My IDE is already setup to run GAE Development Mode. But when I started creating index.jsp file on may war folder. It displays "Your project must be configured to use a JDK in order to use JSPs" My Library includes - App Engine SDK [App E

[google-appengine] Eclipse Information Center

2010-09-16 Thread spikernyc
I created a custom Eclipse Information Center (similar to http://help.eclipse.org/helios/index.jsp) using the Eclipse "Plug-in Project" framework and would like to host the solution on Google Apps. Is this possible? If so, what is the procedure. Thanks. -- You received this message because you ar

[google-appengine] Eclipse Infocenter Hosted in Google Apps

2010-09-06 Thread Michael Kaplan
Is it possible to host an Eclipse Infocenter in the Google Apps. Infrastructure? What is the procedure? An example Eclipse Infocenter is at http://help.eclipse.org -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send

[google-appengine] Eclipse, AppEngine, Java.

2010-06-03 Thread Timofey Danshin
Hi. I've tried to split my AppEngine project in two in Eclipse and reference one project from the main one. The project compiles well, but when i try to "Debug it as a web application" it fails with the "java.lang.NoClassDefFoundError". It cant't find the definition of one of my abstract classes i

Re: [google-appengine] eclipse

2010-02-13 Thread bhuvaneswari jeevandoss
Hai, when i want to create a new sites using google sites api in eclipse. In google data what templates i want to select. i have an that we want to select sites templates for example: if we creating google calendar api we select calendar template in it. I had install

Re: [google-appengine] eclipse

2010-02-12 Thread kang
http://code.google.com/appengine/docs/python/howto/usinggdataservices.html On Fri, Feb 12, 2010 at 8:41 PM, bhuvan wrote: > i want to create new site using GData.what option i need to go. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" gro

[google-appengine] eclipse

2010-02-12 Thread bhuvan
i want to create new site using GData.what option i need to go. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-ap

[google-appengine] eclipse RAP

2010-02-03 Thread avgad
Hi, Is there a way to use eclipse RAP in GAE? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+un

[google-appengine] Eclipse: no Google menu options after update to 1.3.0

2009-12-19 Thread Delo
Hi, I am running an Eclipse EE 3.5 on Windows Vista (Build id: 20090920-1017) and I have successfully used the GAE plugin 1.2.6 and GWT plugin 1.7.1. My application is running on GAE. Yesterday I updated to GAE 1.3.0 and GWT 2.0.0 via "Help->Install new software". After the update my project show

[google-appengine] eclipse adding *.jsp file to war directory

2009-07-29 Thread ping
hello, i have a problem with adding *.jsp files to my project. everytime when im adding such a file eclipse marks it as faulty. There are no concrete error tipps. it only marks the whole file. When i run my application in debug mode everything is okay, but im not able to deploy my application.. -

[google-appengine] Eclipse terminate

2009-05-28 Thread faby
I'm using windows xp sp 3 and eclipse ganymede. the problem: eclipse terminate as soon as I open a brand new project or when I try to lunch the application again. even when I lunch the command from the command line following the instruction of the tutorial the result is the same. --~--~-~

[google-appengine] Eclipse Configuration Error

2009-04-11 Thread palaniappan chellappan
I just started using Java SDK for appengine. When i added first jsp page on the project, Eclipse showed up an error "Your Web Application Project must be configured to use a JDK in order to use JSPs" jsp page is compiling and working perfectly, but i like to fix this problem on eclipse. Screens

[google-appengine] Eclipse/PyDev/Google App Engine/Python-Twitter API

2009-01-29 Thread jahman
Hi Folks, I'm hoping to develope a Twitter application using the above. Essentially, I am good to go in as much as I can run a little Python from within Eclipse to get some data from the Twitter API. That works great. The problem is that when I try to connect to http://localhost:, where I'v

[google-appengine] Eclipse auto-completion for response/request objects...

2008-10-06 Thread Drew
After looking through this group I found this wonderful guide for setting up Eclipse to work with GAE/Python using Pydev: http://code.google.com/appengine/articles/eclipse.html However, after following the instructions and adding the indicated external source folders I'm still not getting auto-c

[google-appengine] Eclipse & GAE

2008-09-11 Thread Davide Rognoni
Hi, this post is very very good: "debugging application" http://groups.google.com/group/google-appengine/browse_thread/thread/ab9a557d28bc2240/a16a74a70b665ca9#a16a74a70b665ca9 Alexander Kojevnikov Did you use this guide? http://code.google.com/appengine/articles/eclipse.html Debugging, includi