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

(New page: __TOC__ {{backlink|Tigerstripe}} ==Minimum Requirements== The current development stream requires the following: * Eclipse 3.3.x (Eclipse 3.4x is not supported yet) * Java5. ==Setting up...)
 
(Minimum Requirements)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
==Minimum Requirements==
 
==Minimum Requirements==
 
The current development stream requires the following:
 
The current development stream requires the following:
* Eclipse 3.3.x (Eclipse 3.4x is not supported yet)
+
* Eclipse 3.4.x (as of 07/10/08) - The "Eclipse Classic" bundle from [http://www.eclipse.org/downloads Eclipse Downloads]
* Java5.
+
 
 +
* 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/ EMF + SDO] - v2.4.0 minimum
 +
** [http://www.eclipse.org/modeling/emf/downloads/?project=query EMF query] - v1.2.0 minimum
 +
** [http://www.eclipse.org/modeling/emf/downloads/?project=validation EMF validation] - v1.2.0 minimum
 +
** [http://www.eclipse.org/modeling/mdt/downloads/?project=ocl MDT OCL] - v1.2.0 minimum
 +
** [http://www.eclipse.org/modeling/mdt/downloads/?project=uml2 MDT UML2] - v2.2.0 minimum
 +
** [http://www.eclipse.org/gef/downloads/ GEF ALL] - v3.4.0 minimum
 +
** [http://www.eclipse.org/modeling/gmf/downloads/ GMF] - v2.1.0 minimum
 +
** [http://download.eclipse.org/tools/orbit/downloads/ Orbit] - R20080611105805 minimum
 +
 
 +
* Java5 minimum
  
 
==Setting up your workspace==
 
==Setting up your workspace==
 +
We provide [http://www.eclipse.org/buckminster Buckminster] CQueries for easy set up. Please visit [http://www.eclipse.org/tigerstripe/queries 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
 +
 +
[[Category:Tigerstripe]]

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