To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

Missing packages

Erich
edited October 2018 in - Development
I checked out ProM as decribed here: https://svn.win.tue.nl/trac/prom/wiki/setup/CheckingOutPromUsingSubclipse
I can't start it because there are several errors. Nearly all import statements are invalid, i.e.
import org.processmining.framework.util.HTMLToString;

Comments

  • Hi Erich,

    That's an old page, please use https://svn.win.tue.nl/trac/prom/wiki/Contribute instead. Most likely, you need to install the IvyDE add-on (to resolve dependencies) in Eclipse, and check out a package instead of the framework.

    Kind regards,

    Eric.



  • I don't want to contribute. I just want to develop my own Plug-In.
  • Hi Erich,

    To develop a new plug-in (even without contributing), please use https://svn.win.tue.nl/trac/prom/wiki/Contribute instead.

    Nowadays, ProM uses Ivy to resolve dependencies on libraries. Your Eclipse needs support for that. Installing IvyDE will help.

    You can develop your plug-in in any package, just check out a package and add your plug-in to that package.

    Kind regards,

    Eric.

Sign In or Register to comment.