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

Difference between revisions of "IdAS CVS"

(Build Instructions)
Line 45: Line 45:
  
 
== Build Instructions ==
 
== Build Instructions ==
*TODO: eclipse build
+
* TODO: eclipse build
**How to produce jar
+
** How to produce jar
*TODO: command-line build
+
* Command-line build
**How to produce jar
+
** Building a jar file
**How to produce eclipse plugin
+
*** From the project directory, run "ant jar"
 +
** Building an Eclipse plugin
 +
*** From the project directory, run "ant -DECLIPSE_HOME=<path to eclipse installation>"
 +
*** Note that this requires an Eclipse installation

Revision as of 18:52, 8 February 2007

General CVS Information

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


IdAS Projects

The IdAS consists of multiple projects, each is held in a different CVS module

Project Module Location Eclipse PSF ViewCVS
IdAS org.eclipse.higgins/plugins/org.eclipse.higgins.idas anonymous viewcvs
committer
IdAS Test org.eclipse.higgins/plugins/org.eclipse.higgins.idas.test anonymous viewcvs
committer


Build Instructions

  • TODO: eclipse build
    • How to produce jar
  • Command-line build
    • Building a jar file
      • From the project directory, run "ant jar"
    • Building an Eclipse plugin
      • From the project directory, run "ant -DECLIPSE_HOME=<path to eclipse installation>"
      • Note that this requires an Eclipse installation

Back to the top