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 "I-Card Registry CVS"

(New page: == General CVS Information == {| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" | rowspan="2" | Connection Type | Committers | :ext: |- | Anonymo...)
 
(Build Instructions)
 
(2 intermediate revisions by the same user not shown)
Line 71: Line 71:
  
 
== Build Instructions ==
 
== Build Instructions ==
* Building within Eclipse IDE:
+
* '''Building within Eclipse IDE:'''
 
** The normal project build method will compile the source
 
** The normal project build method will compile the source
 
** How to produce an Eclipse plugin:
 
** How to produce an Eclipse plugin:
*** '''Run->External Tools->Build I-Card Registry 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.
+
*** '''Run->External Tools->Build I-Card Registry 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: <sup>1</sup>.  
 
** How to produce a standalone jar:
 
** How to produce a standalone jar:
*** '''Run->External Tools->Build I-Card Registry jar'''. This will run Ant build script to produce standalone jar. Resulting jar file will be placed in "build/lib" folder.
+
*** '''Run->External Tools->Build I-Card Registry jar'''. This will run Ant build script to produce standalone jar. Resulting jar file will be placed in "build/lib" folder. See also: <sup>1</sup>.
 
** How to produce javadoc:
 
** How to produce javadoc:
*** '''Run->External Tools->Build I-Card Registry javadoc'''. This will run Ant build script to produce javadoc. Javadocs will be generated in "build/doc" folder.
+
*** '''Run->External Tools->Build I-Card Registry javadoc'''. This will run Ant build script to produce javadoc. Javadocs will be generated in "build/doc" folder. See also: <sup>1</sup>.
* Command-line builds:
+
 
 +
 
 +
* '''Command-line builds:'''
 
** How to produce an Eclipse plugin:
 
** 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.
 
*** 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:
 
** How to produce a standalone jar:
*** From the project directory, run '''"ant"''' (see note <sup>1</sup>). Resulting jar file will be placed in "build/lib" folder.
+
*** From the project directory, run '''"ant"'''. Resulting jar file will be placed in "build/lib" folder. See also: <sup>2</sup>.  
 
** How to produce javadoc:
 
** How to produce javadoc:
*** From the project directory, run '''"ant javadoc"''' (see note <sup>1</sup>). Javadoc will be generated in "build/doc" folder.
+
*** From the project directory, run '''"ant javadoc"'''. Javadoc will be generated in "build/doc" folder. See also: <sup>2</sup>.  
** '''Command-line builds notes''':
+
 
*** <sup>1</sup> In order to process plugin specific files you will need to add "-Declipse.home=<path to eclipse installation>" option to the command line.
+
 
 +
* '''Builds notes:'''  
 +
** <sup>1</sup> 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.
 +
** <sup>2</sup> 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 ==
 
== See Also ==
 
* [http://www.eclipse.org/higgins Higgins Home]
 
* [http://www.eclipse.org/higgins Higgins Home]
 
* [[Components]]
 
* [[Components]]

Latest revision as of 12:49, 12 March 2007

General CVS Information

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


I-Card Registry Projects

Main I-Card Registry project is

Project Module Location Eclipse PSF ViewCVS
I-Card Registry org.eclipse.higgins/plugins/org.eclipse.higgins.icard.registry anonymous viewcvs
committer


The I-Card Registry project depends on several other Higgins projects

Project Module Location Eclipse PSF ViewCVS
IdAS org.eclipse.higgins/plugins/org.eclipse.higgins.idas anonymous viewcvs
committer
I-Card Interfaces org.eclipse.higgins/plugins/org.eclipse.higgins.icard anonymous viewcvs
committer
Higgins Registry org.eclipse.higgins/plugins/org.eclipse.higgins.registry 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 I-Card Registry 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 I-Card Registry 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 I-Card Registry 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