Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[qvtd-dev] 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