Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

URI I-Card Provider CVS

Revision as of 13:12, 19 February 2007 by Unnamed Poltroon (Talk) (URI I-Card Provider Projects)

General CVS Information

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


URI I-Card Provider Projects

The URI I-Card Provider consists of two projects, one for the I-Card Provider and one for the Test code in different CVS modules

Project Module Location Eclipse PSF ViewCVS
URI ICP org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri anonymous viewcvs
committer

Build Instructions

  • Building within Eclipse:
    • The normal project build method will compile the source
    • 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:
      • 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

Back to the top