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 "Xpand/Workspace Setup"

(Here's how to set up your workspace for developing Xpand)
(Here's how to set up your workspace for developing Xpand)
Line 5: Line 5:
 
#* [http://git.eclipse.org/c/m2t/org.eclipse.xpand.git/plain/dev/org.eclipse.xpand.devenv/Xpand-Committer.psf Xpand-Committer.psf (for Eclipse committers)]   
 
#* [http://git.eclipse.org/c/m2t/org.eclipse.xpand.git/plain/dev/org.eclipse.xpand.devenv/Xpand-Committer.psf Xpand-Committer.psf (for Eclipse committers)]   
 
#* [http://git.eclipse.org/c/m2t/org.eclipse.xpand.git/plain/dev/org.eclipse.xpand.devenv/Xpand.psf Xpand.psf (for anonymous access)]
 
#* [http://git.eclipse.org/c/m2t/org.eclipse.xpand.git/plain/dev/org.eclipse.xpand.devenv/Xpand.psf Xpand.psf (for anonymous access)]
 +
# Install additional IDE features
 +
#* Run launch config org.eclipse.xpand.devenv/Xpand_Install_IDE_Features.launch
 
# Install Buckminster Headless
 
# Install Buckminster Headless
 
#* Select org.eclipse.xpand.releng / Install Buckminster.launch
 
#* Select org.eclipse.xpand.releng / Install Buckminster.launch

Revision as of 10:30, 17 October 2013

Here's how to set up your workspace for developing Xpand

  1. Download and install any Eclipse distribution - download
  2. Import the Xpand Team Project set file into your workspace (File / Import / Team / Team Project Set / URL).
  3. Install additional IDE features
    • Run launch config org.eclipse.xpand.devenv/Xpand_Install_IDE_Features.launch
  4. Install Buckminster Headless
    • Select org.eclipse.xpand.releng / Install Buckminster.launch
    • Open context menu: Run As / Install Buckminster
    • This will download and install Buckminster to Select org.eclipse.xpand.releng/buckminster
  5. Run Buckminster local build
    • Select org.eclipse.xpand.releng/releng/local/local-build.ant
    • Run the Ant script with Context: Run As / Ant Build
    • Grap a coffee...
    • Buckminster will install the Xpand target platform to org.eclipse.xpand.releng/target/target.platform
  6. Set Target Platform
    • Open org.eclipse.xpand.devenv/Xpand TP Local.target
    • Click "Set as Target Platform"
  7. Start Xpand Runtime
    • Run the launch config org.eclipse.xpand.devenv/Xpand Runtime.launch

Back to the top