Hi Pradeep and Katya.
In Pradeep's file there is:
<features>
<feature id="example-feature" version="0.0.0"/>
</features>
Try:
<features>
<feature id="org.eclipse.equinox.server.core"/>
<feature id="org.eclipse.equinox.server.p2"/>
<feature id="example-feature" version="0.0.0"/>
</features>
On Fri, Aug 5, 2011 at 6:21 PM, Todorova, Katya <[email protected]>wrote:
> Hi Pradeep,
>
> The reason why you have all the bundles listed in config.ini instead of
> bundles.info is that p2 couldn't find simple configurator bundle available
> and started. I saw you have it properly configured in your product:
> <plugin id="org.eclipse.equinox.simpleconfigurator"
> autoStart="true" startLevel="1" />
>
> I guess this configuration is ignored for some reason. Could you please
> check in the generated osgi.bundles list whether sc is presented and whether
> it's marked to be started?
>
> Thanks,
> Katya
>
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On
> Behalf Of Pradeep Fernando
> Sent: vendredi 5 août 2011 11:49
> To: P2 developer discussions
> Subject: Re: [p2-dev] SimpleConfigurator/bundles.info not get created in
> the product structure
>
> Hi Hugues,
>
> thanks for the quick reply. Actually I was following your trails,
> found in tycho JIRA[1] . In the jira you have stated that director
> takes care of generating bundles.info if we give a custom config.ini
> in the .product file. Can't we use that approach ? Is it still valid ?
>
> I would love to use tycho for my product build, but my organizations
> requirements are bit different. tycho product builds achieve this
> without a problem. Looking in to their code reveal no magic. They are
> using publisher and director without much difference.
>
> >With both techniques we end-up hardcoding the exact version of p2 and
> equinox used by the product
>
> sorry I'm not getting your point. I'm quite new to p2. can you please
> explain this.
>
>
> [1] https://issues.sonatype.org/browse/TYCHO-188
>
> thanks again.
>
> --Pradeep
> _______________________________________________
> 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
>
_______________________________________________
p2-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/p2-dev