|
Installation
Eclipse update site: http://pluralism.googlecode.com/svn/trunk/PluralEclipseUpdate/
Eclipse update siteThe easiest way to install Plural is to update your existing Eclipse installation. Plural depends on the Crystal plug-in for Eclipse. You can use Crystal's update site to install it. http://crystalsaf.googlecode.com/svn/trunk/EclipseUpdate/ Crystal in turn depends on the PLAID annotations. The PLAID annotations plug-in can be installed from its update site: http://plaidannotations.googlecode.com/svn/trunk/PlaidAnnotationsUpdateSite/ For installing Plural, use the following update site and follow the instructions. http://pluralism.googlecode.com/svn/trunk/PluralEclipseUpdate/ Eclipse 3.4
Eclipse should download and install Plural. It should be possible to install Crystal and Plural at the same time. Installing the optional Fiddle Plug-inFiddle is a plug-in that provides UML State Diagram visualization of annotated classes. It is a part of Plural, as it depends on it, but it is not necessary to install Fiddle to use Plural. In the future, we will have more description of Fiddle and its use. Source installationYou can use Subversion to check out the Plural module from this repository. Plural is an Eclipse plug-in project that you should add to your Eclipse workspace. (If you are checking out through Eclipse it will offer to add the project automatically to your workspace.) Create a "Run Configuration" for an "Eclipse Application" and make sure "edu.cmu.cs.plural" and "edu.cmu.cs.crystal" are among the loaded Plug-ins. Running the application will open a second Eclipse window, called the child eclipse, in which Plural is loaded. In order to run Plural from sources, you will also have to install Crystal from its update site or its sources. AnnotationsIn order to run PLURAL on your own code you will need to annotate it with a series of Java annotations we have created. See the Annotations page for more information. |
Sign in to add a comment