bmgriner
14 years agoFrequent Contributor
Dynamic Script Library Location
I noticed in the project properties there is one called Script Library. When I try to set this with a dynamic value, such as
Am I missing anything?
${projectDir}/[name_of_composite_project]/scriptsmy scripts are not loading correctly. I checked that the correct value was in the project object by doing
log.info(project.scriptLibrary). It returned the same value as above. My only other conclusion can be that the property expansion is not happening on this field and thus SoapUI cannot find that path. I have tried using the absolute path and it worked correctly. The scripts could be run.
Am I missing anything?