Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [qvtd-dev] Duplicate content parser

Hi

You must use the same Xtext editor generation. This kind of thing usually goes away with a clean/rebuild.

    Regards

        Ed

On 21/08/2013 16:54, Horacio Hoyos Rodriguez wrote:

Hi,

 

It seems the trace log when opening the editor was a separate issue related to the build. The editor is working properly.

 

Regards,

 

Horacio Hoyos Rodríguez

EngD Student

University of York

 

http://www.york.ac.uk/docs/disclaimer/email.htm

 

From: Horacio Hoyos Rodriguez [mailto:hhr502@xxxxxxxxxx]
Sent: 21 August 2013 16:48
To: QVTd Mailing List (qvtd-dev@xxxxxxxxxxx)
Subject: RE: Duplicate content parser

 

Hi,

 

I have also attached the trace log of the error I get when opening a QVTc editor in the eclipse instance.

 

Regards,

 

 

Horacio Hoyos Rodríguez

EngD Student

University of York

 

http://www.york.ac.uk/docs/disclaimer/email.htm

 

From: Horacio Hoyos Rodriguez [mailto:hhr502@xxxxxxxxxx]
Sent: 21 August 2013 16:43
To: QVTd Mailing List (qvtd-dev@xxxxxxxxxxx)
Subject: Duplicate content parser

 

Hi Ed,

 

I am having trouble running the latest QVTd in an eclipse instance.  I am getting a warning when launching the eclipse application:

 

!MESSAGE Both 'org.eclipse.qvtd.codegen' and 'org.eclipse.qvtd.codegen' register a content parser for 'org.eclipse.qvtd.codegen.qvticgmodel'

 

Loking at the plugin.xml of org.eclipse.qvtd.codegen, I found:

 

   <extension point="org.eclipse.emf.ecore.content_parser">

      <!-- @generated qvticgmodel -->

      <parser

            contentTypeIdentifier="org.eclipse.qvtd.codegen.qvticgmodel"

            class="org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl"/>

   </extension>

 

   <extension point="org.eclipse.emf.ecore.content_parser">

      <!-- @generated qvticgmodel NOT -->

      <parser

            contentTypeIdentifier="org.eclipse.qvtd.codegen.qvticgmodel"

            class="org.eclipse.qvtd.codegen.utilities.QVTiCGModelResourceFactoryImpl"/>

   </extension>

 

 

I found a post about this from you and seems you had solved it in the past. Perhaps a bad undo?

 

Regards,

 

 

Horacio Hoyos Rodríguez

EngD Student

University of York

 

http://www.york.ac.uk/docs/disclaimer/email.htm

 



_______________________________________________
qvtd-dev mailing list
qvtd-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/qvtd-dev


No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3392 / Virus Database: 3211/6594 - Release Date: 08/20/13



Back to the top