Sunday, April 10, 2011

Spring Roo 1.1.2 GWT bug (not) fixed in 1.1.3

When trying to create the sample project in the Spring Roo tutorial I got an error at the 'gwt setup' step. A quick Google search turned up this thread which pointed to this ticket. Another search turned up this thread which points to the the nightly snapshots.

Update: After downloading and installing 1.1.3 and recreating the project I encountered a new issue at the 'perform tests' step. The org.springframework.roo.annotations-1.1.3.BUILD-SNAPSHOT.jar file was not being recognized despite being in the 1.1.3 release folder. I imported the file as a Maven dependency and once again tried to run the tests. This time the annotations dependency was resolved but the GAE issue is still there:

[ERROR] The import com.google.appengine cannot be resolved

I guess I'll try installing GAE.

No comments:

Post a Comment