Forum Discussion
marcu
16 years agoNew Contributor
I've changed my loadui.bat file to run
"%JAVAWS%" -J-Dsoapui.properties="D:\Program Files\eviware\loadUI-1.0.2-SNAPSHOT\marctest.properties" loadUI.jnlp
My properties-file contains just one property, which should be printed.
But this doesn't work.
If I add my property to <user-dir>\soapui-settings.xml the property is printed.
So I think my work around should be to manipulate the soapui-settings.xml per environment so I can take care of this.
"%JAVAWS%" -J-Dsoapui.properties="D:\Program Files\eviware\loadUI-1.0.2-SNAPSHOT\marctest.properties" loadUI.jnlp
My properties-file contains just one property, which should be printed.
But this doesn't work.
If I add my property to <user-dir>\soapui-settings.xml the property is printed.
So I think my work around should be to manipulate the soapui-settings.xml per environment so I can take care of this.