Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

v1.1.1 - Fix installation issues and LocalFolder registration

Latest
Compare
Choose a tag to compare
@agarciadom agarciadom released this 02 Nov 16:30
· 496 commits to master since this release

This minor release fixes several issues and replaces 1.1.0. Please do not install 1.1.0 anymore and use this instead. You can download the sources and various Eclipse products through the links below, or install it into your Eclipse instance from this update site:

    http://mondo-project.github.io/mondo-hawk/hawk-releases/1.1.1/

Please note that you will also need the Epsilon 1.4 update site, as well as this third party component update site:

    http://mondo-project.github.io/mondo-hawk/thirdparty-nonp2/
  • Epsilon 1.5.x is explicitly rejected when installing. Epsilon 1.5 changed the structure of several important classes in eol.engine and it is not possible to compile Hawk against both Epsilon 1.4 and Epsilon 1.5. Hawk 1.1.0 would allow you to install it on top of Epsilon 1.5.x, but you would receive runtime errors when creating an index.

  • The service.api.dt feature has been added to the update site. This feature was missing from the release, so it was not possible to install the "Thrift API support for the Eclipse GUI" feature.

Also, it fixes one small bug: "file:/" URIs such as those used by the LocalFolder repository would not be accepted. These work now. Please note as well that LocalFolder does not accept "file://" URIs at the moment.