Results 1 to 6 of 6

Thread: Running Roo Shell in STS "perform eclipse" download KB scroll

  1. #1
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default Running Roo Shell in STS "perform eclipse" download KB scroll

    Not sure if that title makes sense. But in the Roo Shell in STS, when I ran "perform eclipse", I just added Security correctly (I forgot the url-intercept tags). So the perform eclipse is downloading dependencies, and for each KB in each file it puts a log entry into the shell windows. At first I was confused at what it was and doing, but now it makes sense, just a little disconcerting.

    Just a small example


    104/137K
    106/137K
    107/137K
    108/137K
    110/137K
    111/137K
    112/137K
    114/137K
    115/137K
    116/137K
    118/137K
    119/137K
    120/137K
    122/137K
    123/137K
    125/137K
    126/137K
    127/137K
    129/137K
    130/137K
    131/137K
    133/137K
    134/137K
    135/137K
    137/137K
    137K downloaded (com.springsource.org.tuckey.web.filters.urlrewrit e-3.1.0-sources.jar)



    Thanks

    Mark

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    Which has nothing to do with spring roo but with maven, this is the output that the m2eclipse plugin shows you when you change/add something to the pom.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    I don't recall ever seeing it in the standard Eclipse console when I run Maven through STS?

    Mark

  4. #4
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    If you enable the maven console (if you use m2eclipse) you will see the same output, if you use default maven with external tools when you enable the console you will also see this output.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  5. #5
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    It just happens because of the way we embed Maven in Roo's shell (ie spawning an OS process to run Maven). It's a minor inconvenience more than anything, though, as the volume of Maven-related messages during any "perform" command is huge anyway...
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

  6. #6
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    Quote Originally Posted by Ben Alex View Post
    It just happens because of the way we embed Maven in Roo's shell (ie spawning an OS process to run Maven). It's a minor inconvenience more than anything, though, as the volume of Maven-related messages during any "perform" command is huge anyway...
    Exactly, just minor. It just took me by surprise the first time, but now that I know it does that, it will look normal to me from now on.

    Mark

Posting Permissions

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