Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: STS just hangs on Updating Maven Dependencies

  1. #11
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,638

    Default

    Hey!

    Did you setup your proxy settings within Eclipse/STS as well?

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  2. #12
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    This looks like it may be a bug I reported to the m2e team.
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  3. #13
    Join Date
    Jan 2011
    Posts
    9

    Default

    Same problem here on a Mac. I cannot use Roo with STS 2.6 or 2.7.
    My old 2.5 with Roo 1.1.1 still works.

    Thus, it is not a platform (Win, Linux, Mac) problem...

  4. #14
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,638

    Default

    We are working on replacing the old m2e addition with the new 1.0 one for STS 2.8. Hopefully that will solve this issue here.

    Cheers,
    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  5. #15
    Join Date
    Jun 2011
    Posts
    8

    Default

    Just installed 2.8.0.M1 and problem remains. Looks like the POMs are invalid in the repository on sourceforge, for hibernate, log4j, etc. STS m2e copies the pom.xml and renames it as the jar. Plus the console output for Maven actions no longer works so troubleshooting is a bear, Maven debug option does not work either. Ugh!

    I guess we'll have to manually download the jars and put them in the repository, or stop using Maven.

    Can we use another repository than sourceforge to pull from, to see if it really is the poms?

  6. #16
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,638

    Default

    Sourceforge? Where did you get the sourceforge Maven repo from?
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  7. #17
    Join Date
    Aug 2010
    Location
    Goteborg, Sweden
    Posts
    434

    Default

    I'm also seeing this problem on JDK 1.5 and Mac OS X 10.5.8 PPC with STS 2.7.1 and Roo 1.1.5 from time to time. After finally a force quit however, the problem doesn't reappear right away.

  8. #18
    Join Date
    Jun 2011
    Posts
    8

    Default

    Martin, good question. I'd like to know as well. I think there are some Spring examples out there that may have been hacked. STS has been acting weird. Every time you run a Maven based example, it downloads everything again, even if its already in the local repo. What is the correct repo? It may have come from a Roo example. Where are the "project repositores" configured? Thanks.

  9. #19
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,638

    Default

    Quote Originally Posted by ktaylor View Post
    Martin, good question. I'd like to know as well. I think there are some Spring examples out there that may have been hacked. STS has been acting weird. Every time you run a Maven based example, it downloads everything again, even if its already in the local repo. What is the correct repo? It may have come from a Roo example. Where are the "project repositores" configured? Thanks.
    This all sounds like your Maven and STS installation is really confused. Did you try to run a fresh STS installation and create a fresh Roo project from scratch, just to see if that is working as expected?

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  10. #20
    Join Date
    Jun 2011
    Posts
    8

    Default

    That's worth a shot. I'll give it a try.

Posting Permissions

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