Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 37

Thread: ROO and GWT without GAE?

  1. #21
    Join Date
    Jan 2009
    Posts
    5

    Default

    I am having the same issue. I downloaded the latest Spring STS (2.6.0 SR1) to create Spring Roo project. The expenses.roo was used as an example and I facing the exact same problem.

  2. #22
    Join Date
    Dec 2005
    Posts
    929

    Default

    Can you please try with the latest 1.1.4.BUILD-SNAPSHOT ?
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  3. #23
    Join Date
    Jan 2009
    Posts
    7

    Default

    Nope, no success:
    Output of my log.roo

    // Spring Roo 1.1.4.BUILD-SNAPSHOT [rev bdfec1d] log opened at 2011-04-25 22:02:19
    persistence setup --provider HIBERNATE --database POSTGRES
    entity --class ~.Timer
    field string --fieldName message --notNull
    controller all --package ~.web
    // [failed] gwt setup

    And the error in the roo shell:
    GWT module's gwt.xml file not found; cannot continue

    Hope it helps,
    Marcel

  4. #24
    Join Date
    Dec 2005
    Posts
    929

    Default

    Did you start with a clean project, that is no pom? Attach your full Roo script here and I will try it
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  5. #25
    Join Date
    May 2008
    Posts
    227

    Default

    Hi
    @James Tyrrell and @Alan Stewart
    so many people has reported that the problem is still there (here in the thread and on the issue tracker ticket page)
    why you insist that there is no problem? if you cannot reproduce the bug, then you have to check your system or tell us your settings
    why such small problems that make a lot of trouble does not take attention?
    we cannot even get the code to compile

    Sorry for my tone , but it is almost 2 monthes and we keep repeating the same thing without any REAL response...

    Thanks for ur patience
    Joe

  6. #26
    Join Date
    Dec 2005
    Posts
    929

    Default

    why you insist that there is no problem? if you cannot reproduce the bug, then you have to check your system or tell us your settings
    I have not been able to reproduce it yet.

    As I said above, please start with a clean directory, use the latest 1.1.4.BUILD-SNAPSHOT release (there have been many changes in 1.1.3), run the project and persistence setup commands in a standalone Roo shell and then attempt to reproduce your issue

    Thanks
    Alan
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  7. #27
    Join Date
    Jan 2009
    Posts
    7

    Default

    ..I am unable to verify it with the snapshot release, I can't get the right maven repository for the snapshot release. Could you please post the exact maven repository to get the snapshot build. I have trouble to get the pom.xml right ;-(
    The errors are always like this:
    Failure to transfer org.springframework.roo:org.springframework.roo.an notations:1.1.4.BUILD-SNAPSHOT/maven-metadata.xml from ...

    Thanks for your help!

    Marcel

  8. #28
    Join Date
    Jan 2009
    Posts
    5

    Default

    @Alan
    I am not sure where to get the 1.1.4 snapshot build so I was trying to build from source (git) as I have done this before for 1.1.0 M3.

    It seems like I am not able to build from source (either with git pull or git clone). I am getting following error:
    Code:
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Spring Roo 1.1.4.BUILD-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.springframework.roo.root ---
    [INFO]
    [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ org.springframework.roo.root ---
    [INFO] The requirePluginVersions rule is currently not compatible with Maven3.
    [INFO]
    [INFO] >>> maven-source-plugin:2.1.2:jar (default) @ org.springframework.roo.root >>>
    [INFO]
    [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ org.springframework.roo.root ---
    [INFO] The requirePluginVersions rule is currently not compatible with Maven3.
    [INFO]
    [INFO] <<< maven-source-plugin:2.1.2:jar (default) @ org.springframework.roo.root <<<
    [INFO]
    [INFO] --- maven-source-plugin:2.1.2:jar (default) @ org.springframework.roo.root ---
    [INFO]
    [INFO] --- maven-gpg-plugin:1.1:sign (sign-artifacts) @ org.springframework.roo.root ---
    The process just stuck and not going anywhere. What am I missing?

    By the way, the following information is for my maven environment
    Code:
    Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
    Maven home: C:\DevJava\Maven\apache-maven-3.0.3
    Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
    Java home: C:\DevJava\JDK\jdk1.6.0_20\jre
    Default locale: en_US, platform encoding: Cp1252
    OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
    Thanks,

    Jeff
    Last edited by cherngje; Apr 26th, 2011 at 12:30 PM.

  9. #29
    Join Date
    Jan 2009
    Posts
    7

    Default

    .. the snapshot build could be downloaded from:
    http://static.springsource.org/downl...hp?project=ROO

    I have trouble with the STS integration and maven interaction ;-( It seems I need a maven repository for org.springframework.roo.an notations:1.1.4.BUILD-SNAPSHOT

    regards,
    Marcel

  10. #30
    Join Date
    May 2008
    Posts
    227

    Default

    no, just install it from the downloaded jar to your local maven repo

Tags for this Thread

Posting Permissions

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