Installation.

Via Eclipse Update Manager.

The best way to install the Maude Development Tools probably is to use our public update site (http://moment.dsic.upv.es/updates/). To install the plugins using this method you must follow the following steps:

  1. Choose Software Updates -> Find and Install from the Help menu.

  2. Opening the Eclipse Update Manager.

  3. Select Search for new features to install and press Next.

  4. Search for new features to install option.

  5. Press New Remote Site...

  6. Update sites window.

  7. Enter "MOMENT Public Update Site" (or whatever you would like) as the name, and "http://moment.dsic.upv.es/updates/" for the URL.

  8. Adding a new update site.

  9. Press Next.

  10. Selection of the MOMENT Public Update Site.

  11. Check the boxes next to the version you would like to install and press Next.

  12. Updates available at the MOMENT Public Update Site.

  13. Accept the license agreement and press Next.

  14. License agreement.

  15. Press Finish.

  16. Features to install.

  17. You have to accept to install the feature…

  18. Beginning of the install process.

  19. ... and the install process will begin.

  20. Install process progress information.

  21. Finally, Eclipse may ask you if you want to restart. We recommend that you do it.

  22. Installation finished.

Manual installation.

If you would rather install the plugins manually, you have to decompress and copy the plugin files available at [http://moment.dsic.upv.es/mdt/] into the Eclipse folder. For example:

Given the following eclipse folder:

eclipse
  |--- configuration
    |- org.eclipse.core.runtime
    |- ...
  |--- features
    |- org.eclipse.jdt_3.0.1
    |- org.eclipse.platform_3.0.1
    |- ...
  |--- plugins
    |- org.apache.ant_1.6.2
    |- org.apache.lucene_1.3.1
    |- org.eclipse.ant.core_3.0.0
    |- ...
  |--- readme
    |- ...
  ...
  |--- startup.jar
  ...

And the file es.upv.dsic.issi.moment.mdt_2.0.4.zip: with these files:

es.upv.dsic.issi.moment.mdt_2.0.4.zip
  |--- features
    |- es.upv.dsic.issi.moment.mdt_2.0.4
  |--- plugins
    |- es.upv.dsic.issi.moment.mdt.maudedaemon_1.3.5.jar
    |- es.upv.dsic.issi.moment.mdt.maudesimpleGUI_2.0.5.jar
    |- es.upv.dsic.issi.moment.mdt.help_1.0.0.jar

You will have to copy both directories (features and plugins) to the eclipse folder.