Hi,
I'm trying to write a roo script that will eventually generate my entities for a Google App engine application. I'm trying to define some of the types based on Google types.
I tried using
but Roo wants the class to be added first. I get the following error:Code:field set --fieldName friendList --type com.google.appengine.api.datastore.Key
I also am trying to use Text data types, like the following.Code:field set --fieldName friendList --type com.google.appengine.api.datastore.Key The specified target '--type' does not exist or can not be found. Please create this type first.
Can I use the Google types for my datatypes? Am I misunderstanding what the --type is for? Is there any examples of a roo script using data types other than the basic ones?Code:field other --fieldName comment --type com.google.appengine.api.datastore.Text
Thanks
Deege


Reply With Quote
