So what's wrong with this? Intellij tells me that the @{root} in
file="@{root}" on line 4 is not allowed.
Does the string value of the param not properly get interpreted as a file?
<macrodef name="auto-deploy-web-app">
<attribute name="root"/>
<sequential>
<dirname property="auto-deploy-app-name" file="@{root}"/>
<copy todir="${my.dir.auto-deploy}">
</copy>
</sequential>
</macrodef>
--
Laran Evans - Cornell University
p: (607) 255-6864 f: (607) 255-0327
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]