Re: [appengine-java] Facing errors when installing the google plugin for eclipse.

2010-07-07 Thread Jason Parekh
This might be happening because of a flaky internet connection. You can try again (it's been 2 days since you originally posted) or download the standalone zip file of the plugin which you unzip into your eclipse/dropins directory. See http://code.google.com/eclipse/docs/install-from-zip.html

Re: [appengine-java] DataNucleus Enhancer failed to run

2010-07-07 Thread Jason Parekh
Hi Ravi, You might try moving your workspace closer to the root directory, for example from C:\Some\Long\Path\To\Your\Workspace to C:\Workspace. We're tracking this issue in http://code.google.com/p/google-web-toolkit/issues/detail?id=4395 . jason On Sun, Jul 4, 2010 at 1:53 PM, Ravi

[appengine-java] Google Plugin for Eclipse 1.4 M2

2010-07-02 Thread Jason Parekh
Excited about Google Web Toolkit 2.1 M2http://googlewebtoolkit.blogspot.com/2010/07/gwt-21-milestone-2-is-now-available.html? There's also a new Google Plugin for Eclipse 1.4 M2 to go along with it. Check out the new Speed Tracerhttp://code.google.com/webtoolkit/speedtracer/integration -- a

Re: [appengine-java] Re: Google Plugin for Eclipse 3.6 is now available

2010-06-29 Thread Jason Parekh
for Java x64 and x86. And tried on two different workstations. Both we're running windows 7 64 bit. Anyone else? On Jun 25, 11:21 am, Arian aerobo...@gmail.com wrote: On Jun 23, 11:14 pm, Jason Parekh jasonpar...@gmail.com wrote: Hey folks, Google Plugin for Eclipse 1.3.3 is out

Re: [appengine-java] Re: Google Plugin for Eclipse 3.6 is now available

2010-06-28 Thread Jason Parekh
On Fri, Jun 25, 2010 at 1:01 AM, Philippe Marschall philippe.marsch...@gmail.com wrote: On Jun 23, 11:14 pm, Jason Parekh jasonpar...@gmail.com wrote: Hey folks, Google Plugin for Eclipse 1.3.3 is out with support for Eclipse 3.6. Install it with Eclipse 3.6's new Eclipse Marketplace

Re: [appengine-java] GWT Hosted Mode with App Engine

2010-06-28 Thread Jason Parekh
On Fri, Jun 25, 2010 at 1:48 PM, alexh alexanderhar...@gmail.com wrote: Hi, I am currently developing a GWT 2.0 application that will run on Google App Engine. I have chosen to use Maven and am running my application from the command line for debugging and testing. What I would like to do

[appengine-java] Google Plugin for Eclipse 3.6 is now available

2010-06-23 Thread Jason Parekh
Hey folks, Google Plugin for Eclipse 1.3.3 is out with support for Eclipse 3.6. Install it with Eclipse 3.6's new Eclipse Marketplace feature by going to Help Eclipse Marketplace, and search for Google Plugin for Eclipse. Alternatively, here are the update sites: - Eclipse Helios (3.6):

Re: [appengine-java] Debugging stopped working after updating GAE to 3.1.0 and higher

2010-04-21 Thread Jason Parekh
breakpoints. Hence no debugging :( I have tried to compare my project with a newly created (debuggable) project, but i cant find any discrepancies. But the must be a reason why my older projects wont debug. Just cant figure out what it is. Thanks On Mon, Apr 19, 2010 at 7:53 PM, Jason

Re: [appengine-java] Debugging stopped working after updating GAE to 3.1.0 and higher

2010-04-19 Thread Jason Parekh
Which URL are you opening from your browser? It should have the ?gwt.codesvr=127.0.0.1:9997 (perhaps with a different value) at the end of it, is that the case? jason On Sat, Apr 17, 2010 at 10:14 AM, GAE_User ulrik@gmail.com wrote: Since GAE changed debugging from the stand alone test

Re: [appengine-java] Re: Eclipse Update not working

2010-04-05 Thread Jason Parekh
Hi Kasra, Could you paste the full stack trace, if it is available (you should be able to find it in the WORKSPACE/.metadata/.log file)? There's another exception that's the root cause for the failure to load WebAppLaunchDelegate. Alternatively, could you zip up and send us your project? As a

Re: [appengine-java] Re: Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-03-30 Thread Jason Parekh
, Jason Parekh jasonpar...@gmail.com wrote: Hi Moritz, Could you try the following: Thanks guys - I had to toy with this some more to find out to update GAE through Eclipse's plugin update mechanism. No downloading of the SDK and manually pointing to the new SDK 'round here. Would

Re: [appengine-java] Updating the Eclipse Plugin

2010-03-30 Thread Jason Parekh
Hey Steve, The instructions are located on the Google Plugin for Eclipse website, specifically at http://code.google.com/eclipse/docs/updating_the_plugin.html http://code.google.com/eclipse/docs/updating_the_plugin.htmlHope this helps, jason On Tue, Mar 30, 2010 at 1:41 PM, Steve

Re: [appengine-java] Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-03-29 Thread Jason Parekh
Hi, Could you try a few things: - What happens when you right-click your project, and select Run As Web Application? Does the Console come to focus? What does it say? - Could you create a new Web Application project (using GAE 1.3.2) and try Run As Web Application on it? Does this work? - I

Re: [appengine-java] Re: Update to GAE/J 1.3.2 - Project in Eclipse broken

2010-03-29 Thread Jason Parekh
Hi Moritz, Could you try the following: - In your project properties, could you see what the App Engine SDK is set to (right-click project Properties Google App Engine). Does it show an error on this page? If you click the Configure SDKs button, what is the path for the SDK? - In your

Re: [appengine-java] GAE + GWT + ECLIPSE (GAE Arguments)

2010-01-11 Thread Jason Parekh
Hi Sebastian, You shouldn't need the --address parameter since GWT will bind to 0.0.0.0 (all addresses) by default. Unfortunately, if you want to restrict the server to a specific address, I don't think there's a way to do this. You can ask on the GWT mailing list. jason On Sat, Jan 9, 2010

Re: [appengine-java] GAE Plugin not working.

2010-01-11 Thread Jason Parekh
Hi Ryan, That sounds really strange. Is there any way you can launch Eclipse as an Administrator, then install the plugin? I remember in Vista some folks had to do this trick. jason On Mon, Jan 11, 2010 at 1:00 PM, Ryan Feeney rfeeney0...@gmail.com wrote: I recently installed Windows 7 onto

Re: [appengine-java] GAE + GWT + ECLIPSE (GAE Arguments)

2010-01-11 Thread Jason Parekh
Actually, you should be able to use -Djetty.host=ADDRESS when your project is GWT-enabled. jason On Mon, Jan 11, 2010 at 12:40 PM, Jason Parekh jasonpar...@gmail.comwrote: Hi Sebastian, You shouldn't need the --address parameter since GWT will bind to 0.0.0.0 (all addresses) by default

Re: [appengine-java] Cannot install app engine plugin in eclipse 3.5 (Galileo)

2010-01-04 Thread Jason Parekh
Hi Uros, Could you try installing again? I think there may have been intermittent connection issues. jason On Mon, Dec 28, 2009 at 4:21 AM, Uros uipa...@gmail.com wrote: Hello, When I try to install app engine plugin in eclipse I get the following error: An error occurred while

Re: [appengine-java] The “DataNucleus Enhancer” runs continuously and appears to cause the following error i n the “Guestbook” demo application

2009-12-21 Thread Jason Parekh
Hi Robert, Could you see if you have the the latest GPE version installed (1.2.0)? There was a known issue like you describe, but it has been fixed. If you are already running the latest, we can investigate further to see what's going on. Thanks, jason On Fri, Dec 18, 2009 at 3:36 PM, Robert

Re: [appengine-java] Introducing App Engine SDK 1.3.0

2009-12-16 Thread Jason Parekh
Hi Matt, You'll need to go to Help Available software, expand the Google Update Site for Eclipse 3.4, and select the App Engine SDK from there. Hope that helps, jason On Wed, Dec 16, 2009 at 11:37 AM, Matt Farnell mfarn...@gmail.com wrote: Hi Jason, It could be just me but when I try and

Re: [appengine-java] enhance classes in eclipse plugin

2009-12-14 Thread Jason Parekh
Hi, The string you should put in the ORM properties page is src/, could you try that instead of /src? jason On Fri, Dec 11, 2009 at 8:40 PM, asianCoolz second.co...@gmail.com wrote: my properties-google--orm- already put /src   but i still get the below error i'm using jdk1.6 gae1.2.6.

[appengine-java] Re: Cannot Install Ecipse Plug-in

2009-11-09 Thread Jason Parekh
Hi Emmanuel, Are you using Ubuntu 9.10 by any chance? If so, please see the thread at http://groups.google.com/group/google-web-toolkit/browse_thread/thread/73be1fd004e110f8/b1d83e51b20ea340?show_docid=b1d83e51b20ea340pli=1for instructions on how to enable the proper update sites that the Google

[appengine-java] Re: ubuntu9.10 eclipse jee install Google Plugin for Eclipse error

2009-11-02 Thread Jason Parekh
Hey DDawster, It looks like the Eclipse version included with Ubuntu 9.10 is Eclipse 3.5. You will need to use the 3.5 update site, which is http://dl.google.com/eclipse/plugin/3.5 . jason On Sun, Nov 1, 2009 at 11:39 AM, ddawster zhang ddaws...@gmail.com wrote: Cannot complete the install

[appengine-java] Re: How to get eclipse with google app engine plugin to copy jars to /war/WEB-INF/lib

2009-10-19 Thread Jason Parekh
. What do you think? Esteban On Mon, Sep 28, 2009 at 11:15 AM, Jason Parekh jasonpar...@gmail.comwrote: Thanks for pointing this out Brendan, I've opened bug http://code.google.com/p/google-web-toolkit/issues/detail?id=4083 . Roy, I tried exporting (i.e. ticking under order/export

[appengine-java] Re: Eclipse Plugin and add libraries

2009-10-19 Thread Jason Parekh
Hi Bobby, It's a tricky situation :) We've so far required the user to place JARs in the war/WEB-INF/lib directory. However, if we notice the user has an external jar that is not in this library, we provide a warning and a quickfix to copy the JAR to the lib directory. There's a bug (

[appengine-java] Re: A GAE_HOME eclipse variable that points to the default app engine sdk location

2009-10-19 Thread Jason Parekh
Hi Esteban, This sounds like something the plugin should definitely do, I saw the feature request you've opened, thanks! jason On Thu, Oct 15, 2009 at 9:21 PM, Esteban Ignacio Masoero emaso...@getsense.com.ar wrote: Any comments about this issue? On Thu, Oct 15, 2009 at 3:45 AM, Esteban

Re: [gae] [appengine-java] How to get eclipse with google app engine plugin to copy jars to /war/WEB-INF/lib

2009-09-21 Thread Jason Parekh
Hey Allen, Thanks for linking to the previous discussion. Unfortunately, we haven't revisited the issues mentioned in that thread yet. It may be worthwhile to star a similar feature request at http://code.google.com/p/google-web-toolkit/issues/detail?id=3810 since we use stars as one signal to

[appengine-java] Re: Cant deploy application

2009-09-14 Thread Jason Parekh
Hi Ravi, Check out http://code.google.com/appengine/docs/java/tools/eclipse.html jason On Sat, Sep 12, 2009 at 8:36 AM, Ravi Mandliya funkyr...@gmail.com wrote: I have a web project build in eclipse.. I have installed google plugin.. But I cant deploy it, as I dont have configuration file

[appengine-java] Re: Cant deploy application

2009-09-14 Thread Jason Parekh
). Click on this, and you can enter the appengine application ID on the following properties page. jason On Mon, Sep 14, 2009 at 10:25 AM, Jason Parekh jasonpar...@gmail.comwrote: Hi Ravi, Check out http://code.google.com/appengine/docs/java/tools/eclipse.html jason On Sat, Sep 12, 2009 at 8

[appengine-java] Re: Cant deploy application

2009-09-14 Thread Jason Parekh
Also, the docs from the Eclipse plugin will be helpful: http://code.google.com/eclipse/docs/appengine_deploy.html and http://code.google.com/eclipse/docs/appengine_appid_version.html jason On Mon, Sep 14, 2009 at 10:28 AM, Jason Parekh jasonpar...@gmail.comwrote: Sorry posted too early. Looks

[appengine-java] Re: problem in updating to 1.2.5 in eclipse

2009-09-08 Thread Jason Parekh
On Tue, Sep 8, 2009 at 11:45 AM, Jason Parekh jasonpar...@gmail.com wrote: Hi Vik, This is very strange. I'm looking at the metadata files for the update site, and only line 9 and 10 have a repository element (which both contain a valid url attribute). Since you're the only person I've seen

[appengine-java] Re: GAE Eclipse plugin - Uploading 0 files.

2009-09-01 Thread Jason Parekh
indeed uploaded, but still I saw Uploading 0 files. On Aug 31, 6:21 pm, Jason Parekh jasonpar...@gmail.com wrote: Hi Barak, Could you verify the file has not been uploaded already? I'm pretty sure the uploader only uploads modified files. I tried this in a new project SimpleProject

[appengine-java] Re: Datanucleus + Eclipse problems

2009-08-25 Thread Jason Parekh
Hi, Would you be able to post a quick sample code snippet that shows your behavior? Thanks, jason On Mon, Aug 24, 2009 at 11:22 PM, linhares linha...@gmail.com wrote: I have the same problem. And in my case it´s related to the use of the @PersistenceAware annotation. If I don´t use it, it

[appengine-java] Re: Install has encountered a problem in Eclipse.

2009-08-18 Thread Jason Parekh
Hi, Which operating system are you running? Do you happen to know which version of Java you're using? The last message in http://www.poweredbypulse.com/forums/showthread.php?t=295 points to it being an issue with the choice of JRE/JDK. Could you try another? jason On Mon, Aug 17, 2009 at