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

Fortunately it's a benign error.

It requires a more accurate "generated NOT" to stop it reappearing automatically. Hopefully I've fixed this in my working code.

    Regards

        Ed

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

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