Forum Discussion

chrisborrill's avatar
15 years ago

Cannot built SoapUI from source - missing dependencies

I followed the instructions to build SoapUI from source, but the command:

maven eclipse:generate-classpath

fails as follows, can anyone tell me how to fix this?

The build cannot continue because of the following unsatisfied dependencies:

jxbrowser-2.4.jar
xulrunner-windows-2.4.jar
xulrunner-linux64-2.4.jar
xulrunner-linux-2.4.jar
xulrunner-mac-2.4.jar
MozillaGlue-jxbrowser-2.4.jar
MozillaInterfaces-jxbrowser-2.4.jar
engine-gecko-jxbrowser-2.4.jar
engine-ie-jxbrowser-2.4.jar
engine-webkit-jxbrowser-2.4.jar
mshtml-jxbrowser-2.4.jar

thanks,
Chris

2 Replies

  • Hi Chris,

    these are from the JXBrowser dependency, you can download an evaluation of JXBrowser from www.teamdev.com and use the included jars (you will need to rename them to include version numbers). The 3.6.2 SNAPSHOT branch has been updated to use jxbrowser 2.5, so you should probably build from there instead of trunk.

    regards!

    /Ole
    eviware.com
  • Hi Ole,

    I downloaded the jxbrowser 2.4 package and I have the .jar files. I put them into the lib directory of maven 1.0.2 and I am still getting the "The build cannot continue because of the following unsatisfied dependencies" message.