Re: .jsp page will not compile in hosted mode

2010-03-16 Thread خليل بولو
google-web-toolkit@googlegroups.com ان جميع ابرسائل التي تتوجه لي لانني مشترك في جوجل في غير لغتي ارجو من حضرتكم ان تكون الرسائل في الغة العربية ليتسنى لنا فهم المحتوى وبرغم من ذالك الخطأليس موجود الترجمة انا من البديهي ان اكون متعون مع المعلم جوجل الرسالة من غير لغتي تسبب الخطأ

Re: .jsp page will not compile in hosted mode

2010-03-15 Thread Ashar Lohmar
the .jsp page will not compile in hosted mode. To start the app in hosted mode, I am using an ant script with a 'devmode' target.  The '-startupUrl' parameter specifies index.jsp as the initial page.   target name=devmode depends=javac description=Run development mode     java failonerror

Re: .jsp page will not compile in hosted mode

2010-03-14 Thread Adrian
in web mode, however the .jsp page will not compile in hosted mode. To start the app in hosted mode, I am using an ant script with a 'devmode' target.  The '-startupUrl' parameter specifies index.jsp as the initial page.   target name=devmode depends=javac description=Run development mode

.jsp page will not compile in hosted mode

2010-03-13 Thread stingermn
I have a gwt web app whose initial page is a .jsp page. The .jsp page compiles and the app runs without problems in web mode, however the .jsp page will not compile in hosted mode. To start the app in hosted mode, I am using an ant script with a 'devmode' target. The '-startupUrl' parameter