Results 1 to 6 of 6

Thread: Announcement: Spring IDE 1.2.1 released

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

    Default Announcement: Spring IDE 1.2.1 released

    Last edited by robyn; May 16th, 2006 at 03:22 AM.

  2. #2
    Join Date
    Sep 2004
    Location
    Toronto, ON, Canada
    Posts
    18

    Default Update site problems

    It looks like http://springide.org/updatesite/site.xml does not have reference to 1.2.1 version. So, currently update site doesn't show version 1.2.1 in update manager.

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

    Default Re: Update site problems

    Quote Originally Posted by eu
    It looks like http://springide.org/updatesite/site.xml does not have reference to 1.2.1 version. So, currently update site doesn't show version 1.2.1 in update manager.
    Following is the above URL displayed in Firefox (leading '-' ommited)
    Code:
    <site>
    	<description url="http&#58;//springide.org/updatesite/">
    
          This site provides plugins supporting the Spring Framework &#40;http&#58;//www.springframework.org/&#41; within the Eclipse platform.
       
    </description>
    	<feature url="features/org.springframework.ide.eclipse_1.2.0.jar" id="org.springframework.ide.eclipse" version="1.2.0">
    <category name="spring-ide"/>
    </feature>
    	<feature url="features/org.springframework.ide.eclipse_1.2.1.jar" id="org.springframework.ide.eclipse" version="1.2.1">
    <category name="spring-ide"/>
    </feature>
    	<category-def name="spring-ide" label="Spring IDE">
    	<description>
    
             Plugins which are providing support for the Spring framework within the Eclipse IDE
          
    </description>
    </category-def>
    </site>
    Right now I'm updating one of my Eclipse installations via the update site. Works for me.

    Please double-check the settings of your update manager.

    Torsten

  4. #4
    Join Date
    Jul 2005
    Posts
    2

    Default spring ide 1.2.1 on eclipse 3.1

    I tried to install spring ide 1.2.1 on recent eclipse 3.1 version but got
    error log

    !ENTRY org.eclipse.jface 4 2 2005-07-13 15:12:54.846
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
    !STACK 0
    java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/ui/SpringUIUtils
    at org.springframework.ide.eclipse.beans.ui.actions.S howInView.selectionChanged(ShowInView.java:74)
    at org.eclipse.ui.internal.PluginAction.refreshEnable ment(PluginAction.java:200)
    at org.eclipse.ui.internal.PluginAction.selectionChan ged(PluginAction.java:271)
    at org.eclipse.ui.internal.PluginAction.selectionChan ged(PluginAction.java:292)
    at org.eclipse.ui.internal.AbstractSelectionService.f ireSelection(AbstractSelectionService.java:156)
    at org.eclipse.ui.internal.AbstractSelectionService$1 .selectionChanged(AbstractSelectionService.java:62 )
    at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java :162)
    ....

    I just unzipped update 1.2.1 zip file to eclipse directory.

    Any help? Thanks!

    Regards,

    Julian Chen

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

    Default Re: spring ide 1.2.1 on eclipse 3.1

    Quote Originally Posted by julianchen
    I just unzipped update 1.2.1 zip file to eclipse directory.
    Julian,

    the archives (updatesite*.zip) available from Spring IDE's update site are zipped versions of the update site itself. They are only usable in conjunction with Eclipse's update manager. Uncompressing them within the Eclipse installation directory isn't working.

    Please uncompress these archives in an empty directory and point Eclipse's update manager to this directory. Then use the update manager to install Spring IDE from this local directory.

    To fix your messed-up Eclipse installation directory you have to remove all the Spring IDE stuff from your Eclipse installation directory and use Eclipse update manager to re-install Spring IDE.

    Cheers,
    Torsten

  6. #6
    Join Date
    Jul 2005
    Posts
    2

    Default

    Torsten,

    Thanks! It's working now.

    Regards,

    Julian

Similar Threads

  1. Announcement: Pro Spring Released
    By robh in forum Announcements
    Replies: 6
    Last Post: Oct 4th, 2009, 07:07 AM
  2. Announcement: Spring IDE 1.2.3 released
    By Torsten Juergeleit in forum Announcements
    Replies: 0
    Last Post: Aug 24th, 2005, 05:57 PM
  3. Announcement: Spring IDE 1.2.1 released
    By Torsten Juergeleit in forum Announcements
    Replies: 0
    Last Post: Jul 8th, 2005, 04:51 PM
  4. Spring Framework 1.2.1 Released
    By Colin Sampaleanu in forum Announcements
    Replies: 0
    Last Post: May 28th, 2005, 10:34 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

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