On Tue, Dec 21, 2010 at 3:59 AM, <[email protected]> wrote:

>  Hello,
>
> I am trying to use the Publisher API described here
> "http://wiki.eclipse.org/Equinox/p2/Publisher";<http://wiki.eclipse.org/Equinox/p2/Publisher>to
>  export a feature. Everything works fine: the metadata is correctly
> created and the binary of the feature is present in the created "features"
> folder. The only problem is that the plugins contained in the feature are
> not published. Do I need to set a flag somewhere in order to export
> everything contained in the feature (included plugins, features, etc) ?
>

    Just to be clear, the publisher is the mechanism that generates p2
metadata once everything has been build. If you use PDE Build or Tycho this
metadata is being generated for you.
    Now if you have a binary copy of the feature and the plugins without
metadata, then the publisher is the mechanism to use. But be sure to have
your features and plugins in the following structure
    xyz/
      features/
         abc.jar
      plugins
         cde.jar



> Thanks in advance for your help !
>
> Regards,
> Radu Kopetz
> --
>
>  * KOPETZ Radu RD-MAPS-GRE*
> * GRE/MAPS/SHINE*
> Tel : 04 76 76 45 09
> Email: [email protected] <[email protected]>
> R&D Grenoble 28 chemin du Vieux Chêne - BP98 38243 Meylan Cedex - France
>
>
> _______________________________________________
> p2-dev mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/p2-dev
>
>
_______________________________________________
p2-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/p2-dev

Reply via email to