On Wed, 20 Mar 2002, Nicola Ken Barozzi <[EMAIL PROTECTED]> wrote: > Unit tests for Jakarta-POI run by Gump are failing > (http://jakarta.apache.org/builds/gump/2002-03-19/jakarta-poi.html), > even if they work locally on both Linux and Wintel, with different > OS versions.
You must know that Gump sets the property build.sysclasspath to "only", which makes Ant ignore all classpath settings in <junit>. Only the system classpath will ever be consulted. It seems there is something missing in the classpath, you can add local resources via a <work> element in your project descriptor. > It seems that *all* unit tests run by Gump fail. No. <http://jakarta.apache.org/builds/gump/2002-03-19/test-ant.html> Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
