I installed Roo 1.1.0 M3 on my Macbook with JDK 1.6.0.x
I wanted to check out the GWT integration with Roo and so I tried running "expenses.roo". The script completed succesfully but when I brought up the server using "mvn tomcat:run" and invoke http://localhost:8080/extrack on the browser, it shows a label at the left top that says "Loading". Even after a minute, nothing shows up on the browser. The same is the experience on Firefox, Safari and Chrome.
Thinking that it must be something with the expenses project, I tried the gwtNoEntities.roo. It also gives the same exact result.
So then I tried running "gwt setup" on my own project. The setup command executed successfully but then when I did "perform package", it throws a bunch of compilation errors:
Anybody else run into this issue?Code:Perforce/smartly/src/main/java/com/Project_Roo_Json.aj:7:0::0 The import flexjson cannot be resolved [Thread-5] error at import flexjson.JSONSerializer; [Thread-5] ^^^^^^^
Any help would be appreciated.


Reply With Quote
