← Revision 6 as of 2008-07-22 20:48:28
Size: 1414
Comment:
|
← Revision 7 as of 2008-07-22 20:53:36 →
Size: 1409
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 18: | Line 18: |
* pax:clean | * clean |
Line 22: | Line 22: |
attachment:pax1.png |
attachment:pax1.png |
Using Pax-Construct from Eclipse
Introduction
[http://www.ops4j.org/projects/pax/construct/ Pax-Construct] is a usuful tool for OSGi-based system development and it is available as a [http://www.ops4j.org/projects/pax/construct/maven-pax-plugin/index.html Maven plugin]. You can use most of its features from Eclipse once you install m2eclipse plugin.
How to use
Setup
You need to install m2eclipse plugin to run PAX commands.
Execute Pax Goals
Provisioning
Instead of running Cytoscape 3 on Equinox, you can use pax:provision goal to run Cytoscape 3 on [http://felix.apache.org/site/index.html Apache Felix].
From Run menu, select Run Configurations...
Select Maven Build and create new configuration.
Set base directory to core.
- Select following goals, in order:
- clean
- install
- pax:provision attachment:pax1.png
mvn clean install pax:provision
- Apply and Run
Reference
[http://www.ops4j.org/projects/pax/construct/maven-pax-plugin/eclipse-mojo.html pax:eclipse parameters]
This document is written by KeiichiroOno DateTime()
If you have any questions, please e-mail me (kono at ucsd dot edu)