Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Problem injector TCS
Problem injector TCS [message #9847] Tue, 01 April 2008 08:44 Go to next message
Eclipse UserFriend
Originally posted by: romain.perruchon.thalesgroup.com

Hi,

I try to create an Anomalies model from an Anomalies meta-model and a TCS
grammar using the injector. So I have an Anomalies.km3 (meta-model) and an
Anomalies.tcs (syntax) file. An anomaly represent a line in a Mantis CSV
export.

I follow the instructions from
http://wiki.eclipse.org/TCS/Language_Project to have the Ant-based builder
and I obtained the follow directory structure :
http://img292.imageshack.us/img292/7536/departth7.png

The folder "Chainage" contain my ant task to launch transformations
(contained in the folder "Transformations").

The folder "Metamodel" contain my Anomalies.km3 meta-model and two other
meta-models.

The folder "Resultats" will contain the transformation's results.

The folder "Samples" contain an exemple of mantis CSV export.

The folder "Syntax" contain my Anomalies.tcs syntax.

The folder "TGE" is generated automatically by the ant build.

Problems :
- When I launch the ant build from injector.xml, I have the following
error :

------------------------------------------------------------ -------------
Buildfile: E:\work_test\Anomalies\injector.xml

injection:
[am3.loadModel] Loading of model Anomalies

BUILD FAILED
E:\work_test\Anomalies\injector.xml:20: File with following path:
'/Anomalies/Metamodel/Anomalies.ecore' does not exist in the workspace.
------------------------------------------------------------ -------------

In fact, my Anomalies.ecore (that you can see in the picture of the
directory structure) disappear.

the error appear during the build.metamodel.xml build.

Why The Anomalies.ecore disappear ? when a make a change in my workspace,
it is automatically generated.

I also have a TCSRuntime error :
http://img106.imageshack.us/img106/8337/tcsruntimeerrorlh5.p ng

If I launch the ant task from build.metamodel.xml, I obtain the following
error :

------------------------------------------------------------ -------------
Buildfile: E:\workspace2\AMMAScripts\build.metamodel.xml

check.dependencies:

set.conditions:

metamodel.km3.injection:
[am3.loadModel] Loading of model KM3
[am3.loadModel] Loading of model Anomalies-KM3

BUILD FAILED
E:\workspace2\AMMAScripts\build.metamodel.xml:71:
java.lang.NoClassDefFoundError: Lorg/eclipse/gmt/tcs/injector/TCSRuntime;

Total time: 1 second
------------------------------------------------------------ -------------

I notice that, in the generated java files (in
/Anomalies/Syntax/org/eclipse/gmt/tcs/injector/), I have some errors. Is
that ok ?


Thanks
Re: Problem injector TCS [message #9870 is a reply to message #9847] Tue, 01 April 2008 18:24 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

The TCSRuntime class was recently introduced in the injector, and
AMMACore was modified correspondingly. It seems that your version of
AMMACore is more recent than your version of the injector.

Could you try with a more recent version of the injector? To do this,
you need a new version of plugin org.eclipse.m2m.atl.engine from branch
R2_1_0_dev.


Regards,

Frédéric Jouault


romain Perruchon a écrit :
> Hi,
>
> I try to create an Anomalies model from an Anomalies meta-model and a
> TCS grammar using the injector. So I have an Anomalies.km3 (meta-model)
> and an Anomalies.tcs (syntax) file. An anomaly represent a line in a
> Mantis CSV export.
>
> I follow the instructions from
> http://wiki.eclipse.org/TCS/Language_Project to have the Ant-based
> builder and I obtained the follow directory structure :
> http://img292.imageshack.us/img292/7536/departth7.png
>
> The folder "Chainage" contain my ant task to launch transformations
> (contained in the folder "Transformations").
>
> The folder "Metamodel" contain my Anomalies.km3 meta-model and two other
> meta-models.
>
> The folder "Resultats" will contain the transformation's results.
>
> The folder "Samples" contain an exemple of mantis CSV export.
>
> The folder "Syntax" contain my Anomalies.tcs syntax.
>
> The folder "TGE" is generated automatically by the ant build.
>
> Problems :
> - When I launch the ant build from injector.xml, I have the following
> error :
>
> ------------------------------------------------------------ -------------
> Buildfile: E:\work_test\Anomalies\injector.xml
>
> injection:
> [am3.loadModel] Loading of model Anomalies
>
> BUILD FAILED
> E:\work_test\Anomalies\injector.xml:20: File with following path:
> '/Anomalies/Metamodel/Anomalies.ecore' does not exist in the workspace.
> ------------------------------------------------------------ -------------
>
> In fact, my Anomalies.ecore (that you can see in the picture of the
> directory structure) disappear.
>
> the error appear during the build.metamodel.xml build.
>
> Why The Anomalies.ecore disappear ? when a make a change in my
> workspace, it is automatically generated.
> I also have a TCSRuntime error :
> http://img106.imageshack.us/img106/8337/tcsruntimeerrorlh5.p ng
>
> If I launch the ant task from build.metamodel.xml, I obtain the
> following error :
>
> ------------------------------------------------------------ -------------
> Buildfile: E:\workspace2\AMMAScripts\build.metamodel.xml
>
> check.dependencies:
>
> set.conditions:
>
> metamodel.km3.injection:
> [am3.loadModel] Loading of model KM3
> [am3.loadModel] Loading of model Anomalies-KM3
>
> BUILD FAILED
> E:\workspace2\AMMAScripts\build.metamodel.xml:71:
> java.lang.NoClassDefFoundError: Lorg/eclipse/gmt/tcs/injector/TCSRuntime;
>
> Total time: 1 second
> ------------------------------------------------------------ -------------
>
> I notice that, in the generated java files (in
> /Anomalies/Syntax/org/eclipse/gmt/tcs/injector/), I have some errors. Is
> that ok ?
>
>
> Thanks
>
>
>
Re: [TCS] Problem injector TCS [message #9893 is a reply to message #9870] Tue, 01 April 2008 18:26 Go to previous messageGo to next message
Eclipse UserFriend
Could you please remember to prefix the subject of your TCS-related
posts with TCS as I did in this message?

Thanks.


Regards,

Frédéric Jouault

Frédéric Jouault a écrit :
> Hi,
>
> The TCSRuntime class was recently introduced in the injector, and
> AMMACore was modified correspondingly. It seems that your version of
> AMMACore is more recent than your version of the injector.
>
> Could you try with a more recent version of the injector? To do this,
> you need a new version of plugin org.eclipse.m2m.atl.engine from branch
> R2_1_0_dev.
>
>
> Regards,
>
> Frédéric Jouault
>
>
> romain Perruchon a écrit :
>> Hi,
>>
>> I try to create an Anomalies model from an Anomalies meta-model and a
>> TCS grammar using the injector. So I have an Anomalies.km3
>> (meta-model) and an Anomalies.tcs (syntax) file. An anomaly represent
>> a line in a Mantis CSV export.
>>
>> I follow the instructions from
>> http://wiki.eclipse.org/TCS/Language_Project to have the Ant-based
>> builder and I obtained the follow directory structure :
>> http://img292.imageshack.us/img292/7536/departth7.png
>>
>> The folder "Chainage" contain my ant task to launch transformations
>> (contained in the folder "Transformations").
>>
>> The folder "Metamodel" contain my Anomalies.km3 meta-model and two
>> other meta-models.
>>
>> The folder "Resultats" will contain the transformation's results.
>>
>> The folder "Samples" contain an exemple of mantis CSV export.
>>
>> The folder "Syntax" contain my Anomalies.tcs syntax.
>>
>> The folder "TGE" is generated automatically by the ant build.
>>
>> Problems :
>> - When I launch the ant build from injector.xml, I have the following
>> error :
>>
>> ------------------------------------------------------------ -------------
>> Buildfile: E:\work_test\Anomalies\injector.xml
>>
>> injection:
>> [am3.loadModel] Loading of model Anomalies
>>
>> BUILD FAILED
>> E:\work_test\Anomalies\injector.xml:20: File with following path:
>> '/Anomalies/Metamodel/Anomalies.ecore' does not exist in the workspace.
>> ------------------------------------------------------------ -------------
>>
>> In fact, my Anomalies.ecore (that you can see in the picture of the
>> directory structure) disappear.
>>
>> the error appear during the build.metamodel.xml build.
>>
>> Why The Anomalies.ecore disappear ? when a make a change in my
>> workspace, it is automatically generated.
>> I also have a TCSRuntime error :
>> http://img106.imageshack.us/img106/8337/tcsruntimeerrorlh5.p ng
>>
>> If I launch the ant task from build.metamodel.xml, I obtain the
>> following error :
>>
>> ------------------------------------------------------------ -------------
>> Buildfile: E:\workspace2\AMMAScripts\build.metamodel.xml
>>
>> check.dependencies:
>>
>> set.conditions:
>>
>> metamodel.km3.injection:
>> [am3.loadModel] Loading of model KM3
>> [am3.loadModel] Loading of model Anomalies-KM3
>>
>> BUILD FAILED
>> E:\workspace2\AMMAScripts\build.metamodel.xml:71:
>> java.lang.NoClassDefFoundError: Lorg/eclipse/gmt/tcs/injector/TCSRuntime;
>>
>> Total time: 1 second
>> ------------------------------------------------------------ -------------
>>
>> I notice that, in the generated java files (in
>> /Anomalies/Syntax/org/eclipse/gmt/tcs/injector/), I have some errors.
>> Is that ok ?
>>
>>
>> Thanks
>>
>>
>>
Re: [TCS] Problem injector TCS [message #9917 is a reply to message #9870] Wed, 02 April 2008 04:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: romain.perruchon.thalesgroup.com

Thanks, I'll try to update my org.eclipse.m2m.atl.engine from branch
R2_1_0_dev.
Re: [TCS] Problem injector TCS [message #9940 is a reply to message #9917] Fri, 04 April 2008 09:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: romain.perruchon.thalesgroup.com

Hi,

I tried to test with different configurations and I always have problems,
here are the configurations :

(1) -> Eclipse ganymede distri-S3.4M4 (Version: 3.4.0; Build id:
I20071213-1700) with m2m.atl R2_1_0_Dev (from cvs)
(2) -> Eclipse ganymede distri-S3.4M4 (Version: 3.4.0; Build id:
I20071213-1700) with m2m.atl R2_1_0_Dev and update tcs Head (from cvs)
(3) -> Eclipse ganymede distri-S3.4M4 (Version: 3.4.0; Build id:
I20071213-1700) with update tcs Head (from cvs)
(4) -> Eclipse ganymede distri-S3.4M4 (Version: 3.4.0; Build id:
I20071213-1700)

Here are the problems with these configurations :

--
(1) * TGE don't work : An error has ocurred. See error log for more
details. org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel
* error log : Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
java.lang.NoClassDefFoundError:
org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel
at
org.eclipse.m2m.atl.engine.AtlModelHandler.getDefault(AtlMod elHandler.java:62)
at org.eclipse.am3.core.AM3Handler.<init>(AM3Handler.java:51)
at org.eclipse.am3.core.AM3CorePlugin.getHandler(AM3CorePlugin. java:112)
at
org.eclipse.am3.tools.tge.editor.TextualGenericEditor.initHa ndler(TextualGenericEditor.java:80)
at
org.eclipse.am3.tools.tge.editor.TextualGenericEditor.create PartControl(TextualGenericEditor.java:122)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:661)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:594)
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:266)
* I can't do "Inject KM3 to Ecore MetaModel" : the choosen
operation is not currently available
* When I launch build.metamodel.xml : BUILD FAILED
E:\workspace2\AMMAScripts\build.dsl.xml:55: The following error occurred
while executing this line:
E:\workspace2\AMMAScripts\build.dsl.xml:78: The following error occurred
while executing this line:
E:\work_test\AMMAScripts\build.metamodel.xml:68:
java.lang.NoClassDefFoundError:
org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel
--
--
(2) * TGE don't work : An error has ocurred. See error log for more
details. org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel
* error log : Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
java.lang.NoClassDefFoundError:
org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel
at
org.eclipse.m2m.atl.engine.AtlModelHandler.getDefault(AtlMod elHandler.java:62)
at org.eclipse.am3.core.AM3Handler.<init>(AM3Handler.java:51)
at org.eclipse.am3.core.AM3CorePlugin.getHandler(AM3CorePlugin. java:112)
at
org.eclipse.am3.tools.tge.editor.TextualGenericEditor.initHa ndler(TextualGenericEditor.java:80)
at
org.eclipse.am3.tools.tge.editor.TextualGenericEditor.create PartControl(TextualGenericEditor.java:122)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:661)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:594)
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:266)
* I can't do "Inject KM3 to Ecore MetaModel" : the choosen operation is
not currently available
* When I launch build.metamodel.xml : BUILD FAILED
E:\workspace2\AMMAScripts\build.metamodel.xml:68:
java.lang.NoClassDefFoundError:
org/eclipse/m2m/atl/drivers/emf4atl/ASMEMFModel
--
--
(3) * TGE work
* "Inject KM3 to Ecore MetaModel" work
* When I launch build.metamodel.xml : BUILD FAILED
E:\workspace2\AMMAScripts\build.metamodel.xml:71:
java.lang.NoClassDefFoundError: Lorg/eclipse/gmt/tcs/injector/TCSRuntime;
--
--
(4) * TGE work
* "Inject KM3 to Ecore MetaModel" work
* When I launch build.metamodel.xml : BUILD FAILED
E:\workspace2\AMMAScripts\build.metamodel.xml:71:
java.lang.NoClassDefFoundError: Lorg/eclipse/gmt/tcs/injector/TCSRuntime;
--

Here are installed plugin on these configurations :

(4) In Eclipse ganymede distri-S3.4M4 (Version: 3.4.0; Build id:
I20071213-1700) :

Plug-in Name Version Plug-in Id
ATLAS MetaModel Management 0.2.0 org.eclipse.gmt.am3
KM3 injector and extractor plugin 0.2.0
org.eclipse.gmt.am3.dsls.km3
AM3 Ant Plug-in 0.2.0 org.eclipse.gmt.am3.tools.ant
pluginName 1.0.0 org.eclipse.gmt.amw
pluginName 0.0.1 org.eclipse.gmt.tcs
TCS Builder 0.0.1 org.eclipse.gmt.tcs.builder
TCS Extractor 0.0.1 org.eclipse.gmt.tcs.extractor
TCS Injector 0.0.1 org.eclipse.gmt.tcs.injector
TCS Wizard 0.0.1 org.eclipse.gmt.tcs.wizard
AMW Model Handler 1.0.0 org.eclipse.gmt.weaver.amw4atl
Match Extensions Plug-in 1.0.0 org.eclipse.gmt.matchextensions
Qatl Plug-in 1.0.0 org.eclipse.gmt.qatl
Weaver Transformations Plug-in 1.0.0
org.eclipse.gmt.transformation
Matching Transformations Plug-in 1.0.0
org.eclipse.gmt.transformation.extension

[...]

ATL Builder 2.0.0.v200801311241 org.eclipse.m2m.atl.adt.builder
ATL Debugger 2.0.0.v200801311241 org.eclipse.m2m.atl.adt.debug
ATL Editor 2.0.0.v200801311241 org.eclipse.m2m.atl.adt.editor
ATL Perspective 2.0.0.v200801311241 org.eclipse.m2m.atl.adt.perspective
ATL Wizard 2.0.0.v200801311241 org.eclipse.m2m.atl.adt.wizard
ATL Compiler 2006 Plug-in 2.0.0.v200801311241
org.eclipse.m2m.atl.compilers.atl2006
ATL Programmers Guide 2.0.0.v200801311241 org.eclipse.m2m.atl.doc
EMF4ATL Plug-in 2.0.0.200802072232 org.eclipse.m2m.atl.drivers.emf4atl
MDR4ATL Plug-in 2.0.0.200801221525 org.eclipse.m2m.atl.drivers.mdr4atl
Driver UML24ATL Plug-in 2.0.0.200801221525
org.eclipse.m2m.atl.drivers.uml24atl
UML24ATL Plug-in 2.0.0.v200801311241
org.eclipse.m2m.atl.drivers.uml24atl
ATLAS Transformation Language (ATL)
2.0.0.v200801311241 org.eclipse.m2m.atl.engine
ATL EMF Virtual Machine 2.0.0.200801310100 org.eclipse.m2m.atl.engine.emfvm
ATL VM Plug-in 2.0.0.v200801311241 org.eclipse.m2m.atl.engine.vm
Ocl Core Plug-in 2.0.0.v200801311241 org.eclipse.m2m.atl.ocl.core
ATL Service Core Plug-in 2.0.0.v200801311241
org.eclipse.m2m.atl.service.core
pluginName 2.0.0.v200801311241 org.eclipse.m2m.atl.source

(3)
pluginName 0.0.1 org.eclipse.gmt.tcs.actions
pluginName 0.0.1 org.eclipse.gmt.tcs.dsls
TCS EMF Ressource 1.0.0 org.eclipse.gmt.tcs.emfressource
TCS Metadata 1.0.0 org.eclipse.gmt.tcs.metadata

(1) and (2) => m2m R2_1_0_Dev
pluginName 2.0.0.qualifier org.eclipse.m2m.atl
EMF4ATL Plug-in 2.0.0.qualifier org.eclipse.m2m.atl.drivers.emf4atl
MDR4ATL Plug-in 2.0.0.qualifier org.eclipse.m2m.atl.drivers.mdr4atl
UML24ATL Plug-in 2.0.0.qualifier org.eclipse.m2m.atl.drivers.uml24atl
pluginName 2.0.0.qualifier org.eclipse.m2m.atl.dsls
ATL EMF Virtual Machine 2.0.0.qualifier
org.eclipse.m2m.atl.engine.emfvm
ATL VM Plug-in 2.0.0.qualifier org.eclipse.m2m.atl.engine.vm
Ocl Core Plug-in 2.0.0.qualifier org.eclipse.m2m.atl.ocl.core

I can see the 2.0.0.qualifier version of org.eclipse.m2m.atl.engine in
Plug-in Development perspective but not in Plug-in Details.
I tried to desactivate the old version but I had the same errors.

What do I forgot ?

Thanks
Re: [TCS] Problem injector TCS [message #9962 is a reply to message #9940] Tue, 08 April 2008 03:26 Go to previous message
Eclipse UserFriend
Originally posted by: romain.perruchon.thalesgroup.com

Hi,

With the configuration (3), without the ant builder (just with the TCS
builder and ATL builder), I have another error.
When I launch injector.xml, I have this :

Buildfile: E:\test2\workspace_test\Anomalies\injector.xml

injection:
[am3.loadModel] Loading of model Anomalies
[am3.loadModel] Loading of model myAnomalies
[am3.loadModel] java.lang.ClassNotFoundException:
org.eclipse.gmt.tcs.injector.Anomalies_ANTLR3Lexer
[am3.loadModel] at java.net.URLClassLoader$1.run(Unknown Source)
[am3.loadModel] at java.security.AccessController.doPrivileged(Native
Method)
[am3.loadModel] at java.net.URLClassLoader.findClass(Unknown Source)
[am3.loadModel] at java.lang.ClassLoader.loadClass(Unknown Source)
[am3.loadModel] at java.lang.ClassLoader.loadClass(Unknown Source)
[am3.loadModel] at
org.apache.tools.ant.AntClassLoader.findBaseClass(AntClassLo ader.java:1414)
[am3.loadModel] at
org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader .java:1085)
[am3.loadModel] at java.lang.ClassLoader.loadClass(Unknown Source)
[am3.loadModel] at java.lang.ClassLoader.loadClassInternal(Unknown Source)
[am3.loadModel] at java.lang.Class.forName0(Native Method)
[am3.loadModel] at java.lang.Class.forName(Unknown Source)
[am3.loadModel] at
org.eclipse.gmt.tcs.injector.wrappers.antlr3.ParserWrapper.g etLexerClass(ParserWrapper.java:196)
[am3.loadModel] at
org.eclipse.gmt.tcs.injector.TCSInjector.performImportation( TCSInjector.java:165)
[am3.loadModel] at
org.eclipse.gmt.tcs.injector.TCSInjector.inject(TCSInjector. java:97)
[am3.loadModel] at
org.eclipse.gmt.am3.tools.ant.toolkit.AM3AntToolKit.ebnfInje ction(AM3AntToolKit.java:258)
[am3.loadModel] at
org.eclipse.gmt.am3.tools.ant.toolkit.AM3AntToolKit.ebnfInje ction(AM3AntToolKit.java:275)
[am3.loadModel] at
org.eclipse.gmt.am3.tools.ant.toolkit.AM3AntToolKit.inject(A M3AntToolKit.java:283)
[am3.loadModel] at
org.eclipse.gmt.am3.tools.ant.tasks.LoadModelTask.execute(Lo adModelTask.java:60)
[am3.loadModel] at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.j ava:288)
[am3.loadModel] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[am3.loadModel] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
[am3.loadModel] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[am3.loadModel] at java.lang.reflect.Method.invoke(Unknown Source)
[am3.loadModel] at
org.apache.tools.ant.dispatch.DispatchUtils.execute(Dispatch Utils.java:105)
[am3.loadModel] at org.apache.tools.ant.Task.perform(Task.java:348)
[am3.loadModel] at org.apache.tools.ant.Target.execute(Target.java:357)
[am3.loadModel] at
org.apache.tools.ant.Target.performTasks(Target.java:385)
[am3.loadModel] at
org.apache.tools.ant.Project.executeSortedTargets(Project.ja va:1329)
[am3.loadModel] at
org.apache.tools.ant.Project.executeTarget(Project.java:1298 )
[am3.loadModel] at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(D efaultExecutor.java:41)
[am3.loadModel] at
org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.exe cuteTargets(EclipseDefaultExecutor.java:32)
[am3.loadModel] at
org.apache.tools.ant.Project.executeTargets(Project.java:118 1)
[am3.loadModel] at
org.eclipse.ant.internal.core.ant.InternalAntRunner.run(Inte rnalAntRunner.java:623)
[am3.loadModel] at
org.eclipse.ant.internal.core.ant.InternalAntRunner.run(Inte rnalAntRunner.java:456)
[am3.loadModel] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[am3.loadModel] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
[am3.loadModel] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[am3.loadModel] at java.lang.reflect.Method.invoke(Unknown Source)
[am3.loadModel] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:377)
[am3.loadModel] at
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDe legate$1.run(AntLaunchDelegate.java:247)
[am3.loadModel] at java.lang.Thread.run(Unknown Source)
[am3.saveModel] Saving model myAnomalies
BUILD SUCCESSFUL
Total time: 942 milliseconds


It generate a file (.xmi) with juste the head :
<?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"/>


The org.eclipse.gmt.tcs.injector.Anomalies_ANTLR3Lexer is located (was
generated) in the Syntax folder.
These files (Anomalies_ANTLR3Lexer.java and Anomalies_ANTLR3Parser.java)
are full of errors.

What do I have to do to resolve the problem ?

Thanks
Previous Topic:[TCS]Create left-recursive syntax
Next Topic:[TCS] EnumerationTemplate automatic
Goto Forum:
  


Current Time: Sat Jul 12 02:06:10 EDT 2025

Powered by FUDForum. Page generated in 0.05086 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top