Results 1 to 3 of 3

Thread: Check out from SVN and use SpringIDE?

  1. #1

    Default Check out from SVN and use SpringIDE?

    Hello,

    I am working on a Spring based project. To get it into a fresh Eclipse installation I do this:

    - Install Subclipse
    - Checkout Project via New --> Project --> Checkout from SVN
    (Now Eclipse doesn't that it is a Java Project yet, therefore
    - Delete project (but not the content)
    - New --> Project --> From existing Ant file
    - Select the ant file
    - Ready, not it's recognized as a java project and I can use SVN/Subclipse

    But how do I tell Eclipse that it is a Spring project so that I can use the SpringIDE components? Is this only possible for new projects created as "Spring project"?

    BTW: SpringIDE plugin is installed.

  2. #2
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Quote Originally Posted by TSH View Post
    But how do I tell Eclipse that it is a Spring project so that I can use the SpringIDE components?
    From the project's context menu use the entry "Add Spring Project Nature" as described here.

  3. #3

    Default

    Thank you. It worked.

Posting Permissions

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