[appengine-java] Re: Exception while deploying JSP Tag Lib Files

2009-09-03 Thread Klaus
Bingo! It's working. Thanks a lot! - Klaus On 2 Sep., 16:01, Jim McCabe wrote: > Klaus - > > I had the same problem, but there is a way to fix it.  Take a look at > the link suggested by Rajeev: > > http://groups.google.com/group/google-appengine-java/browse_thread/th... > > About 75% of the wa

[appengine-java] Re: Exception while deploying JSP Tag Lib Files

2009-09-02 Thread Jim McCabe
Klaus - I had the same problem, but there is a way to fix it. Take a look at the link suggested by Rajeev: http://groups.google.com/group/google-appengine-java/browse_thread/thread/175e70cc0c93ded9 About 75% of the way deep into the thread you'll start to find some solutions. For me, there we

[appengine-java] Re: Exception while deploying JSP Tag Lib Files

2009-09-01 Thread Rajeev Dayal
Hey Klaus, I think you may be running into the issue mentioned here: http://groups.google.com/group/google-appengine-java/browse_thread/thread/175e70cc0c93ded9 This is a pretty bad hack, but can you try copying the tools.jar file from your JDK's directory (the one which your project in Eclipse i

[appengine-java] Re: Exception while deploying JSP Tag Lib Files

2009-09-01 Thread Klaus
I forgot to point out that the deployment works fine for *regular* JSP file. Everything works fine if you *don't* have JSP Tag files, so if you don't make use of the tag "world" (resp. if you delet the file "world.tagx") in the above example. It' not a general failure of the deployment process, an

[appengine-java] Re: Exception while deploying JSP Tag Lib Files

2009-09-01 Thread Klaus
No, sorry, that does not work. I have a JDK (not a JRE) configured. The point is, that JSPs will be compiled while developing them using the development environment - it's the deployment that fails! You easily can try it by your own with the two small test files below. File 1 ("world.tagx") is t

[appengine-java] Re: Exception while deploying JSP Tag Lib Files

2009-08-30 Thread Albert Attard
Hi: If you're using Eclipse, please check your installed JDK. Follow this blog for details: http://albertattard.blogspot.com/2009/08/jsp-compile-error-in-eclipse.html Hope this helps, Albert Attard Ogden Nash