Forum Discussion
Hello, I have the same problem.. Is it any smart way to handle this?
I am running it in Ant(yes I know, who use ant today?!) with this
<java classname="com.eviware.soapui.tools.SoapUITestCaseRunner" failonerror="true" fork="true">
<arg line="-j -f${basedir}/soapUi/test-results"/>
<arg value="-e${soapui.endpoint}/MyWsdl?wsdl" />
<arg value="-Elocal" />
<arg value="${basedir}/soapui/my_soapui_project.xml"/>
<classpath>
<fileset dir="${basedir}\soapui\lib" includes="*.jar"/>
</classpath>
</java>
As you can see I have copied the jars to my project so I can run the project from the jenkins server.
Do I need to get a another license for the jenkins server and install soapUi there aswell? I cant even make it run on my local now where I have soapUi Pro installed