Re: [Functor] Unit tests fail in Gump

2003-12-17 Thread Rodney Waldhoff
The (manually created) build.xml file in the commons-functor CVS tree now includes ${test.home} within ${test.classpath}, which fixes this problem. I'd recommend that gump use that, rather than a maven-generated build.xml. Thanks for pointing this out Stefan. - Rod

Re: [Functor] Unit tests fail in Gump

2003-12-12 Thread __matthewHawthorne
I think this can be accomplished by adding resources to the build/unitTest element. Stefan Bodewig wrote: See . The problem is that two of the kata 4 tests try to load .txt files as resources from the classloader, but the (Maven generated) bui

[Functor] Unit tests fail in Gump

2003-12-12 Thread Stefan Bodewig
See . The problem is that two of the kata 4 tests try to load .txt files as resources from the classloader, but the (Maven generated) build file doesn't copy them to the appropriate place (target/test-classes would probably the expected place). I