Forum Discussion

mayur21's avatar
mayur21
New Member
6 months ago

com.eviware.soapui.config.* missing: How do I clone and run SoapUI locally in Intellij?

I have followed the steps mentioned in the Readme page but the SoapUI.java file won't run because all call files in com.eviware.soapui.config are misssing. Am I missing a step here? Please help. Thanks!

 

1 Reply

  • Humashankar's avatar
    Humashankar
    Icon for Champion Level 3 rankChampion Level 3

    Hi mayur21 

    Try to Clone the SoapUI repository using the command git clone https://github.com/SmartBear/soapui.git.

    • Next, from IntelliJ IDEA by navigating to File > Open and selecting the root folder of the cloned SoapUI project.
    • Then, generate the necessary source files by running the command mvn compile, which is crucial for resolving missing com.eviware.soapui.config.* files.

    After that, build the project using the command mvn clean install in the root folder.

    Best Regards