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 "TigerstripeDevEnvironment"

(Minimum Requirements)
 
Line 6: Line 6:
 
* Eclipse 3.4.x (as of 07/10/08) - The "Eclipse Classic" bundle from [http://www.eclipse.org/downloads Eclipse Downloads]
 
* Eclipse 3.4.x (as of 07/10/08) - The "Eclipse Classic" bundle from [http://www.eclipse.org/downloads Eclipse Downloads]
  
* A set of additional plugins as follows (We've collected them into a single .zip file for convenience at . Simply unzip this on top of Eclipse Classic):
+
* A set of additional plugins as follows (We've collected them into a single [http://www.eclipse.org/downloads/download.php?file=/technology/tigerstripe/tigerstripe-required-0.4.zip tigerstripe-required-0.4.zip] file for convenience. Simply unzip this on top of Eclipse Classic):
 
** [http://www.eclipse.org/modeling/emf/downloads/?project=transaction EMF transaction] - v1.2.0 minimum  
 
** [http://www.eclipse.org/modeling/emf/downloads/?project=transaction EMF transaction] - v1.2.0 minimum  
 
** [http://www.eclipse.org/modeling/emf/downloads/ EMF + SDO] - v2.4.0 minimum  
 
** [http://www.eclipse.org/modeling/emf/downloads/ EMF + SDO] - v2.4.0 minimum  

Latest revision as of 14:44, 10 July 2008

< To: Tigerstripe

Minimum Requirements

The current development stream requires the following:

  • Eclipse 3.4.x (as of 07/10/08) - The "Eclipse Classic" bundle from Eclipse Downloads
  • Java5 minimum

Setting up your workspace

We provide Buckminster CQueries for easy set up. Please visit http://www.eclipse.org/tigerstripe/queries.

To set up a regular "workbench" development environment, use the following query (hit "resolve and materialize"):

http://www.eclipse.org/tigerstripe/queries/tigerstripe-workbench.cquery

Setting up the Run/Debug Configuration

  • Create a new Debug Configuration, using all the default settings.
  • On the "Arguments" tab, set the VM arguments to read
-Xmx256m -XX:MaxPermSize=128m

Back to the top