You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/29 05:42:52 UTC

[1/2] git commit: [flex-asjs] [refs/heads/develop] - make non-debug output

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 911cf929a -> 18992c5fd


make non-debug output


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

Branch: refs/heads/develop
Commit: 3c74bea58f822ce7283d6c4286ad4d18c84810a3
Parents: 911cf92
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 28 22:39:40 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 28 22:39:40 2017 -0700

----------------------------------------------------------------------
 build.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3c74bea5/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4eb2bbb..2d344f5 100644
--- a/build.xml
+++ b/build.xml
@@ -1918,6 +1918,16 @@
         </mxmlc>
     </target>
     
+    <target name="compile-release" depends="check-flex-home,check-falcon-home,check-falconjx-home,check-goog-home,load-task" description="compile for SWF">
+        
+        <property name="FLEX_HOME" value="${basedir}" />
+        <mxmlc fork="true" debug="false"
+            file="${file}">
+            <jvmarg line="${mxmlc.jvm.args}"/>
+            <arg value="-closure-lib=${GOOG_HOME}" />
+        </mxmlc>
+    </target>
+    
     <target name="compile-js" depends="check-flex-home,check-falcon-home,check-falconjx-home,check-goog-home" description="compile for JS">
         <property name="FLEX_HOME" value="${basedir}" />
         <java jar="${FALCONJX_HOME}/lib/mxmlc.jar"


[2/2] git commit: [flex-asjs] [refs/heads/develop] - fix nightly

Posted by ah...@apache.org.
fix nightly


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

Branch: refs/heads/develop
Commit: 18992c5fd2ba51fb036137fbc1192b6c67d41c72
Parents: 3c74bea
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 28 22:42:42 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 28 22:42:42 2017 -0700

----------------------------------------------------------------------
 nightly.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18992c5f/nightly.properties
----------------------------------------------------------------------
diff --git a/nightly.properties b/nightly.properties
index 5dc7065..ae1f260 100644
--- a/nightly.properties
+++ b/nightly.properties
@@ -22,7 +22,7 @@ nightly = true
 # path to falconjx nightly
 falcon.server.url = http://apacheflexbuild.cloudapp.net:8080
 falcon.md5.server.url = http://apacheflexbuild.cloudapp.net:8080
-falcon.folder = job/flex-falcon%20release%20branch/lastSuccessfulBuild/artifact/out
+falcon.folder = job/flex-falcon/lastSuccessfulBuild/artifact/out
 falcon.version = 0.9.0
 # path to local build
 # falcon.server.url = file://Users/xxx/git/flex/master