Hi folks,
had a look at trunk but I'm unable to run the tests
> mvn clean install
Anything I do wrong?
Thanks in advance
Siegfried Goeschl
Tests run: 188, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 58.537
sec <<< FAILURE! - in org.apache.wiki.parser.JSPWikiMarkupParserTest
org.apache.wiki.parser.JSPWikiMarkupParserTest Time elapsed: 16.113 sec
<<< ERROR!
java.lang.OutOfMemoryError: Java heap space
at java.nio.ByteBuffer.wrap(ByteBuffer.java:350)
at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:137)
at java.lang.StringCoding.decode(StringCoding.java:173)
at java.lang.String.<init>(String.java:443)
at java.util.jar.Attributes.read(Attributes.java:401)
at java.util.jar.Manifest.read(Manifest.java:182)
at java.util.jar.Manifest.<init>(Manifest.java:52)
at java.util.jar.JarFile.getManifestFromReference(JarFile.java:167)
at java.util.jar.JarFile.getManifest(JarFile.java:148)
at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:696)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:228)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at
org.apache.maven.surefire.common.junit4.JUnit4RunListener.createStackTraceWriter(JUnit4RunListener.java:121)
at
org.apache.maven.surefire.common.junit4.JUnit4RunListener.testFailure(JUnit4RunListener.java:105)
at
org.junit.runner.notification.RunNotifier$4.notifyListener(RunNotifier.java:139)
at
org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:61)
at
org.junit.runner.notification.RunNotifier.fireTestFailures(RunNotifier.java:134)
at
org.junit.runner.notification.RunNotifier.fireTestFailure(RunNotifier.java:128)
at
org.junit.internal.runners.JUnit38ClassRunner$OldTestClassAdaptingListener.addError(JUnit38ClassRunner.java:41)
at junit.framework.TestResult.addError(TestResult.java:39)
at junit.framework.TestResult.runProtected(TestResult.java:148)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:255)
at junit.framework.TestSuite.run(TestSuite.java:250)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
Running org.apache.wiki.parser.MarkupParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666
sec - in org.apache.wiki.parser.MarkupParserTest
Running org.apache.wiki.plugin.CounterPluginTest
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 15.325
sec <<< FAILURE! - in org.apache.wiki.plugin.CounterPluginTest
testSimpleCount(org.apache.wiki.plugin.CounterPluginTest) Time elapsed:
7.877 sec <<< ERROR!
java.lang.OutOfMemoryError: Java heap space
testSimpleVar(org.apache.wiki.plugin.CounterPluginTest) Time elapsed:
1.217 sec <<< ERROR!
java.lang.OutOfMemoryError: Java heap space
testTwinVar(org.apache.wiki.plugin.CounterPluginTest) Time elapsed:
1.269 sec <<< ERROR!
java.lang.OutOfMemoryError: Java heap space
testShow(org.apache.wiki.plugin.CounterPluginTest) Time elapsed: 1.211
sec <<< ERROR!
java.lang.OutOfMemoryError: Java heap space
On 05.11.13 16:50, Jürgen Weber wrote:
Currently the dev mailing list is a bit lonely, there seems not a lot be
going on.
I suggest that JSPWiki 2.9.1 come out from incubator.
Actually 2.9.1 looks good. Why not release it?
http://en.wikipedia.org/wiki/Release_early,_release_often
Cheers,
Juergen