Results 1 to 6 of 6

Thread: rcp -> spring version requirements?

  1. #1
    Join Date
    Aug 2004
    Posts
    230

    Default rcp -> spring version requirements?

    I have checked out both the spring and spring-rcp HEAD into eclipse projects in the same workspace. There seem to be changes in spring that are not reflected in spring-rcp ('org.springframework.enum' is not 'org.springframework.enums').

    Should I be using a specific version spring when working with spring-rcp HEAD?
    Barry Kaplan (memelet)

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    Barry,

    I can't find any reference to org.springframework.enum (this package name changed some time ago) are you sure you've checked out spring-rcp HEAD? If so can you show me where this reference is?

    Also to work with spring-rcp you don't need to have Spring checked out as rcp comes with snapshots of the spring jars however, in general, spring-rcp HEAD should be compatible with spring HEAD.

    Ollie

  3. #3
    Join Date
    Aug 2004
    Posts
    230

    Default

    Actaully, I have a whole bunch of errors, that one was just an example. The enum package is reference by org.springframework.rcp.factory.DefaultComponentFa ctory (v1.31).

    But I don't seem to have any spring snapshot jars in the cvs checkout. The lib directory has concurrent thru jgoodies-look, but no spring jars. Also, the elcipse project had a dependency on the spring eclipse project (which is where all of spring classes are being imported from).

    I checked out the spring-rcp module HEAD from cvs.sourceforge.net:/cvsroot/springframework/spring-rcp. Obviously I've got something mixed, but I can't see what.
    Barry Kaplan (memelet)

  4. #4
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    335

    Default

    OK I see the problem.

    Rich client moved to a seperate project a while back you should by doing the checkout from:

    cvs.sourceforge.net:/cvsroot/spring-rich-c

    The project home is:

    http://sourceforge.net/projects/spring-rich-c/

    Do you happen to remeber where you found the link you used?

    Ollie

  5. #5
    Join Date
    Aug 2004
    Posts
    230

    Default

    Thanks!

    I get the location via springframework.org -> Sub Projects:Rich Client Project -> Downloads, which then takes me to the springframework sourceforge. So I just pulled the module spring-rcp from there.

    Probably need to get SF to kill the above module.
    Barry Kaplan (memelet)

  6. #6
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Yes, we will have SF kill it. Thanks!

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Spring 1.1.2 JDK version requirement
    By klr8 in forum Container
    Replies: 6
    Last Post: Dec 10th, 2004, 11:58 AM

Posting Permissions

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