Re: geode-junit and geode-dunit classpath problems

2019-02-08 Thread Kirk Lund
Alright, this one is figured out! I think most of these issues are other 3rd party dependencies that aren't in geode-junit or geode-dunit because the tests that run and require those dependencies are over in geode-core. I believe I can handle this sort of thing one at a time... On Fri, Feb 8, 201

geode-junit and geode-dunit classpath problems

2019-02-08 Thread Kirk Lund
We have a src/main class called UseJacksonForJsonPathRule which uses classes from this dependency in geode-junit/build.gradle: compile('com.jayway.jsonpath:json-path') I'm trying to write a unit test in src/test called UseJacksonForJsonPathRuleTest but it fails with the following NoClassDefFoun