gino1234 / wogwt

Automatically exported from code.google.com/p/wogwt
0 stars 0 forks source link

Launching a new app does not work at all for me #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm currently evaluating GWT as a front-end technology for our next major 
project. So far we've been using WebObjects 
+ Wonder Ajax.

I configured a new WO project using WOGWT but I cannot get it to run. 
 * "Run As > Web application": The application starts and there is some output in the Eclipse console (some inconsistent 
warnings), but the GWT development shell does not display anything at all (I 
was expecting the usual hyperlink).
 * "Run As > WOApplication": Main component gets rendered but error message is thrown "Module Application needs to 
be recompiled".

Eclipse (or rather the GWT plug-in) indicates that there are two problems with 
project:
 * "The output directory for the project should be set to /GWTTest/war/WEB-INF/classes"
 * "The project 'GWTTest' does not have any GWT SDKs on its build path" (there is definitely an SDK on the build path)

I'm using Eclipse 3.5 Carbon, WO 5.4, more or less current Wonder, GWT 2.0.3 (I 
also tried linking against the GWT 
inside your framework).

Thanks,
- Marius

Original issue reported on code.google.com by MariusSo...@gmail.com on 25 Mar 2010 at 10:55

GoogleCodeExporter commented 8 years ago
Ok, a few questions:

1) Did you use wogwt-tool.jar to set up the project for GWT?
2) Did you check the "Use Google Web Toolkit" box in you project settings?
3) What do you have in the arguments tab for that run configuration?

For GWT SDK you should specify the path as 
/Library/Frameworks/WOGWT.framework/Resources/Java
If you want to update the GWT version, you can copy all the files from the new 
version into this folder and 
replace the existing ones.

To follow up, you can email me at johnthuss at gmail

Original comment by johnth...@gmail.com on 25 Mar 2010 at 2:14