Updated Branches:
  refs/heads/develop 22bec9518 -> 715a23cf7

try to fix jenkins build


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/715a23cf
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/715a23cf
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/715a23cf

Branch: refs/heads/develop
Commit: 715a23cf704cf4fe7558680d41562234ab9ad180
Parents: 22bec95
Author: Alex Harui <aha...@apache.org>
Authored: Sat Jan 25 23:26:28 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Sat Jan 25 23:26:28 2014 -0800

----------------------------------------------------------------------
 build.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/715a23cf/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 05b7716..8e925fb 100644
--- a/build.xml
+++ b/build.xml
@@ -79,7 +79,7 @@
         <echo>ant main target completed on ${build.datetime}</echo>
     </target>
 
-    <target name="main-jenkins" depends="prebuild,frameworks-as,post-build" 
description="Full build">
+    <target name="main-jenkins" 
depends="prebuild,frameworks-as,frameworks-js-jenkins,post-build" 
description="Full build">
         <tstamp>
                <format property="build.datetime" pattern="MM/dd/yyyy hh:mm:ss 
aa" />
         </tstamp>
@@ -385,6 +385,13 @@
         </ant>
     </target>
 
+    <target name="frameworks-js-jenkins" description="Full check of all 
JavaScript framework files, using gsjlint and jshint">
+        <property name="no.lint" value="true" />
+        <ant dir="${basedir}/frameworks/js">
+            <property name="locale" value="${locale}"/>
+        </ant>
+    </target>
+    
     <target name="frameworks-js" description="Full check of all JavaScript 
framework files, using gsjlint and jshint">
         <ant dir="${basedir}/frameworks/js">
             <property name="locale" value="${locale}"/>

Reply via email to