Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Due to the replacement of various plugins using an existing eclipse workspace can cause errors in deleted plugins if related views were previously opened.
For example if the KIELER Compiler Selection view was opened in the workspace of the previous version, then this view will have a red square as icon and the error log will show an entry: Unable to resolve plug-in "platform:/plugin/de.cau.cs.kieler.kico.ui/icons/KiCoViewIcon.png". This problem can easily be solved by closing the no longer available view. In this example the new KIELER Compiler view should be opened, which replaces the functionality of the old view.

Estrel Compiler does not work on Mac OSX

Due to an error or API restriction in Java, KIELER currently cannot set the executable flag on the Esterel compiler binaries under Mac OSX. As a result the compilation fails. If you inspect the log (second intermediate result of the Esterel compiler processor) you should see that there is an "Permission denied" error, otherwise your situation does not match this problem.
As this problem will be fixed in a future bugfix release, there is currently only a manual workaround.

Move to the compiler directory:

Code Block
cd <your installation directory>/kieler.app/Contents/Eclipse/plugins/de.cau.cs.kieler.esterel.compiler_1.0.0.201904081434/compiler/iec_v5_100/macosx/bin/

Then set the executable flag on all files in the bin folder:

Code Block
chmod +x *


Bug Reports, Comments

We're working hard to make the graphical modeling user experience as convenient as possible. However, bugs can still remain in the code and some things might not be as you would expect them. Please don't hesitate to send in bug reports or give other comments like feature requests.

...