Christopher Elkins <[EMAIL PROTECTED]> writes: > Hi, all. > > Attached are a class representing a range of Number instances and its > associated unit-test class. I hope they are suitable for inclusion in the > new lang sandbox module. > > (P.S. Why are seemingly all of the commons modules allergic to using Ant's > <junit> task? I couldn't get the current test target to work at all, so I > was forced to hack in a temporary target in order to execute my NumberRangeTest > class succesfully.)
Hey Chris. Did you try putting junit.jar in your $ANT_HOME/lib/ directory? I've had similar problems in the past, and Jason van Zyl pointed me to this as a solution (he also mentioned that it's documented by the <junit> task). Dan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
