ToDo #201

Update ANTLR3 Maven Plugin

Added by Karl Heinz Marbaise 987 days ago. Updated 704 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:Karl Heinz Marbaise % Done:

100%

Category:build system
Target version:0.6.2 Calypso RC1

Description

We have to update ANTLR3 Maven Plugin

History

Updated by kama - 987 days ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r323.

Updated by Karl Heinz Marbaise 987 days ago

  • Status changed from Closed to Feedback

During the build it has cause the following problem

Running TestSuite
org.apache.maven.surefire.booter.SurefireExecutionException: Invalid method Code length 69055 in class file com/soebes/supose/parse/java/JavaParser; nested exception is java.lang.ClassFormatError: Invalid method Code length 69055 in class file com/soebes/supose/parse/java/JavaParser
java.lang.ClassFormatError: Invalid method Code length 69055 in class file com/soebes/supose/parse/java/JavaParser
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at org.testng.internal.ClassHelper.forName(ClassHelper.java:74)
    at org.testng.xml.XmlClass.getSupportClass(XmlClass.java:52)
    at org.testng.internal.Utils.xmlClassesToClasses(Utils.java:76)
    at org.testng.TestRunner.initMethods(TestRunner.java:281)
    at org.testng.TestRunner.init(TestRunner.java:227)
    at org.testng.TestRunner.init(TestRunner.java:189)
    at org.testng.TestRunner.<init>(TestRunner.java:138)
    at org.testng.SuiteRunner$DefaultTestRunnerFactory.newTestRunner(SuiteRunner.java:477)
    at org.testng.SuiteRunner.privateRun(SuiteRunner.java:244)
    at org.testng.SuiteRunner.run(SuiteRunner.java:198)
    at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:821)
    at org.testng.TestNG.runSuitesLocally(TestNG.java:788)
    at org.testng.TestNG.run(TestNG.java:708)
    at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
    at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
    at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
    at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[HUDSON] Zeichne Testergebnisse auf[ERROR] There are test failures.

So it seemed to me that the new release has changed code size of the generated parser/lexer.

Updated by Karl Heinz Marbaise 987 days ago

  • % Done changed from 100 to 30

Updated by Karl Heinz Marbaise 978 days ago

  • Target version changed from 0.6.0 Bebhionn to 0.6.1 Bestla

Updated by kama - 974 days ago

  • Status changed from Feedback to Closed
  • % Done changed from 30 to 100

Applied in changeset r323.

Updated by Karl Heinz Marbaise 973 days ago

  • Status changed from Closed to Feedback

Updated by Karl Heinz Marbaise 962 days ago

  • Target version changed from 0.6.1 Bestla to 0.6.2 Calypso

Updated by kama - 751 days ago

  • Status changed from Feedback to Closed

Applied in changeset r323.

Updated by Karl Heinz Marbaise 704 days ago

  • Target version changed from 0.6.2 Calypso to 0.6.2 Calypso RC1

Also available in: Atom PDF