burnnat
9 Oct 2012, 6:59 AM
I'm using Sencha Cmd 3.0.0.190 and running sencha ant clean in my application directory appears to have no effect. Looking in build-impl.xml, I see this:
<target name="-clean">
<delete dir="${build.dr}"/>
</target>
I'm guessing "${build.dr}" is a typo and should actually be "${build.dir}".
<target name="-clean">
<delete dir="${build.dr}"/>
</target>
I'm guessing "${build.dr}" is a typo and should actually be "${build.dir}".