| Summary: | LinkageError: Class org/antlr/runtime/CharStream violates loader constraints | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Moritz Eysholdt <moritz.eysholdt> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | sven.efftinge |
| Version: | 1.0.0 | Flags: | sven.efftinge:
helios+
|
| Target Milestone: | RC3 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Moritz Eysholdt
Fixed by deleting antlr-generator-3.0.1.jar from de.itemis.xtext since this is exported by org.antlr.gen and removing exports of antrl.runtime from antlr.gen. ### Eclipse Workspace Patch 1.0 #P de.itemis.xtext.antlr Index: .classpath =================================================================== RCS file: /cvsroot/architecturware/xtext_external/de.itemis.xtext.antlr/.classpath,v retrieving revision 1.3 diff -u -r1.3 .classpath --- .classpath 20 May 2010 17:47:11 -0000 1.3 +++ .classpath 31 May 2010 14:21:11 -0000 @@ -3,6 +3,5 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> - <classpathentry kind="lib" path="antlr-generator-3.0.1.jar"/> <classpathentry kind="output" path="bin"/> </classpath> #P org.antlr Index: META-INF/MANIFEST.MF =================================================================== RCS file: /cvsroot/architecturware/xtext_external/org.antlr/META-INF/MANIFEST.MF,v retrieving revision 1.5 diff -u -r1.5 MANIFEST.MF --- META-INF/MANIFEST.MF 28 Sep 2009 14:23:42 -0000 1.5 +++ META-INF/MANIFEST.MF 31 May 2010 14:21:11 -0000 @@ -24,10 +24,6 @@ org.antlr.analysis, org.antlr.codegen, org.antlr.misc, - org.antlr.runtime, - org.antlr.runtime.debug, - org.antlr.runtime.misc, - org.antlr.runtime.tree, org.antlr.stringtemplate, org.antlr.stringtemplate.language, org.antlr.stringtemplate.misc, Closing bug which were set to RESOLVED before Eclipse Neon.0. |