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)
(Build Instructions)
Line 45: Line 45:
  
 
== Build Instructions ==
 
== Build Instructions ==
* TODO: eclipse build
+
* Building within Eclipse:
** How to produce jar
+
** The normal Project Build method will compile the source
 +
** How to produce a standalone jar:
 +
***
 
* Command-line build
 
* Command-line build
** Building a jar file
 
*** From the project directory, run "ant jar"
 
 
** Building an Eclipse plugin
 
** Building an Eclipse plugin
 
*** From the project directory, run "ant -DECLIPSE_HOME=<path to eclipse installation>"
 
*** From the project directory, run "ant -DECLIPSE_HOME=<path to eclipse installation>"
 
*** Note that this requires an Eclipse installation
 
*** Note that this requires an Eclipse installation
 +
** Building a standalone jar file
 +
*** From the project directory, run "ant jar"

Revision as of 18:53, 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

  • Building within Eclipse:
    • The normal Project Build method will compile the source
    • How to produce a standalone jar:
  • 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"

Back to the top