You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Setting up a MAEviz development environment

  1. Download Eclipse You will need version 3.3 or 3.4. Get the Eclipse for RCP/Plug-in developers
  2. Get an SVN client for Eclipse Our source code is stored in Subversion, so you will need an SVN client. We recommend getting subversive from http://www.polarion.org
  3. Connect to the MAEviz source repository Our repository is available read-only from https://subversion.ncsa.uiuc.edu/ncsa-plugins/ or read-write if you have an account from https://<username>@svn.ncsa.uiuc.edu/svn/ncsa-plugins/
  4. Checkout the plugins source Because the list of plugins in MAEviz is always changing, the most reliable way to determine which plugins to get is by checking the defining product. First, download the ncsa.maeviz.rcp plugin. Open the maeviz.feature.3.3.product (or maeviz.feature.3.4.product, if you are using eclipse 3.4) file, and find the list of features. You will need to check out each of these features. Then, for each feature, you will need to checkout each plugin listed in the feature.xml file. Plugins that are not in our repository are plugins that come with eclipse, and thus do not need to be checked out separately

MAEviz is developed using the Eclipse RCP platform and Java.  Understanding the APIs of these evironments, and how to use Eclipse for development, is outside the scope of this document.  Developers will need to be very familiar with Java programming and somewhat familiar with Eclipse RCP to be productive doing MAEviz development.

  • No labels