Quote Originally Posted by Chris Beams View Post
Sure. Just check out the 3.0.5.RELEASE tag and build from there.

https://src.springframework.org/svn/...3.0.5.RELEASE/

- C
Thank you.

I've tried this version, but it looks like the same as the trunk version, At first, the testMemUsage error like my first post:
[junit]
[junit] Testsuite: org.springframework.core.LocalVariableTableParamet erNameDiscovererTests
[junit] Tests run: 11, Failures: 1, Errors: 0, Time elapsed: 0.187 sec
[junit]
[junit] Testcase: testMemUsage(org.springframework.core.LocalVariabl eTableParameterNameDiscovererTests): FAILED
[junit] null
[junit] junit.framework.AssertionFailedError: null
[junit] at org.springframework.core.LocalVariableTableParamet erNameDiscovererTests.testMemUsage(LocalVariableTa bleParameterNameDiscovererTests.java:202)
[junit]
[junit]
[subant] Leaving directory: /home/sunny/workshop/codes/spring-framework-3.0.5.RELEASE.svn/org.springframework.core
and then the writeMultipart error which you might not notice:
[junit]
[junit] Testcase: writeMultipart(org.springframework.http.converter. FormHttpMessageConverterTests): Caused an ERROR
[junit] expected:<[image/jpeg]> but was:<[application/octet-stream]>
[junit] at org.springframework.http.converter.FormHttpMessage ConverterTests.writeMultipart(FormHttpMessageConve rterTests.java:151)
[junit]
[junit]
[subant] Leaving directory: /home/sunny/workshop/codes/spring-framework-3.0.5.RELEASE.svn/org.springframework.web
Would you like to give some suggestions ? TIA.