Hi I am trying to do the following and println always get null . But the result of storeXPath is showing the value correctly (in the result file ). The propertyType is the default which I guess is ant
Can somebody point me to the syntax of accessing the property
storeXPath(xpath:
'count(//[EMAIL PROTECTED]'mybreadcrumb\']/div/div/div[1]/a)',property:'xab')
def x = "${ant.project.properties.'xab'}"
println('xab is ' +x)
Regards
Hari

