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 "IdAS SPI CVS"

(New page: == General CVS Information == {| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" | rowspan="2" | Connection Type | Committers | :ext: |- | Anon ac...)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
== General CVS Information ==
 
== General CVS Information ==
 
{| 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 29:
 
|-
 
|-
 
|rowspan="2" |IdAS APIs
 
|rowspan="2" |IdAS APIs
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas.api
+
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas.spi
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.spi/anonymous.psf?root=Technology_Project&view=co anonymous]  
 
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.spi/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.spi/?cvsroot=Technology_Project viewcvs]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.spi/?cvsroot=Technology_Project viewcvs]
Line 65: Line 67:
 
** <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.
 
** <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.
  
== See Also ==
+
[[Category:Higgins IdAS]]
* [http://www.eclipse.org/higgins Higgins Home]
+
* [[Components]]
+

Latest revision as of 10:37, 16 December 2008

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins logo 76Wx100H.jpg

General CVS Information

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


IdAS SPI Projects

Project Module Location Eclipse PSF ViewCVS
IdAS APIs org.eclipse.higgins/plugins/org.eclipse.higgins.idas.spi 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.
    • How to produce an Eclipse plugin:
      • Follow the instructions above to add the ant buildfile to the ant browser
      • Right-Click the plugin target, Run As, 2 Ant Build..., go to JRE tab.
      • Make sure that you either choose "Run in the same JRE as the workspace" option or provide "-DECLIPSE_HOME=<path to eclipse installation>" VM argument.
      • Click Run.
  • Command-line build
    • How to produce an Eclipse plugin:
      • From the project directory, run "ant plugin -DECLIPSE_HOME=<path to eclipse installation>"
      • Note that this requires an Eclipse installation
    • How to produce a standalone jar file:
      • From the project directory, run "ant jar"1.
    • How to produce javadoc:
      • From the project directory, run "ant javadoc"1.
  • Builds notes:
    • 1 In order to process plugin specific files you will need to add "-DECLIPSE_HOME=<path to eclipse installation>" option to the command line.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.