> What's happened to Gump? You think the Gump environment has changed? Hmm, the JDK was upgraded (within major release, not above) a short while ago. Other than that, nothing ought have changed, AFAIK. Could this be a problem?
> This was running ok previously. So is this NullPointer bogus? > [junit] Testcase: copy took 0.131 sec > [junit] Caused an ERROR > [junit] file:/usr/local/gump/public/workspace/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:114:80: <util:loadText> charsetName > [junit] org.apache.commons.jelly.JellyTagException: file:/usr/local/gump/public/workspace/jelly-tags/ant/target/test-classes/org/apache/commons/jelly/ant/suite.jelly:114:80: <util:loadText> charsetName > [junit] at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:677) > [junit] at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:261) > [junit] at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89) > [junit] at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59) > [junit] Caused by: java.lang.NullPointerException: charsetName > [junit] at java.io.InputStreamReader.<init>(InputStreamReader.java:82) > [junit] at org.apache.commons.jelly.tags.util.LoadTextTag.doTag(LoadTextTag.java:87) > [junit] at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:252) > [junit] ... 12 more > [junit] Root cause > [junit] java.lang.NullPointerException: charsetName > [junit] at java.io.InputStreamReader.<init>(InputStreamReader.java:82) > [junit] at org.apache.commons.jelly.tags.util.LoadTextTag.doTag(LoadTextTag.java:87) > [junit] at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:252) > [junit] at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:89) > [junit] at org.apache.commons.jelly.tags.junit.CaseTag$1.runTest(CaseTag.java:59) > > BUILD FAILED > /usr/local/gump/public/workspace/jelly-tags/ant/build.xml:97: Test org.apache.commons.jelly.ant.TestJelly failed regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
