Nevermind, I figured it out. I somehow created a single directory under src/test/resources named "org.apache.geode" -- I have it working now.
-Kirk On Thu, Jul 21, 2016 at 3:52 PM, Kirk Lund <[email protected]> wrote: > I'm trying to write a test that uses a resource file > under geode-core/src/test/resources in package org/apache/geode but the > test fails to find it. > > If I change the test to load a resource file from package > com/gemstone/gemfire, it works. So it seems like our gradle files are not > set up to add org/apache/geode resources. I am able to add java files under > org/apache/geode packages but not resources. > > Any ideas which gradle file needs changes? > > Thanks, > Kirk > >
