-
9 Oct 2012 6:59 AM #1
Ant clean target not working
Ant clean target not working
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:
I'm guessing "${build.dr}" is a typo and should actually be "${build.dir}".Code:<target name="-clean"> <delete dir="${build.dr}"/> </target>
-
13 Oct 2012 12:08 AM #2
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
SDKTOOLS-207
in
3.0.0 Sprint 6.


Reply With Quote