833 cannot recognize basedir variable in ANT?
]]>
<property name="basedir" value="${basedir}"/>
aurora said cannot solve basedir
I must change the code to:
]]>
<property name="basedir" value="$"/>
<property file="$/build.properties"/>
how silly?!
Please sign in to leave a comment.
Seems to be a bug, see http://www.intellij.net/tracker/idea/viewSCR?publicId=13369