I need some pointer on how to do that i.e zipping up as a resource and using the path
Robin On Wed, May 26, 2010 at 10:38 AM, Ted Dunning <[email protected]> wrote: > That looks really scary to me. > > Can the files in question be made into resources instead? > > On Tue, May 25, 2010 at 10:06 PM, Robin Anil <[email protected]> wrote: > >> Coming to another issue: >> 3 tests from the ga package are failing on hudson while running clover >> because the test-input path is hardcoded like this >> >> Path input = new Path("target/test-classes/wdbc"); >> >> when running under clover2 instrument mode the path becomes >> Path input = new Path("target/clover/test-classes/wdbc"); >> >> Is there any way I can use the original path >> utils/src/test/resources/wdbc from java. >> >
