Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] SimpleConfigurator/bundles.info not get created in the product structure

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: p2-dev-bounces@xxxxxxxxxxx [mailto:p2-dev-bounces@xxxxxxxxxxx] 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
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top