A collection of articles and resources of interest to the modern software developer
I had the same problem with the Roo sample expenses.roo project. I solved it by adding the missing maven dependancy to project. From Roo shell run this: dependency add --groupId com.google.appengine --artifactId appengine-api-1.0-sdk --version 1.4.0
dependency add --groupId com.google.appengine --artifactId appengine-api-1.0-sdk --version 1.4.0
No comments:
Post a Comment