Note that there are some explanatory texts on larger screens.

plurals
  1. POspringroo can't setup gwt
    text
    copied!<p>I have spring roo 1.1.2. I am creating new project like</p> <pre><code>project --topLevelPackage leraning.roogwt </code></pre> <p>then I setup persistence and add an entity</p> <pre><code>persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY entity --class ~.MyEntity field string description </code></pre> <p>setup gwt</p> <pre><code>gwt setup </code></pre> <p>and when I try to package it, compilation error occurs</p> <pre><code>perform package </code></pre> <p>Errors</p> <pre><code>[Thread-8] [ERROR] The import com.google.appengine cannot be resolved [Thread-8] [ERROR] User cannot be resolved to a type [Thread-8] [ERROR] The import com.google.appengine cannot be resolved [Thread-8] [ERROR] UserService cannot be resolved to a type [Thread-8] [ERROR] UserServiceFactory cannot be resolved [Thread-8] [ERROR] The import com.google.appengine cannot be resolved [Thread-8] [ERROR] UserService cannot be resolved to a type [Thread-8] [ERROR] UserServiceFactory cannot be resolved [Thread-8] [ERROR] User cannot be resolved to a type </code></pre> <p>and detailed in code</p> <pre><code>[Thread-8] [ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.0:compile (default) on project roogwt: Compiler errors : [Thread-8] [ERROR] error at import com.google.appengine.api.users.User; [Thread-8] [ERROR] ^^^^^^^^^^^^^^^^^^^ [Thread-8] [ERROR] J:\springroo\gwtroo\src\main\java\leraning\roogwt\server \gae\UserServiceWrapper.java:3:0::0 The import com.google.appengine cannot be resolved [Thread-8] [ERROR] error at public User getCurrentUser(); [Thread-8] [ERROR] ^^ [Thread-8] [ERROR] J:\springroo\gwtroo\src\main\java\leraning\roogwt\server\gae\UserServiceWrapper.java:16:0::0 User cannot be resolved to a type [Thread-8] [ERROR] error at import com.google.appengine.api.users.UserService; [Thread-8] [ERROR] ^^^^^^^^^^^^^^^^^^^ [Thread-8] [ERROR] J:\springroo\gwtroo\src\main\java\leraning\roogwt\server\gae\GaeAuthFilter.java:3:0::0 The import com.google.appengine cannot be re..... &lt;similar errors in other files&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload