P
Peter Rilling
I have the following nAnt task which does not work. The problem is that I
an calling is-assembly(...) passing in as a parameter a dynamically
property. This property is not known until runtime. I get the error
"Unexpected token 'Dollar'". How can I call functions that take parameters
in a dynamic fashion?
<copy file="${filename}"
todir="${TempFolderName}"
if="${file::is-assembly(${filename})}"/>
an calling is-assembly(...) passing in as a parameter a dynamically
property. This property is not known until runtime. I get the error
"Unexpected token 'Dollar'". How can I call functions that take parameters
in a dynamic fashion?
<copy file="${filename}"
todir="${TempFolderName}"
if="${file::is-assembly(${filename})}"/>