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.

Run ProM from source code in SVN

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

I have tried also run the file ProM Package Manager (Workshop).launch like this tutorial:

https://svn.win.tue.nl/trac/prom/wiki/Contribute

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

Sign In or Register to comment.