Re: JUnit test extension files

2006-12-19 Thread Michael Baessler
On 12/15/06, Michael Baessler [EMAIL PROTECTED] wrote: So my suggestion is to keep the uimaj-test-util project but fix and redesign some of the methods to use class loading to find resources. For example replace the JUnitExtension.getFile() method with the code below to load the resources using

Re: JUnit test extension files

2006-12-15 Thread Michael Baessler
Adam Lally wrote: They are used not only in uimaj-core but also in other projects like uimaj-cpe. So I think these need to be in a separate project that can be a dependency of both. If they are added to uimaj-core/src/main/java, they will end up in uima-core.jar, which I don't think we want.

JUnit test extension files

2006-12-14 Thread Michael Baessler
Hi, I think we should move all files from the uimaj-test-utils project that are used in uimaj-core also to the uimaj-core project. I would like to remove the dependency that uimaj-core needs uimaj-test-util. These are: cid:part1.03010504.05030908@michael-baessler.deExceptionPrinter.java