Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] [prov] Data produced from metadata generator has wrong touchpoint?

This is not really expected. That said earlier today I ran a provisioning
operation using these actions and everything worked fine.
Could you please open a bug about it, thx.

PaScaL


                                                                                                                                             
  From:       Timothy Webb <tim@xxxxxxxxxx>                                                                                                  
                                                                                                                                             
  To:         Equinox development mailing list <equinox-dev@xxxxxxxxxxx>                                                                     
                                                                                                                                             
  Date:       01/30/2008 04:26 PM                                                                                                            
                                                                                                                                             
  Subject:    [equinox-dev] [prov] Data produced from metadata generator has    wrong touchpoint?                                            
                                                                                                                                             





Are things in churn right now with the metadata generator?  It seems to be
producing meta with the wrong touchpoint type.  Here's a snippit from the
generated content.xml that I received:

<touchpoint id="null" version="0.0.0" />
<touchpointData size="1">
<instructions size="2">
<instruction key="uninstall">
uninstallFeature(feature:${artifact},featureId:default,featureVersion:default)
</instruction>
<instruction key="install">
installFeature(feature:${artifact},featureId:default,featureVersion:default)
</instruction>
</instructions>
</touchpointData>

As I understand it, certain instructions like installFeature and
installBundle require use of the "eclipse" touchpoint.  If you run the
above code, I get exceptions about unknown action (installFeature /
installBundle) when it tries to execute the install phase.

Tim_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev




Back to the top