From a1c65e8c675415f84fc22bd9cc12e6a06f8ea847 Mon Sep 17 00:00:00 2001 From: erilong Date: Fri, 16 Nov 2007 20:28:11 +0000 Subject: [PATCH] how to setup eclipse to develop --- symmetric/src/site/apt/eclipse.apt | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 symmetric/src/site/apt/eclipse.apt diff --git a/symmetric/src/site/apt/eclipse.apt b/symmetric/src/site/apt/eclipse.apt new file mode 100644 index 0000000000..6ef8d16740 --- /dev/null +++ b/symmetric/src/site/apt/eclipse.apt @@ -0,0 +1,33 @@ + ------ + Developing With Eclipse + ------ + ------ + Date + ------ + +Developing With Eclipse + + Install the {{{http://www.eclipse.org/}Eclipse}} Integrated Developer Environment + + Install Polarion's {{{http://www.polarion.org/index.php?page=download&project=subversive} Subversive}} + plug-in for Eclipse to enable + + Install {{{http://maven.apache.org/}Maven}} build manager. Make sure the Maven "bin" directory is + in your system path. + + Open the "symmetric.psf" project set file in Eclipse. Go to File->Import, then select + Team, Team Project Set. + + Configure the Maven repository variable for Eclipse. Select the "symmetric" project and + go to Window->Preferences. In the tree, select Java->Build Path->Classpath Variables. + Click the New button and enter "M2_REPO" with a value of your ".m2" directory. + (Windows: C:\Documents and Settings\user\.m2, Unix: /home/user/.m2) + + Common Maven tasks are accesed through Eclipse external tools. Go to + Run->External Tools->External Tools. The following tasks are avalable: + + * Symmetric Eclipse + + * Symmetric Compile and Package Only + + * Symmetric Test and Package