membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Can't run wsdldiff.... #269

Open Lewenhaupt opened 6 years ago

Lewenhaupt commented 6 years ago

No matter what I set my %SOA_MODEL_HOME% to it doesn't work. Looking at the script files they all reference /bin or /lib which don't exist anymore. I've tried bypassing this by simply running the command that the scripts execute myself but I run into problems: Command: groovy -classpath "C:\Users\Hugo\Desktop\TDDD05\soa-model-1.6.0\core\*" C:\Users\Hugo\Desktop\TDDD05\soa-model-1.6.0\distribution\src\main\groovy\org\membrane_soa\soa_model\diff\WSDLDiffCLI.groovy @ line 254, column 3. new WSDLParser() as Object This also happens when I try to run the WSDLDiffCLI from inside IntelliJ. IntelliJ is able to build the core module but can't run the script in any way :/

Could any help me out?