Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] List of installable units or log - using p2 director to automate Subclipse, M2eclipse, and M2eclipse Extra for OpenMRS developers

Thank you. That is quite helpful.

I was unable to see the installed bundles using my find . -exec grep ... {}
\; commands as these files are gzipped.

Again thank you so much!

Misha


Pascal Rapicault-3 wrote:
> 
> A complete list of all the IUs that have been installed is available in
> the most recent profile file located in
> <install>/p2/org.eclipse.equinox.p2.engine/profileRegistry/<someName>/
> 
> In order to facilitate things for you users, you may want to create one IU
> that refers to all the elements you need.
> This way your end user only has one thing to install
> 
> On 2010-09-12, at 5:47 PM, misha680 wrote:
> 
>> 
>> Dear All:
>> 
>> I am trying to automate the install process for OpenMRS developers 
>> http://wiki.openmrs.org/display/docs/Step+by+Step+Installation+for+Developers
>> 
>> I have found a helpful reference here:
>> http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_director.html
>> 
>> And have created a command line:
>> ./eclipse -nosplash -application org.eclipse.equinox.p2.director
>> -repository
>> http://subclipse.tigris.org/update_1.6.x,http://m2eclipse.sonatype.org/sites/m2e/,http://m2eclipse.sonatype.org/sites/m2e-extras/
>> -installIU
>> org.maven.ide.eclipse,org.maven.ide.eclipse.scm,org.maven.ide.eclipse.subclipse,org.tigris.subversion.clientadapter,org.tigris.subversion.clientadapter.javahl,org.tigris.subversion.subclipse.core
>> 
>> That _seems_ to mirror my Eclipse install.
>> 
>> However, on further investigation, it seems that certain things are not
>> installed. Notably, all _features_ related to the application seem
>> completely missing under the features/ folder.
>> 
>> Is there a good way to _see a list of all installable units_ in Eclipse?
>> 
>> The logs seem to record _features_, there is a bundles.list file that
>> record
>> _bundles = plugins_,
>> but where can I see a log of installable units in Eclipse?
>> 
>> Thank you
>> Misha
>> -- 
>> View this message in context:
>> http://old.nabble.com/List-of-installable-units-or-log---using-p2-director-to-automate-Subclipse%2C-M2eclipse%2C-and-M2eclipse-Extra-for-OpenMRS-developers-tp29693317p29693317.html
>> Sent from the Equinox - Dev mailing list archive at Nabble.com.
>> 
>> _______________________________________________
>> equinox-dev mailing list
>> equinox-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/equinox-dev
> 
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
> 
> 

-- 
View this message in context: http://old.nabble.com/List-of-installable-units-or-log---using-p2-director-to-automate-Subclipse%2C-M2eclipse%2C-and-M2eclipse-Extra-for-OpenMRS-developers-tp29693317p29702396.html
Sent from the Equinox - Dev mailing list archive at Nabble.com.



Back to the top