Hello,
> i could localize the place where it does not work for me..
>
> soo the error comes if i use the reference to the EString -Element in
> my models (perhaps some other i did not test jet),
> this is the example:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <ecore:EPackage xmi:version="2.0"
> xmlns:xmi="http://www.omg.org/XMI"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
> name="StructureBase"
> nsPrefix="">
> <eClassifiers xsi:type="ecore:EClass" name="Cl">
> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"
> eType="ecore:EDataType
http://www.eclipse.org/emf/2002/Ecore#//EString"/>
> </eClassifiers>
> </ecore:EPackage>
>
> but if i create my own datatype String instead of using the EString of
> Ecore in the main package, the model is transformed without any errors.
>
> Is it a limitation in ATL or is something wrong with my settings?
ATL should be able to work with this, but you may have found a bug.
Could you please create a bugzilla entry for it?
Thanks.
Regards,
Frédéric Jouault