-
Aug 19th, 2008, 03:56 AM
#1
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.
-
Aug 19th, 2008, 08:00 AM
#2
Spring ships with EasyMock 1.2 and not 2.3.
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
-
Forum Rules