[appengine-java] Eclipse shortcut key to launch/debug app engine web application

2012-03-03 Thread vraa
In Eclipse, I find it unproductive to navigate to Run / web application every time when I want to launch a web application in app engine. Eclipse does provide a shortcut *Alt+Shift+X *and then launch a application, but this doesn't list App Engine web application. So, I have to use the mouse

Re: [appengine-java] Eclipse shortcut key to launch/debug app engine web application

2012-03-03 Thread Jeff Schnitzer
This. Please. This has been killing me for years. GWT adds a little restart button on the console. I want that button for non-GWT apps - and specifically a hotkey that will press it. For some apps you can effectively get this by executing touch war/WEB-INF/appengine-web.xml. However,

[appengine-java] Eclipse unable to compile after updating

2012-01-19 Thread Arjun Damodar
I updated the google plug-in for eclipse and now I get the following error: Error: Could not find or load main class com.google.appengine.tools.development.DevAppServerMain Since I can't load main class, I can't even compile my projects. Please suggest me what to do. -- You received this

[appengine-java] Eclipse - Sign into Google Fails

2012-01-08 Thread David Thompson
A page comes up with: OAuth 2.0 error: invalid_request Missing required parameter: client_id I get the error when I press the Sign into Google button at the bottom of Eclipse and also with my appengine project (which is already deployed once and running) I right click and select Google-Deploy.

[appengine-java] Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
When I first got eclipse setup, it would automatically reinsert newly compiled objects into the running server so that all I had to do was refresh the page in the browser to see my changes. For some reason this stopped working. I don't see any errors in the error log for eclipse and it

[appengine-java] Eclipse Update for App Engine SDK 1.6.0?

2011-11-17 Thread esorf
Prior updates to the App Engine SDK have been automatically installed when I choose Check for Updates in Eclipse. (Helios on OSX) The new 1.6.0 SDK is out of preview but does not show up in the available updates. Will it? When? -- You received this message because you are subscribed to the

[appengine-java] Eclipse (GWT) fails to run google webapplication.

2011-11-13 Thread Oswin
I've installed Eclipse(Indigo) and Java jdk1.7.0_01. I also installed the google appengine plugin with GWT SDK 2.4.0 and App Engine SDK 1.5.5 included. The Java jdk1.7.0_01 is checked in the Eclipse preferences, installed JRE's. When I create a new google webapplication as a project in Eclipse

Re: [appengine-java] Eclipse (GWT) problem running project.

2011-11-13 Thread Amy Unruh
Did you by any chance try to rename the out-of-the-box sample project? If so, double check that everything is renamed consistently, then delete your old run configuration and generate a new one (e.g. via Run As Web Application). -Amy On Sat, Nov 12, 2011 at 1:48 AM, Oswin osw-...@hotmail.com

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-22 Thread Nick Wood
Thanks for all of the replies, everyone! I found out the issue. The IP that I had set for my localhost in my /etc/hosts file had changed. Since fixing this, I am now been able to successfully connect Eclipse with the Google Login, as well as deploy the server locally. Thanks all! Sorry for

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-18 Thread Seth Hollyman
Is it possible you have either a very old version of eclipse or GPE? The fact that you're missing an eclipse build identifier may indicate your eclipse environment has larger issues outside of GAE or Google Login functionality. As a test, I installed GPE into an eclipse indigo installation on

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-18 Thread Nick Wood
I have a feeling it might have something to do with my machine, but haven't had a chance yet to test on other machines I have around my house. I haven't been receiving any weird errors in the error log, only those strange NSLOCKERROR messages after the server tries to start up. I've attempted

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-18 Thread Nick Wood
I also agree that it might be something larger than just something going on with GAE. I'm going to give it a test on my laptop and see what happens. I don't know what could've possibly become corrupted between the time creating and deploying my GAE Project, upgrading Lion, and then attempting

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-18 Thread Seth Hollyman
The other thing I noticed was you may be running a carbon-based (rather than cocoa-based) eclipse. The NS* errors may be indicative of some issue calling out to differences in native libraries in Lion (most likely via SWT). Can you identify which particular version of eclipse your

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-17 Thread Nick Wood
I was getting the attached screenshot whenever I try and launch my application. I'm also still unable to sign into Google within Eclipse for some reason? Clicking the Grant Access button does nothing, nor does the Deny Access... Not really sure what's going on there. When I tried to start

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-17 Thread David Chandler
Hi Nick, Is there anything interesting in the Eclipse error log? Window | Show View | Error Log. Also which version of Eclipse are you running? /dmc On Wed, Aug 17, 2011 at 12:37 PM, Nick Wood nick.wood...@gmail.com wrote: I was getting the attached screenshot whenever I try and launch my

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-16 Thread objectuser
I've not had any problems with Lion either. Working fine. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/lIAdDf8NweQJ. To post to

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-15 Thread Ikai Lan (Google)
What error are you getting? You didn't attach it. Anyone else on Lion doing okay? Having problems? ... as a cautionary tale for other developers, upgrading day 1 usually leads to some kind of craziness. Not to mention Lion is going to mess up your scrollbars. -- Ikai Lan Developer Programs

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-15 Thread Bruno Fuster
Eclipse+GAE is working fine with Lion for me and some co-workers using it. On Mon, Aug 15, 2011 at 8:15 PM, Ikai Lan (Google) ika...@google.comwrote: What error are you getting? You didn't attach it. Anyone else on Lion doing okay? Having problems? ... as a cautionary tale for other

[appengine-java] eclipse plugin - fresh install not working

2011-07-13 Thread MadCow
Hi, I've just downloaded a new version of eclipse 3.6 and 3.7, the version for java development. Once installed, I tried the google app engine plugin using http://dl.google.com/eclipse/plugin/3.6 and http://dl.google.com/eclipse/plugin/3.7. I can't get the plugin working for either. Both

[appengine-java] Eclipse: Importing types from other projects

2011-07-11 Thread superkrizz
Hi everyone! I am developing several gae-services in Eclipse in separate projects. These services exchange data, and share some data types. My normal approach would be to keep these shared datatype class definitions in a separate project and import where needed. However, in Eclipse, services

[appengine-java] Eclipse App Engine Deploy Does Nothing

2011-06-22 Thread Mike Davis
I recently installed the google app engine plug in for eclipse. I created a small sample project, and entered my application id into the xml file. When I click on the button for Deploy App Engine Project absolutely nothing happens. I don't get any popups or console out put or anything. Also,

[appengine-java] Eclipse plugin Vs stand alone GWT

2011-06-08 Thread Amir
Hi All, I am a little confused whether to take the plugin path or the GWT one. True the plugin has GWT built into it but it seems to miss on of the feature that I am now looking into, which is the MPV pattern. guess you can do it manually with the plugin but here you there's an auto generated

[appengine-java] Eclipse Plugin Add Google APIs not put gdata-core-1.0.jar to WEB-INF/lib

2011-05-07 Thread mikeshimura
I try to put Spreadsheet API using new Add Google APIs feature, but gdata-core-1.0.jar was not put to WEB-INF/lib. Therefore SpreadsheetService#setUserCredntials didn't work. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

[appengine-java] Eclipse plugin: Unavoidable NPE in ORM validation on Scala sources

2011-04-27 Thread Todd Vierling
I submitted a moderated post about this, but I think it got lost somewhere. My posts are getting through now, so here we go... Environment: * Eclipse 3.6.2 (Helios SR2) * Google Plugin for Eclipse 2.2.1 (also tested 2.3.0 beta1) * Scala IDE plugin (any version, though primarily using the

[appengine-java] Eclipse: Validation exclusions don't work?

2011-04-26 Thread Todd Vierling
This has been asked elsewhere, but not here; see: http://stackoverflow.com/questions/3324848/scala-on-google-app-engine-with-eclipse A Scala-based GAE project causes the Eclipse plugin to freak out on Scala sources, obviously because they're not Java sources. The exception backtrace begins:

[appengine-java] Eclipse, RichFaces Google App Engine - Tutorial - Step By Step - Draft 1.0

2011-04-17 Thread Tomek
Hi, Maybe some of you will find the tutorialhttp://void-pointers.blogspot.com/2011/04/eclipse-richfaces-google-app-engine.htmluseful. Any comments (fixes too) are very welcome. All the best, Tomek -- You received this message because you are subscribed to the Google Groups Google App

Re: [appengine-java] Eclipse Plugin not showing 1.4.3

2011-04-02 Thread branflake2267
Yep, I noticed that too. It takes about a day after it starts to notify you in eclipse. If your in hurry to try it, I found I have to add it manually. It would be nice if they add it to the repository right away. Brandon Donnelson http://gwt-examples.googlecode.com -- You received this

[appengine-java] Eclipse Plugin not showing 1.4.3

2011-03-31 Thread Alan Williamson
Good morning fellow Google'ers ... I noticed the Eclipse plugin site is still giving out 1.4.2 and has not yet been upgraded to 1.4.3. Small oversight? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send

Re: [appengine-java] Eclipse Plugin not showing 1.4.3

2011-03-31 Thread Gal Dolber
In general a new version takes one or two days to appear on the plugin. You can download the new version and add it. On Thu, Mar 31, 2011 at 3:32 AM, Alan Williamson goo...@alanwilliamson.orgwrote: Good morning fellow Google'ers ... I noticed the Eclipse plugin site is still giving out 1.4.2

[appengine-java] Eclipse Run As Web Application overwrites all the libs

2011-03-20 Thread Philippe Beaudoin
I'm using maven with m2eclipse and want to use to nice debugging tools by running my app directly from Eclipse via the Run As Web Application command. This used to work well, but recently I've discovered that all the external dependencies in target/MyProject/WEB-INF/lib are deleted every time

[appengine-java] eclipse shows error in .jsp but tutorial project runs

2011-03-01 Thread Aisthesis
i'm just trying to learn how the app engine works and was working through the tutorial. in the guestbook.jsp version, using eclipse, i started off with some actual errors (missing quotation mark, missing space) but after getting enough of those corrected that the program does run in my browser, i

Re: [appengine-java] eclipse shows error in .jsp but tutorial project runs

2011-03-01 Thread Ikai Lan (Google)
Do you know what the error says when you hover over the X? Could just be Eclipse weirdness. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Tue, Mar 1, 2011 at

[appengine-java] Eclipse JDO Issue: A property named javax.jdo.PersistenceManagerFactoryClass must be specified

2011-02-21 Thread Seven Days
I refactored my project to change the name of one of the top-level packages and it seems to have broken my configuration. When the PersistenceManagerFactory.getPersistenceManager() is first called, the exception below is thrown. I think the issue is that jdoconfig.xml is not being picked up.

[appengine-java] Eclipse Plugin: JDO JavaDocs aren't attached

2010-12-31 Thread Dzmitry Lazerka
Hi folks, For example, after Open Declaration on PersistenceManager class, Eclipse says sources aren't attached. I thought they aren't included in plugin, but recently found that

[appengine-java] Eclipse plugin insists on copying DataNucleus jars to war/WEB-INF/lib

2010-10-26 Thread Maxim Veksler
Hello, My project needs only 2 jars from GAE/J: appengine-api-1.0-sdk-1.3.8.jar appengine-api-labs-1.3.8.jar The rest of the jars supplied by the plugin are API's that are not used by our application and thus not required as part of the deployment: appengine-jsr107cache-1.3.8.jar

[appengine-java] Eclipse does not launch after upgrading to gae 1.3.8

2010-10-22 Thread Vik
Hie Today i upgraded to gae 1.3.8 and now i m unable to launch eclipse. Please advise Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group,

[appengine-java] [Eclipse Plugin] Problem with refreshing static files

2010-10-21 Thread hadf
I have a CSS file main.css in my war directory. I've modified it, but the trouble is that when I execute my project in Eclipse as a WebApplication, the server delivers the old version of the file. All works fine with the appserver command. I searched in the workspace, and even in my hole homedir,

[appengine-java] Eclipse import

2010-10-02 Thread Stuart Johnson
I want to play with the gwt-gae-image-gallery in eclipse. http://github.com/ikai/gwt-gae-image-gallery What is the correct way to import this project into eclipse? Thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

[appengine-java] Eclipse Plugins on Dynamic Web Projects

2010-09-14 Thread JCR
There seem to be numerous issues with using the GAE plugins on a Dynamic Web Project. When you simply r-click the project and do Google App Engine Settings ... App Engine and turn it on, everything is fine. Unfortunately, to deploy this project out, you also need to r-click the project, then

[appengine-java] Eclipse Plugin and Proxy Server

2010-07-14 Thread ogbigpo...@verizon.net
I can't deploy my application from work because we are behind a proxy server. How do I configure the plugin to use the proxy server ? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Eclipse/Ant/SDK best practice

2010-07-03 Thread Roy
I do all my development in Eclipse, and then use ant for automated test and building my distros. Whenever there is a new G plugin for eclipes, I tend to have to download the SDKs twice; Once as part of the eclipse plugin and then a second time so I can include them in the classpaths in my ant

[appengine-java] Eclipse Helios 3.6 - plugin appenginge

2010-07-01 Thread Daniela
Hi, just wondering if there's going to be an upgrade to the plugin for Eclipse soon, since the new version of Eclipse was released (Eclipse Helios). Until now the Google Plugin can be installed in Eclipse Europa, Ganymede and Galileo 3.5, but not Helios 3.6. Thank you, Daniela -- You

Re: [appengine-java] Eclipse Helios 3.6 - plugin appenginge

2010-07-01 Thread Wilson MacGyver
it's available now http://code.google.com/eclipse/docs/getting_started.html On Wed, Jun 30, 2010 at 8:21 PM, Daniela daniela.fernan...@gmail.com wrote: Hi, just wondering if there's going to be an upgrade to the plugin for Eclipse soon, since the new version of Eclipse was released (Eclipse

Re: [appengine-java] Eclipse Help Needed

2010-06-01 Thread Ikai L (Google)
Can you post your web.xml? Is there a Java stack trace somewhere (if there is an error)? On Mon, May 31, 2010 at 10:56 AM, guymac guy...@gmail.com wrote: I'm a long-time Java web-app developer and Eclipse user, but first time Google App Engine user. In debug mode with the Eclipse plugin

[appengine-java] Eclipse Help Needed

2010-05-31 Thread guymac
I'm a long-time Java web-app developer and Eclipse user, but first time Google App Engine user. In debug mode with the Eclipse plugin (1.3.4), my servlets are not being loaded, and I have no idea why. Logging shows that appengine-web.xml and web.xml are being read, which has proper definitions for

[appengine-java] Eclipse plugin Subclipse issue

2010-05-25 Thread a701440
I am running Eclipse 3.5 on Ubuntu 10.04 64 bit. I had subclipse subversion integration installed and working fine. I then installed the google app engine plugin using the 3.5 update site. After the restart all subclipse plugin items are gone from the Eclipse. There is no SVN Explorer, Subversion

[appengine-java] Eclipse plugin requires fixed location for src directory

2010-04-19 Thread Sudhir Ramanandi
I can not change the source folder (/src) to anything else, otherwise enhancer will not be able to find source folder and enhance entity classes I just created http://code.google.com/p/googleappengine/issues/detail?id=3111 is it me only or other too have same issue? Thanks Sudhir -- You

Re: [appengine-java] Eclipse plugin requires carbon version of SWT?

2010-04-12 Thread Rajeev Dayal
The plugin should work with both Carbon and Cocoa versions of Mac OS X. Can you give me some details about the exact version and distribution of Eclipse that you're using, as well as the platform (computer type and OS version) that you're running on? On Sat, Apr 10, 2010 at 9:50 AM, datguy

Re: [appengine-java] Eclipse

2010-04-12 Thread Ikai L (Google)
Were you able to resolve this? Did you find out which files caused the issue? On Tue, Apr 6, 2010 at 12:01 AM, 1900's gudujian3...@gmail.com wrote: eclipse.buildId=unknown java.version=1.6.0_18 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN

[appengine-java] Eclipse plugin requires carbon version of SWT?

2010-04-10 Thread datguy
I tried to install the Google plugin for Eclipse 3.5, and got the following error while trying to resolve dependencies: Cannot find a solution satisfying the following requirements org.eclipse.swt.carbon.macosx [3.4.0.v3448f]. What's the easiest way to resolve this? Does anyone know if the

[appengine-java] Eclipse

2010-04-06 Thread 1900's
eclipse.buildId=unknown java.version=1.6.0_18 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN Command-line arguments: -os win32 -ws win32 -arch x86 Error Tue Apr 06 14:38:47 CST 2010 Unable to update app: Failed to compile the generated JSP java

[appengine-java] Eclipse plugin - prevent auto-copy of jars

2010-04-04 Thread Krishna
Hi, I'm using Objectify for persistence and I'd really like to remove all jdo / jpa related jars from my lib directory but eclipse keeps transferring them back. I also tried modifying the contents of the com.google.appengine.eclipse.core file under the .setting directory but I guess eclipse

Re: [appengine-java] Eclipse plugin - prevent auto-copy of jars

2010-04-04 Thread Scott Hernandez
There was recent discussion about dependencies (valid for Objectify or any datastore based impl.) but the eclipse plugin question has not been answered well. http://groups.google.com/group/objectify-appengine/browse_thread/thread/d464550b97cee2e3/45c70bea305822fd I suspect that if you enable

Re: [appengine-java] Eclipse plugin + Maven integration problem

2010-03-30 Thread Hannu Leinonen
Check out my blog post: http://hamandeggs.wordpress.com/2010/01/26/how-to-gae-eclipse-maven/ It's for the old plugin version but still working with the new ones. I haven't yet had time to figure out how to utilize the WAR directory configuration. I hope you find this useful. -Hannu On

[appengine-java] Eclipse GAE plugin problem with Datanucleus enrichment

2010-02-02 Thread Joe Hudson
Hello, I am using the Google App Engine Eclipse plugin and get an error when I save a Java class with a get(String) method. The enhancer is throwing a NullPointerException. I have added the transient annotation and don't know what else I can do to avoid this issue. Can anyobody please give me

[appengine-java] Eclipse hangs at startup, Ubuntu

2010-01-14 Thread pgoetz
Hi group, I have a problem with the Google Eclipse Plugin. I am developing an application for the Google App Engine (Eclipse JEE Galileo, Google Plugin 1.2.0, Google App Engine SDK 1.3.0, OS Ubuntu 9.10). Yesterday I reinstalled the Google Plugin and Google App Engine SDK after I got the same

Re: [appengine-java] Eclipse plugin failure after log4j added to the classpath (WEB-INF/lib)

2010-01-11 Thread 杨浩
*Check your Java Build Path of GAE App!* notice that:add your log4j lib into your app build path 2010/1/11 杨浩 skzr@gmail.com I have the slf4j + log4j in my GAE app, it's work fine! war/WEB-INF/lib/slf4j-log4j12-1.5.10.jar war/WEB-INF/lib/log4j-1.2.15.jar you can try version 1.2.15 of

Re: [appengine-java] Eclipse plugin failure after log4j added to the classpath (WEB-INF/lib)

2010-01-11 Thread 杨浩
I have the slf4j + log4j in my GAE app, it's work fine! war/WEB-INF/lib/slf4j-log4j12-1.5.10.jar war/WEB-INF/lib/log4j-1.2.15.jar you can try version 1.2.15 of log4j! ^ ^ -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to

[appengine-java] Eclipse plugin software update not working

2010-01-06 Thread sam2themax
I tried to update the Google App Engine SDK and Eclipse Plugin this morning and got the following error: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=,

[appengine-java] Eclipse AppEngine Plugin

2009-12-25 Thread Ambiency
I have recently upgraded eclipse to Galileo. Previously, with Ganymede, I had no problems running an app locally using the Google Appengine plugin. I now cannot run Appengine code (run as ...Google Web App). I get an exception 'javax.xml.parsers.FactoryConfigurationError: Provider

[appengine-java] Eclipse misconfigured after upgrade to 1.2.8 ?

2009-12-10 Thread Emmanuel
I have upgraded my eclipse environement from to the 1.2.8 version. After the upgrade: - All Google icons have disapeared (no more upload applications...) - The application cannot be run as a web application (only choices are run as applet and run as java application). I did not see any special

[appengine-java] eclipse plugin and maven?

2009-12-05 Thread Rusty Wright
Is it possible to use the GAE Eclipse plugin if you're using Maven? Maven uses a different directory structure so I'm guessing that's why the GAE plugin doesn't recognize the project as a GAE web app. -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Eclipse Plugin and add libraries

2009-10-19 Thread Bobby Hargett Jr.
I am not a eclipse plugin in pro, but I think that when I add a user library to my java app engine project it select it to be exported, I get runtime errors saying the classes could not be found. The only way to get it to work is by copying it by had to the lib directory. Is this a bug in the

[appengine-java] Eclipse 3.3 plugin missing from update site

2009-09-07 Thread Anne van der Bom
When I try to install the Eclipse 3.3 plugin from update site http://dl.google.com/eclipse/plugin/3.3 I only see 2 features: Google App Engine Java SDK 1.2.5 and Google Web Toolkit SDK. There is supposed to be a 3rd feature: Google plugin for Eclipse. I checked the 3.4 update site, and that one

[appengine-java] Eclipse 3.3 plugin missing from update site

2009-09-07 Thread Anne van der Bom
When I try to install the Eclipse 3.3 plugin from update site http://dl.google.com/eclipse/plugin/3.3 I only see 2 features: Google App Engine Java SDK 1.2.5 and Google Web Toolkit SDK. There is supposed to be a 3rd feature: Google plugin for Eclipse. I checked the 3.4 update site, and that one