-
May 17th, 2011, 10:17 AM
#1
GWT module's gwt.xml file not found; cannot continue
The script
project --topLevelPackage foo --projectName foo
persistence setup --provider DATANUCLEUS --database GOOGLE_APP_ENGINE
entity --class ~.server.domain.Foo
field string foo
gwt setup
ends with the message:
GWT module's gwt.xml file not found; cannot continue
I have tried spring-roo-1.1.4.RELEASE and spring-roo-1.1.4.BUILD-SNAPSHOT_20110517.005036-d4d95d4.
With spring-roo-1.1.3.RELEASE, it still worked.
-
May 17th, 2011, 03:13 PM
#2
Looks like it might be an issue with spring-roo-1.1.4.RELEASE. Tried spring-roo-1.1.3.RELEASE with STS versions 2.6.0 SR 1 and 2.7.0 M1 and it still worked. Only when changing to spring-roo-1.1.4.RELEASE does it produce that error.
-
May 17th, 2011, 04:44 PM
#3
I think, GWT does not work with version 1.1.4?!
Am I allowed to open a JIRA ticket for this issue?
-
May 17th, 2011, 10:05 PM
#4
Yes, please open a Jira ticket for this and provide the steps to reproduce there as well.
-
May 18th, 2011, 01:37 AM
#5
-
May 18th, 2011, 03:27 PM
#6
I also ran into this. I tried "gwt setup" a second time, and that worked (or at least, it didn't roll back).
But then when I ran "mvn gwt:run" I encountered a compile error (maven 3.0.3):
[INFO] --- aspectj-maven-plugin:1.2:compile (default) @ gwtinroo ---
[ERROR] The import demo.gwt.client.managed.ui cannot be resolved
[ERROR] ApplicationListPlaceRenderer cannot be resolved to a type
[ERROR] The import demo.gwt.client.managed.activity cannot be resolved
[ERROR] The import demo.gwt.client.managed.ui cannot be resolved
[ERROR] ScaffoldMobileActivities cannot be resolved to a type
[ERROR] ScaffoldMobileActivities cannot be resolved to a type
[ERROR] scaffoldMobileActivities cannot be resolved or is not a field
[ERROR] ApplicationListPlaceRenderer cannot be resolved to a type
[ERROR] scaffoldMobileActivities cannot be resolved
[ERROR] scaffoldMobileActivities cannot be resolved
[ERROR] The import demo.gwt.client.managed.activity cannot be resolved
[ERROR] ApplicationMasterActivities cannot be resolved to a type
[ERROR] ApplicationDetailsActivities cannot be resolved to a type
[ERROR] ApplicationMasterActivities cannot be resolved to a type
[ERROR] ApplicationDetailsActivities cannot be resolved to a type
[ERROR] applicationMasterActivities cannot be resolved or is not a field
[ERROR] applicationDetailsActivities cannot be resolved or is not a field
[ERROR] applicationMasterActivities cannot be resolved
[ERROR] applicationDetailsActivities cannot be resolved
[ERROR] The import demo.gwt.client.managed.request.ApplicationEntityT ypesProcessor cannot be resolved
[ERROR] ApplicationEntityTypesProcessor cannot be resolved
-
May 18th, 2011, 08:37 PM
#7
I can't reproduce this one. Can you please provide details of your environment on the ticket?
-
May 19th, 2011, 09:55 AM
#8
Alan -
I saw no one has responded to your environment details request yet. I get the error on Windows XP SP3 with the following:
apache-ant-1.8.1
Java JDK 1.6.0_25
maven-2.2.1.RELEASE
spring-roo-1.1.4.RELEASE
sts-2.7.0.M1
Let me know if that is sufficient...
-
May 23rd, 2011, 03:41 PM
#9
I just ran into this also. I'm rather disappointed that every Roo release seems to have major flaws. I try to update a very simple GWT/GAE app and immediately get an error.
-
May 23rd, 2011, 05:47 PM
#10
We're still trying to find this issue but since none of us can reproduce the issue it is taking longer than expected.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules