Results 1 to 8 of 8

Thread: Empty Spring Template Project with a lot of errors

  1. #1
    Join Date
    Oct 2012
    Posts
    5

    Unhappy Empty Spring Template Project with a lot of errors

    Hi all. I am completely new to Spring framework so I am sorry if my problem sounds too lame. I followed some tutorials and I have just installed STS for my Eclipse and created empty "Spring Template Project" to play arround.

    Eclipse created new project, downloaded something and now I am getting 17 errors. I have no idea what to do. In video tutorial this step was skipped.

    It seems to me that spring is completely missing in libraries. Screenshot: http://cl.ly/Jqgy/o

    Do you have any ideas what to try? Thank you.

  2. #2
    Join Date
    Jan 2012
    Posts
    4

    Default

    May be Maven failed to pull in some dependencies. Right click on the project->Maven->Update Project... select your project and click OK.

  3. #3
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,650

    Default

    Hey!

    It looks like there isn't any Maven support enabled at all. If you have STS installed into an existing Eclipse installation, you should also install the Maven Integration for Eclipse from the STS dashboard. It gives you all the extra Maven support that those template projects need.

    Otherwise just download a ready-to-use distribution for STS, that has everything installed by default.

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

  4. #4
    Join Date
    Oct 2012
    Posts
    5

    Default

    Quote Originally Posted by Martin Lippert View Post
    Hey!

    It looks like there isn't any Maven support enabled at all. If you have STS installed into an existing Eclipse installation, you should also install the Maven Integration for Eclipse from the STS dashboard. It gives you all the extra Maven support that those template projects need.

    Otherwise just download a ready-to-use distribution for STS, that has everything installed by default.

    HTH,
    Martin
    Thank you! I installed Maven Integration and now it works!

  5. #5
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,650

    Default

    Glad to hear it works now. Thanks for letting us know!!!

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

  6. #6

    Default I've got full STS but no Project Templates

    Quote Originally Posted by Martin Lippert View Post
    Hey!

    It looks like there isn't any Maven support enabled at all. If you have STS installed into an existing Eclipse installation, you should also install the Maven Integration for Eclipse from the STS dashboard. It gives you all the extra Maven support that those template projects need.

    Otherwise just download a ready-to-use distribution for STS, that has everything installed by default.

    HTH,
    Martin
    I've got full new install "ready to use" 3.1.0 STS but no Project Templates. When I try to create a Template Project there are no templates. It tries unsuccessfully to download them.

  7. #7

    Default

    Are you behind a proxy or firewall? Does STS log any errors when it fails load the templates?
    Leo Dos Santos
    Committer, SpringSource Tool Suite

  8. #8

    Default yes thought had proxy set but only for http

    Quote Originally Posted by ldossantos View Post
    Are you behind a proxy or firewall? Does STS log any errors when it fails load the templates?
    yes thought I had proxy set but only for http but apparently not for https Thanks

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
  •