set failonerror to true now that we jshint cleanly
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/eb1ef946 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/eb1ef946 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/eb1ef946 Branch: refs/heads/develop Commit: eb1ef946b145385493c2cb6ee2a6c355b211eb1d Parents: f165eb7 Author: Alex Harui <[email protected]> Authored: Tue Jan 28 12:11:43 2014 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Jan 28 14:54:03 2014 -0800 ---------------------------------------------------------------------- frameworks/js/build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/eb1ef946/frameworks/js/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/build.xml b/frameworks/js/build.xml index c9d9930..2a9a51d 100644 --- a/frameworks/js/build.xml +++ b/frameworks/js/build.xml @@ -93,8 +93,7 @@ <arg value="FlexJS/src" /> </exec> <echo>running jshint</echo> - <echo>set failonerror=true when we get this cleaned up</echo> - <exec executable="jshint" dir="${basedir}" failonerror="false"> + <exec executable="jshint" dir="${basedir}" failonerror="true"> <arg value="--config" /> <arg value="jshint.properties" /> <arg value="FlexJS/src" />
