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

2010-04-26 Thread Rajeev Dayal
Sorry about the trouble that this has caused :(. We'll get a fix out there soon. On Mon, Apr 26, 2010 at 3:12 PM, Dannemano wrote: > I have tested your workaround in the reported defect and it works > fine. > > To summarize in this thread as well: > Open the eclipse build path and move the Web Ap

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

2010-04-26 Thread Dannemano
I have tested your workaround in the reported defect and it works fine. To summarize in this thread as well: Open the eclipse build path and move the Web App library to the bottom in the order and export tab. Thanks for the assistance, I have been struggling with this issue for some time now! Re

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

2010-04-26 Thread Rajeev Dayal
Filed as http://code.google.com/p/googleappengine/issues/detail?id=3154 On Mon, Apr 26, 2010 at 12:49 PM, Rajeev Dayal wrote: > Okay, I think I've been able to repro what you guys are seeing. This is > what I did: > > 1) Create a "Dynamic Web Project" > 2) Enable App Engine for the project, and

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

2010-04-26 Thread Rajeev Dayal
Okay, I think I've been able to repro what you guys are seeing. This is what I did: 1) Create a "Dynamic Web Project" 2) Enable App Engine for the project, and set the WAR folder to the WebContent directory You'll get the "Invalid SDK" problem marker. Also, switching SDKs no longer works properly

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

2010-04-26 Thread Rajeev Dayal
Moritz, Can you tell me exactly how you're creating these projects? What wizard are you using? Can you zip up a broken project and send it to me? Rajeev On Mon, Apr 19, 2010 at 1:18 PM, Moritz wrote: > No. > > Miguel asked for an example project for reproduction, but in each and > every proje

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

2010-04-25 Thread spartan.the
Problem is due to libraries required when project is run are in war/ WEB-INF/lib and libraries used during build are from java library path (project settings). And there are no easy ways to sync unless you are Eclipse guru and can manage to write Ant script to update web libraries using project var

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

2010-04-24 Thread Dannemano
Yes it seems to be the same issue. Thanks for the link and bug report. //Daniel On 23 Apr, 19:47, Henri wrote: > The problem may be related to the Vaadin eclipse plugin. > Seehttp://dev.vaadin.com/ticket/4596 > > -- > Henri Muurimaa > > On Apr 20, 9:02 am, Dannemano wrote: > > > > > > > Note,

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

2010-04-23 Thread Henri
The problem may be related to the Vaadin eclipse plugin. See http://dev.vaadin.com/ticket/4596 -- Henri Muurimaa On Apr 20, 9:02 am, Dannemano wrote: > Note, I am also MacOSX snow leopard. I have been hacking away in App > Engine and Vaadin before 1.3.2 and it has been working flawlessly. > > I

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

2010-04-19 Thread Dannemano
Note, I am also MacOSX snow leopard. I have been hacking away in App Engine and Vaadin before 1.3.2 and it has been working flawlessly. I tried moving the project to a newly downloaded copy of Eclipse (the JavaEE development version) and then installing Google Plugin. The same issue as described a

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

2010-04-19 Thread Miguel Méndez
No, I don't think that a bug has been filed with a repro case. Or, at least, I have not seen it. On Mon, Apr 19, 2010 at 7:00 AM, Dannemano wrote: > Hi, > > Any updates on the bug? I have the exact same problems and have been > unable to fix it. > > > Regards, > Daniel > > > On 5 Apr, 15:04, Mi

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

2010-04-19 Thread Moritz
No. Miguel asked for an example project for reproduction, but in each and every project I try to enable appengine support, I get the same problem and the SDK is permanently set to "{project.home}/war" and I'm not able to change it. My solution is to get rid of the Eclipse plugin and use the Maven

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

2010-04-19 Thread Dannemano
Hi, Any updates on the bug? I have the exact same problems and have been unable to fix it. Regards, Daniel On 5 Apr, 15:04, Miguel Méndez wrote: > Can you file a bug with a project that reproduces the problem?  I think that > will be the best way to get to bottom of what is going on. > > --

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

2010-04-05 Thread Miguel Méndez
Can you file a bug with a project that reproduces the problem? I think that will be the best way to get to bottom of what is going on. On Sun, Apr 4, 2010 at 7:34 AM, Moritz wrote: > … not. again I have the same problem. > > It always jumps back to "Specific SDK '/{project-root}/web'" > > Very

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

2010-04-04 Thread Moritz
… not. again I have the same problem. It always jumps back to "Specific SDK '/{project-root}/web'" Very annoying. The Google Plugin is definitively broken on my computer and I have no idea how I can fix it. On 4 Apr., 13:31, Moritz wrote: > Just to let everyone know: uninstalling the plugin & s

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

2010-04-04 Thread Moritz
Just to let everyone know: uninstalling the plugin & sdk and reinstalling everything worked. -- 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 google-appengine-j...@googlegroups.com. To unsubscrib

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

2010-04-03 Thread Moritz
Here is a screenshot of the project's appengine settings: http://farm3.static.flickr.com/2801/4486943539_41cbc3abe3_o.png I'm unable to change the settings. After "OK" the settings aren't saved and the SDK is always the "specific SDK", which of course doesn't exist. Moritz. On 29 Mrz., 18:24, J

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

2010-04-03 Thread Moritz
Hi Jason, On 29 Mrz., 18:24, Jason Parekh wrote: > 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 butt

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

2010-03-30 Thread Jason Parekh
Hi Joa, Glad you were able to solve your problem. Sorry, I should have pointed you to the upgrade instructions to get you immediately going (BTW, they do exist, though they are located in the Google Plugin for Eclipse docs: http://code.google.com/eclipse/docs/updating_the_plugin.html ). Do you k

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

2010-03-30 Thread Joa
On Mar 29, 9:24 am, Jason Parekh 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 be a nice

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 proj

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

2010-03-28 Thread Moritz
I have the same problem: "The App Engine SDK '/{project-root}/war' on the project's build path is not valid" where "{project-root} is the root directory of my project. When I create a new project, this error does not occur, but I cannot spot any differences in the configuration files of both projec