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,

 

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

 


Back to the top