Description
Jason Tsai opened SPR-12046 and commented
Hey there, it's my first time try to build SpringFrameWork source code from Github and it's a little hard for me.
When I use 'gradlew build', the problems come out.
The first problem is :
What went wrong:
Execution failed for task ':spring-aspects:compileJava'.
[error] The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
[error] The import java.util.Arrays cannot be resolved
BTW, I use JDK8 and WIN7 64bit.
I have found a solution here about this problem. Just use 'gradlew check -x :spring-aspects:check'. But I really like to know what's wrong.
After this one, it failed at oxm test.Here is the report:
1)JibxMarshallerTests
org.jibx.runtime.JiBXException: Unable to access binding 'binding'
Make sure classes generated by the binding compiler are available at runtime
Caused by: java.lang.ClassNotFoundException: org.springframework.oxm.jibx.JiBX_bindingFactory
2)JibxUnmarshallerTests
org.jibx.runtime.JiBXException: Unable to access binding information for class org.springframework.oxm.jibx.Flights
Make sure the binding has been compiled
Caused by: java.lang.NoSuchFieldException: JiBX_bindingList
I've searched the jira and found this #59
But it didn't work.
Can anyone give a hand?
Affects: 3.2.10
Reference URL: #59