Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: GWT module's gwt.xml file not found; cannot continue

  1. #1
    Join Date
    Sep 2010
    Posts
    4

    Default 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.

  2. #2
    Join Date
    May 2011
    Posts
    9

    Default

    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.

  3. #3
    Join Date
    Sep 2010
    Posts
    4

    Default

    I think, GWT does not work with version 1.1.4?!
    Am I allowed to open a JIRA ticket for this issue?

  4. #4
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Yes, please open a Jira ticket for this and provide the steps to reproduce there as well.
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

  5. #5
    Join Date
    Sep 2010
    Posts
    4

  6. #6
    Join Date
    May 2011
    Location
    Boston, MA
    Posts
    14

    Default

    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

  7. #7
    Join Date
    Dec 2005
    Posts
    929

    Default

    I can't reproduce this one. Can you please provide details of your environment on the ticket?
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  8. #8
    Join Date
    May 2011
    Posts
    9

    Default

    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...

  9. #9

    Default

    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.

  10. #10
    Join Date
    Dec 2005
    Posts
    929

    Default

    We're still trying to find this issue but since none of us can reproduce the issue it is taking longer than expected.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •