phil89
16 years agoOccasional Contributor
Change workdir ?
Hi I have loaded data with an properties, and default directory seems "bin". Could i load data file from the directory where is stored SOAPUI xml file ? Regards Philippe
But, Do you know how change log results directory too ?
...value="${soapui.logroot}soapui-errors.log"
<configuration>
<soapuiProperties>
<property>
<!-- Indicate where are stored Soapui logs
but not global-groovy.log wich will be generated at the root of the project.
This things is not documented (understand that it was time consuming to find out that )
But soapui-3.6.1.jar
has a log4j configuration name : soapui-log4j.xml which have the following line:
...value="${soapui.logroot}soapui-errors.log"..
-->
<name>soapui.logroot</name>
<value>${project.build.directory}/soapui-logs/</value>
</property>
</soapuiProperties>