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 :/
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?