Results 1 to 2 of 2

Thread: easymock.jar shipped with Spring 2.5 seems corrupt

  1. #1
    Join Date
    Aug 2008
    Location
    Zurich
    Posts
    1

    Default easymock.jar shipped with Spring 2.5 seems corrupt

    I've noticed that the easymock.jar that is contained in the spring-framework-2.5-with-dependencies.zip is missing the main class of the EasyMock framework, namely EasyMock.class. Probably this is not the only class missing, since the EasyMock 2.3. jar contains 70 class files, while the jar that comes with Spring contains 33 class files. My question is, what is the purpose of this easymock jar shipped with Spring? Obviously it either isn't meant to be used for writing tests with EasyMock objects (this is impossible since the main class is missing), or it simply corrupt.

    obviously, one can just download the "complete" easymock.jar if she wants to use EasyMock. But in our project this is problematic, since Spring is on our client's permitted software list, but EasyMock isn't.

  2. #2
    Join Date
    Aug 2004
    Posts
    1,104

    Default

    Spring ships with EasyMock 1.2 and not 2.3.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

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
  •