Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37

Thread: ROO and GWT without GAE?

  1. #11

    Default

    Hey fawzyj, sorry for the delay in responding. Can you please try our latest nightly build here and let me know if the problem still persists.

  2. #12
    Join Date
    May 2008
    Posts
    227

    Default

    Nothing changed,it still generate ~server.gae with its classes depending on GAE libs
    please provide some real solution
    Thanks
    Joe

  3. #13
    Join Date
    May 2008
    Posts
    227

    Default

    OK, i have to admit that even if it contain classes that depends (imports) GAE api
    BUT at least it compiles now
    which means that in my lib dir i have gae-api.lib.jar files and unnessery classes in ~.server.gae and friends
    BUT at least it compiles and i can play with it now
    Hope you resolve the issue with real solution (No generation of unnessery files and no inclusion of unnessery jars)
    Thanks
    Joe

  4. #14

    Default

    Hey fawzyj, I can't replicate the problem. Can you create a new project with the expenses.roo script (run "script expenses.roo" from the Roo shell). When I do this no additional gae specific classes, packages or dependencies are created. The only default dependency that is added, which I will look into removing is:

    Code:
    <dependency>
    
    <groupId>com.google.appengine</groupId>
    <artifactId>appengine-api-1.0-sdk</artifactId>
    <version>1.4.0</version>
    </dependency>
    Removing this dependency manually doesn't cause the code to break either.

  5. #15
    Join Date
    May 2008
    Posts
    227

    Default

    NO, it still generate~.server.gae
    i am using 1.1.3 rev 0991feb
    on windows vista with maven 2.2.1 and java jdk 6.0.17
    the project was generated from the command line, no sts involved
    Joe

  6. #16

    Default

    So let me just make sure you followed these steps outside of STS:
    1. Downloaded and extracted Roo snapshot
    2. Created a new directory (or started with a directory which contained nothing)
    3. Ran the roo.sh script from the downloaded Roo snapshot
    4. Exectuted the command "script expenses.roo"

  7. #17
    Join Date
    May 2008
    Posts
    227

    Default

    Exactly,this is the steps i did

  8. #18
    Join Date
    May 2008
    Posts
    227

    Default

    i noticed that you removed the dependency on gae api from the pom
    this will return us to square zero where the code will not even compile
    and we will never be able to experiment with it
    Joe

  9. #19
    Join Date
    May 2008
    Posts
    227

    Default

    So, you closed the issue....
    OK, but it is still there, i tried both daily build for yesterday and today (rev bc4abf6 and 4a185b0) and both still generate ~.server.gae with dependencies on GAE specific api when tried with the script expenses.roo from the command line
    but the latest 23Mars build does not even compile because you removed the gae-api jar dependency
    i do not know what the problemis and why you cannot replicate the problem BUT IT IS THERE
    if you cannot believe me i may produce a small screencast for you
    Thanks
    Joe

  10. #20
    Join Date
    Jan 2009
    Posts
    7

    Default wrong GAE classes generated in 1.1.3

    I am using the newest STS with roo 1.1.3. There are classes generated for GAE, but I don't use GAE. The generated code has compile errors, because the GAE jars are missing. You can easily reproduce it, create a new project, one simple entity and a controller and use the gwt setup.

    Regards, Marcel

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
  •