Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "P2 Install Example"

(New page: == Set up P2 Eclipse Environment == *Get p2 from CVS *Create RCP Application *test application from MANIFEST.MF file. == Set up Product Configuration == *create product configuration *s...)
 
m (Set up P2 Eclipse Environment)
Line 3: Line 3:
 
*Get p2 from CVS
 
*Get p2 from CVS
 
*Create RCP Application
 
*Create RCP Application
 +
 +
From Eclipse, File->New->Other
 +
Select Plug-in Project
 +
Specify a project name ()
 +
Click Next
 +
Select Yes for Create a Rich Client Application
 +
Click Next
 +
Choose RCP Application with a View
 +
 +
This will create a MAINFEST.MF file
 
*test application from MANIFEST.MF file.
 
*test application from MANIFEST.MF file.
 +
Edit the file.
 +
Overview tab, click LAunch an Eclipe application.
 +
Verify that the application runs.
  
 
== Set up Product Configuration ==
 
== Set up Product Configuration ==

Revision as of 16:24, 23 July 2008

Set up P2 Eclipse Environment

  • Get p2 from CVS
  • Create RCP Application

From Eclipse, File->New->Other Select Plug-in Project Specify a project name () Click Next Select Yes for Create a Rich Client Application Click Next Choose RCP Application with a View

This will create a MAINFEST.MF file

  • test application from MANIFEST.MF file.

Edit the file. Overview tab, click LAunch an Eclipe application. Verify that the application runs.

Set up Product Configuration

  • create product configuration
  • specify product definition
  • specify configuration
  • synchronize
  • launch eclipse application

Exporting

  • Eclipse Product export wizard.

Running ProvAdminUI

specify metadata repository specify artifact repository specify profile drag and drop application to profile

Run the application we created

  • Browse to the profile directory
  • run eclipse application.

Use the Installer

  • create a run configuration
  • point to the destination directory of the product export
  • point to the profile
  • run application
  • select an install directory location
  • click Install

Back to the top