How I could run ProM from source code checkout from SVN?
I tried this tutorial here
https://svn.win.tue.nl/trac/prom/wiki/setup/CheckingOutPromUsingSubclipse
But this step did not work:
"Eclipse automatically builds the class files, After building has completed, no problems should exist on the Eclipse 'Problems'-tab"
Simply checkout the project does not make the eclipse compile de project. After checkout the project we have several compile problems like "AbstractConnection cannot be resolved to a type".
I have tried to run "ant" but get this error: build.xml:92: impossible to resolve dependencies:
java.io.FileNotFoundException: /var/lib/hudson/.ivy2/cache/${env.EXECUTOR_NUMBER}/resolved-prom-Workshop-latest.xml
but get another error:
Launch configuration ProM Package Manager (Workshop) references non-existing project Workshop.
What is a step that I need to run to make the ant/ivy script download the dependences that are missing the resolver the compilation problems ?
Regards
Answers
Eric.