These are the steps: (1) Change build.xml and pom.xml. (2) ant clean-core-deps make-core-deps (3) ant test (4) mvn clean (5) mvn install
If all of that succeeds, you can commit the change. Oh - please make sure that latest junit jar is built on JDK 7 not JDK 8. Thanks! Karl On Fri, Aug 21, 2015 at 10:16 AM, Shinichiro Abe <[email protected] > wrote: > Hi dev, > > I'd like to upgrade junit version from 4.8.2 to latest > since latest CoreMatchers has more methods than current version mcf is > using. > Is there what I have to take care of about the upgrade? > > Regards, > Shinichiro Abe >
