Can't have set mode check depend on clean because it breaks the test build

pull/14/head
Tim Su 13 years ago
parent f49150cf65
commit b897d96ce6

@ -54,7 +54,7 @@
<!-- extension targets. Uncomment the ones where you want to do custom work
in between standard targets -->
<target name="-set-mode-check" depends="clean">
<target name="-set-mode-check" depends="">
<fail if="build.is.mode.set"
message="Cannot run two different modes at the same time. If you are running more than one debug/release/instrument type targets, call them from different Ant calls." />
</target>

@ -19,4 +19,4 @@ test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner
tested.project.dir=../astrid
reports.dir=reports
build.sysclasspath=last
out.dir=bin
out.dir=antbuild

Loading…
Cancel
Save