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 "Building the Higgins I-Card Manager Service"

(I-Card Manager Projects)
(I-Card Manager Projects)
Line 33: Line 33:
 
|-
 
|-
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/org.eclipse.higgins.icm/committer.psf?root=Technology_Project&view=co committer]
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/org.eclipse.higgins.icm/committer.psf?root=Technology_Project&view=co committer]
|-
 
|}
 
 
 
The RPPS Core project depends on several other Higgins projects
 
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
 
|-style="background:#d6dee9; color:black" 
 
! border="1" align="left" valign="top" | Project
 
! border="1" align="left" valign="top" | Module Location
 
! border="1" align="left" valign="top" | Eclipse PSF
 
! border="1" align="left" valign="top" | ViewCVS
 
|-
 
|rowspan="2" |IdAS
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/anonymous.psf?root=Technology_Project&view=co anonymous]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/?cvsroot=Technology_Project viewcvs]
 
|-
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/committer.psf?root=Technology_Project&view=co committer]
 
|-
 
|rowspan="2" |I-Card Interfaces
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.icard
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard/anonymous.psf?root=Technology_Project&view=co anonymous]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard/?cvsroot=Technology_Project viewcvs]
 
|-
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard/committer.psf?root=Technology_Project&view=co committer]
 
|-
 
|rowspan="2" |I-Card Registry
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.icard.registry
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.registry/anonymous.psf?root=Technology_Project&view=co anonymous]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.registry/?cvsroot=Technology_Project viewcvs]
 
|-
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.registry/committer.psf?root=Technology_Project&view=co committer]
 
|-
 
|rowspan="2" |Higgins Registry
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.registry
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.registry/anonymous.psf?root=Technology_Project&view=co anonymous]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.registry/?cvsroot=Technology_Project viewcvs]
 
|-
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.registry/committer.psf?root=Technology_Project&view=co committer]
 
|-
 
|rowspan="2" |RSS-SSE Parser Library
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.rsse
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.rsse/anonymous.psf?root=Technology_Project&view=co anonymous]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.rsse/?cvsroot=Technology_Project viewcvs]
 
|-
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.rsse/committer.psf?root=Technology_Project&view=co committer]
 
 
|-
 
|-
 
|}
 
|}

Revision as of 04:44, 2 April 2007

General CVS Information

Connection Type Committers  :ext:
Anonymous access  :pserver:
Host dev.eclipse.org
Repository Path /cvsroot/technology


I-Card Manager Projects

Main I-Card Manager project is

Project Module Location Eclipse PSF ViewCVS
I-Card Manager org.eclipse.higgins/app/org.eclipse.higgins.icm anonymous viewcvs
committer

Build Instructions

  • Building within Eclipse IDE:
    • The normal project build method will compile the source
    • How to produce an Eclipse plugin:
      • Run->External Tools->Build RPPS Core plugin. This will run Ant build script to produce Eclipse plugin. Resulting plugin's jar along with the build's log file will be placed in "build/plugins" folder. See also: 1.
    • How to produce a standalone jar:
      • Run->External Tools->Build RPPS Core jar. This will run Ant build script to produce standalone jar. Resulting jar file will be placed in "build/lib" folder. See also: 1.
    • How to produce javadoc:
      • Run->External Tools->Build RPPS Core javadoc. This will run Ant build script to produce javadoc. Javadocs will be generated in "build/doc" folder. See also: 1.


  • Command-line builds:
    • How to produce an Eclipse plugin:
      • From the project directory, run "ant plugin -Declipse.home=<path to eclipse installation>" Resulting plugin's jar along with the build's log file will be placed in "build/plugins" folder.
    • How to produce a standalone jar:
      • From the project directory, run "ant". Resulting jar file will be placed in "build/lib" folder. See also: 2.
    • How to produce javadoc:
      • From the project directory, run "ant javadoc". Javadoc will be generated in "build/doc" folder. See also: 2.


  • Builds notes:
    • 1 Provided Eclipse launch configuration runs ant using the same JRE as the workspace. If you need to change JRE for some reason you will need to provide "-Declipse.home=<path to eclipse installation>" VM argument.
    • 2 In order to process plugin specific files you will need to add "-Declipse.home=<path to eclipse installation>" option to the command line.

See Also

Back to the top