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

(URI I-Card Provider Projects)
(Build Instructions)
 
(17 intermediate revisions by the same user not shown)
Line 18: Line 18:
  
 
== URI I-Card Provider Projects ==
 
== URI I-Card Provider Projects ==
The URI I-Card Provider consists of one project
+
Main URI I-Card Provider project is
  
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
Line 27: Line 27:
 
! border="1" align="left" valign="top" | ViewCVS
 
! border="1" align="left" valign="top" | ViewCVS
 
|-
 
|-
|rowspan="2" |URI ICP
+
|rowspan="2" |URI I-Card Provider
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/anonymous.psf?root=Technology_Project&view=co anonymous]  
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/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.provider.uri/?cvsroot=Technology_Project viewcvs]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/?cvsroot=Technology_Project viewcvs]
 
|-
 
|-
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/committers.psf?root=Technology_Project&view=co committer]
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/committer.psf?root=Technology_Project&view=co committer]
 
|-
 
|-
 
|}
 
|}
  
  
The URI I-Card Provider depends on the other Higgins projects
+
The URI I-Card Provider project depends on several other Higgins projects
  
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
Line 53: Line 53:
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/committer.psf?root=Technology_Project&view=co committer]
 
| [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" |IdAS
+
|rowspan="2" |I-Card Interfaces
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas
+
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.icard
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/anonymous.psf?root=Technology_Project&view=co anonymous]  
+
| [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.idas/?cvsroot=Technology_Project viewcvs]
+
|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.idas/committer.psf?root=Technology_Project&view=co committer]
+
| [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" |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]
 
|-
 
|-
 
|}
 
|}
 +
  
 
== Build Instructions ==
 
== Build Instructions ==
* Building within Eclipse:
+
* 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:
 +
*** '''Run->External Tools->Build URI I-Card Provider 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:
*** In Eclipse, do this:
+
*** '''Run->External Tools->Build URI I-Card Provider 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>.
**** Window, Show View, Ant.  An ant browser appears.
+
**** Right-Click, Add Buildfiles..., browse to the buildfile (build.xml) you want to add and select it. 
+
**** Expand the build file to expose the jar target.
+
**** Double-click the jar target to build the jar.
+
 
** How to produce javadoc:
 
** How to produce javadoc:
*** Follow the instructions above to add the ant buildfile to the ant browser
+
*** '''Run->External Tools->Build URI I-Card Provider javadoc'''. This will run Ant build script to produce javadoc. Javadocs will be generated in "build/doc" folder. See also: <sup>1</sup>.
*** Double-click the javadoc target.
+
 
* Command-line build
+
 
** Building an Eclipse plugin
+
* Command-line builds:
*** From the project directory, run "ant -DECLIPSE_HOME=<path to eclipse installation>"
+
** How to produce an Eclipse plugin:
*** Note that this requires an Eclipse installation
+
*** 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.
** Building a standalone jar file
+
** How to produce a standalone jar:
*** From the project directory, run "ant jar"
+
*** From the project directory, run '''"ant"'''. Resulting jar file will be placed in "build/lib" folder. See also: <sup>2</sup>.
** Building javadoc
+
** How to produce javadoc:
*** From the project directory, run "ant javadoc"
+
*** From the project directory, run '''"ant javadoc"'''. Javadoc will be generated in "build/doc" folder. See also: <sup>2</sup>.
 +
 
 +
 
 +
* '''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


URI I-Card Provider Projects

Main URI I-Card Provider project is

Project Module Location Eclipse PSF ViewCVS
URI I-Card Provider org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri anonymous viewcvs
committer


The URI I-Card Provider 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 URI I-Card Provider 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 URI I-Card Provider 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 URI I-Card Provider 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