[appengine-java] Re: 1.4 eclipse plugin

2010-12-07 Thread Thomas Meyer
I have the same problem - .jsp's work fine after moving the App Engine SDK to the top of the Order and Export list, but JSP-mappings don't work. I can also confirm that it works on the App Engine servers, deployed with the 1.4 SDK. Mac OS X 10.6.5 Eclipse SDK, Version: 3.5.2 Google Plugin for

[appengine-java] Re: 1.4 eclipse plugin

2010-12-07 Thread xenoneo
I created an issue 4216 - see the url above. Hope the GAE guys will get to it soon. For now it looks like it is safe to keep using 1.3.8 since the actual app engine is not affected by this. On Dec 7, 5:22 am, Thomas Meyer meyer...@gmail.com wrote: I have the same problem - .jsp's work fine

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
Thanks guys, moving AppEngine (and GWT) to the top in Order and Export really solved this. Thanks a lot :) On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote: I had the same problem and fixed it by: 1) Selecting project Root - Goto File-Properties 2) Select Java Build

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
This still doesn't solve the issue for me, mapping a servlet url pattern to a jsp file always fails... On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Thanks guys, moving AppEngine (and GWT) to the top in Order and Export really solved this. Thanks a lot :) On Sun,

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
What does the error message say? No hints in the Problems window? On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com wrote: This still doesn't solve the issue for me, mapping a servlet url pattern to a jsp file always fails... On Dec 6, 1:33 pm, Jaroslav Záruba

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
seems like repackaged-appengine-jasper-6.0.29.jar is not where it is supposed to be...? On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote: No hints in the problems window that are of any help. The error I get is: WARNING: /features org.apache.jasper.JasperException: Unable to

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
Where should it be? I cannot see it listed in my libraries. On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: seems like repackaged-appengine-jasper-6.0.29.jar is not where it is supposed to be...? On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote: No

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
This JAR is where Eclipse reads the HttpJspBase type from. It is included in the AppEngine SDK Library. Project - Properties - Java Build Path - Libraries On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote: Where should it be? I cannot see it listed in my libraries. On Dec 6,

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
Ah yes found it in the App Engine SDK, repackaged-appengine- jasper-6.0.29.jar is there. The question now, is why isn't it working? On Dec 6, 5:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: This JAR is where Eclipse reads the HttpJspBase type from. It is included in the AppEngine SDK

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
Could it be it is only a missing import declaration in the *.java result of your *.JSP? On Mon, Dec 6, 2010 at 6:46 PM, mscwd01 mscw...@gmail.com wrote: Ah yes found it in the App Engine SDK, repackaged-appengine- jasper-6.0.29.jar is there. The question now, is why isn't it working? On Dec

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
I'm not sure I understand. It worked fine before I downloaded the new 1.4 SDK. On Dec 6, 5:54 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Could it be it is only a missing import declaration in the *.java result of your *.JSP? On Mon, Dec 6, 2010 at 6:46 PM, mscwd01

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
Forget it, I don't think it is actually possible to get JSP transformed into *.java without the imports, it'd probably yell at you upon saving the JSP. Have you tried re-syncing the JARs? I believe it can be done either by unchecking the is GAE option in the GAE settings of your project, and

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
I can confirm that JSPs are broken in 1.4 - tested it with eclipse 3.5 3.6 fresh install. The actual app engine renders them just fine so it should be something in the sdk or the plugin (or both) Solution for now would be - revert back to 1.3.8 ... On Dec 6, 1:26 pm, Jaroslav Záruba

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
JSPs still broken with 1.4 Tested with eclipse 3.5 3.6 JDK version 1.6.0_22; OS Linux x86_64; Google Plugin for 1.4.0.v201010280047 com.google.gdt.eclipse.suite.e35.feature.feature.group Google App Engine Java SDK 1.4.0 1.4.0.v201012021500

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
http://code.google.com/p/googleappengine/issues/detail?id=4216 On Dec 6, 1:26 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Forget it, I don't think it is actually possible to get JSP transformed into *.java without the imports, it'd probably yell at you upon saving the JSP. Have you

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
I'm running JSPs w/o issues now. Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 1 Build id: 20100917-0705 GAE 1.4, GWT 2.1 On Mon, Dec 6, 2010 at 6:46 PM, xenoneo kozhuharov.i...@gmail.com wrote: JSPs still broken with 1.4 Tested with eclipse 3.5 3.6 JDK version

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
No luck with: Eclipse IDE for Java EE Developers 1.3.1.20100916-1202 epp.package.jee Google App Engine Java SDK 1.4.0 1.4.0.v201012021502 com.google.appengine.eclipse.sdkbundle.e36.feature.1.4.0.feature.group Google Plugin for Eclipse 3.6 1.4.0.v201010280102

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
I'm running: Eclipse Java EE IDE for Web Developers. Build id: 20100218-1602 With V1.4 of the App Engine SDK and cannot get servlets mapping to jsp files, i.e. servlet servlet-nameabout/servlet-name jsp-file/about.jsp/jsp-file /servlet servlet-mapping servlet-nameabout/servlet-name

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Rajeev Dayal
Hi, If you navigate to Project Properties - Google - Web Application, do you have the option Launch and deploy from this directory checked? If so, when you switched SDKs on your project, the Google Plugin for Eclipse should have copied over the new libraries from the SDK over to your

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Jaroslav Záruba
Same error, syncing the JARs has not helped. :( It appears to me there's still hiding one incompatible (Jasper?) library somewhere. I guess I just have bad luck. Every time I upgrade GAE/GWT Eclipse plugin or SDK I end up doing clean install of Eclipse. :( On Dec 5, 7:36 pm, Rajeev Dayal

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Nick
Same error...JSPs are not working with 1.4.0 On Dec 5, 6:58 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Same error, syncing the JARs has not helped. :( It appears to me there's still hiding one incompatible (Jasper?) library somewhere. I guess I just have bad luck. Every time I

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Mike
I fixed this problem by making sure that App Engine SDK 1.4.0 is first in my Java Build Path in the Order and Export and changing my GWT SDK to 2.1.0 -- 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

[appengine-java] Re: 1.4 eclipse plugin

2010-12-04 Thread GoSharp Lite
I solve my jsp compilation issue by using below steps. 1) Download and install eclipse-java-helios-SR1-win32.zip. 2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;. 3) Download and install java_ee_sdk-6u1-jdk-windows.exe. 4) Create a new and empty app using same project name and

[appengine-java] Re: 1.4 eclipse plugin

2010-12-04 Thread GoSharp Lite
I solve my jsp compilation issue by using below steps. 1) Download and install eclipse-java-helios-SR1-win32.zip. 2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;. 3) Download and install java_ee_sdk-6u1-jdk-windows.exe. 4) Create a new and empty app using same project name and

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Royce Fullerton
When will the Eclipse plugin update site be updated? The plugin is now version 1.4, but the SDK is still version 1.3.8. On Dec 3, 2:59 am, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Dance dance robot is a bit older and the API may have changed slightly (not sure, I have not done a

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Don Schwarz
My apologies. We plan to have it up before the end of the day today. On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com wrote: When will the Eclipse plugin update site be updated? The plugin is now version 1.4, but the SDK is still version 1.3.8. On Dec 3, 2:59 am, Ikai Lan

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Alex Humesky
GPE's AppEngine SDK bundle version 1.4.0 is now up. Sorry for the delay. On Dec 3, 11:02 am, Don Schwarz schwa...@google.com wrote: My apologies.  We plan to have it up before the end of the day today. On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com wrote: When will

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread GoSharp Lite
I have just upgraded Eclipse Galileo with AppEngine version 1.4.0. There seems to be a mismatch of Tomcat versions between pre- compilation and execution. Does anyone have a solution with jsp compilation issue? Local server shows below logs with SDK 1.4.0 - HTTP ERROR 500 Problem accessing /.

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Jerome
Sorry, no solution but a very similar issue with Eclipse Helios SR 1: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 9 in the generated java file org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type An error occurred at line: 10 in

[appengine-java] Re: 1.4 eclipse plugin

2010-12-02 Thread emerix
Great release! Are there some libraries/docs for GWT and the Channel API ? On Dec 2, 10:17 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: They're still rolling out: http://code.google.com/appengine/docs/java/channel/ If you see an error, wait a bit and refresh. -- Ikai Lan

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-02 Thread Ikai Lan (Google)
Dance dance robot is a bit older and the API may have changed slightly (not sure, I have not done a visual check), but it's a good example of how to use JSNI with the Channel API: http://code.google.com/p/dance-dance-robot/ -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: