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"

(Build Instructions)
(Build Instructions)
Line 74: Line 74:
 
** 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 URI I-Card Provider 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.
*** 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.
+
 
** How to produce a standalone jar:
 
** How to produce a standalone jar:
 
*** TODO: create build file to build standalone jar
 
*** TODO: create build file to build standalone jar
 
** How to produce javadoc:
 
** How to produce javadoc:
 
*** TODO: create build file or target to produce javadoc
 
*** TODO: create build file or target to produce javadoc
* Command-line build
+
* Command-line builds:
** Building an Eclipse plugin
+
** How to produce an Eclipse plugin:
 
*** From the project directory, run "ant -f pluginBuilder.xml -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 -f pluginBuilder.xml -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:
 
*** TODO: create build file to build standalone jar
 
*** TODO: create build file to build standalone jar
** Building javadoc
+
** How to produce javadoc:
 
*** TODO: create build file or target to produce javadoc
 
*** TODO: create build file or target to produce javadoc
  

Revision as of 10:42, 9 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.
    • How to produce a standalone jar:
      • TODO: create build file to build standalone jar
    • How to produce javadoc:
      • TODO: create build file or target to produce javadoc
  • Command-line builds:
    • How to produce an Eclipse plugin:
      • From the project directory, run "ant -f pluginBuilder.xml -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:
      • TODO: create build file to build standalone jar
    • How to produce javadoc:
      • TODO: create build file or target to produce javadoc

See Also

Back to the top