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)
Line 71: Line 71:
  
 
== 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:
 +
*** Right-Click on the project in the project's tree
 +
*** Choose "Deployable plug-ins and fragments", click Next
 +
*** Choose destination directory (and other desired options), click Finish
 
** How to produce a standalone jar:
 
** How to produce a standalone jar:
*** In Eclipse, do this:
 
**** 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
 
*** Double-click the javadoc target.
 
* Command-line build
 
** Building an Eclipse plugin
 
*** From the project directory, run "ant -DECLIPSE_HOME=<path to eclipse installation>"
 
*** Note that this requires an Eclipse installation
 
** Building a standalone jar file
 
*** From the project directory, run "ant jar"
 
** Building javadoc
 
*** From the project directory, run "ant javadoc"
 
  
 
== See Also ==
 
== See Also ==
 
* [http://www.eclipse.org/higgins Higgins Home]
 
* [http://www.eclipse.org/higgins Higgins Home]
 
* [[Components]]
 
* [[Components]]

Revision as of 10:07, 20 February 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:
      • Right-Click on the project in the project's tree
      • Choose "Deployable plug-ins and fragments", click Next
      • Choose destination directory (and other desired options), click Finish
    • How to produce a standalone jar:
    • How to produce javadoc:

See Also

Back to the top