Forum Discussion
kamatchipriya
9 years agoOccasional Contributor
ya Maven can create classpath in project folder. but i want to create folder inside maven project from soap xml file...is it possible?
nmrao
9 years agoCommunity Hero
Below would get the path of the project
def project = context.testCase.testSuite.project log.info project.path
Is that what you need?
- kamatchipriya9 years agoOccasional Contributor
From your code i can get the my soapui project xml location..but i want to create the folder in my maven project from soapui groovy script...
- nmrao9 years agoCommunity HeroCan you please specify with some sample data?
Project path and where you wanted to created the directory?- kamatchipriya9 years agoOccasional Contributor
As i mentioned in my screen shot add folder in my maven project from groovy script. i am really struct here.. can you pls help me for this?