You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/10/14 01:47:34 UTC

[1/2] git commit: [flex-asjs] [refs/heads/develop] - Add cross-compile target to MobileTrader example

Repository: flex-asjs
Updated Branches:
  refs/heads/develop aaf60ed30 -> e25bb2223


Add cross-compile target to MobileTrader example


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

Branch: refs/heads/develop
Commit: ebc4cb2ca481743c646679d890d538d39faa5d0e
Parents: aaf60ed
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Mon Oct 13 16:33:18 2014 -0700
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Mon Oct 13 16:33:18 2014 -0700

----------------------------------------------------------------------
 examples/MobileTrader/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ebc4cb2c/examples/MobileTrader/build.xml
----------------------------------------------------------------------
diff --git a/examples/MobileTrader/build.xml b/examples/MobileTrader/build.xml
index 34e031b..2734f1c 100644
--- a/examples/MobileTrader/build.xml
+++ b/examples/MobileTrader/build.xml
@@ -32,7 +32,7 @@
     
     <include file="${basedir}/../build_example.xml" />
 
-    <target name="main" depends="clean,build_example.compile" description="Clean build of ${example}">
+    <target name="main" depends="clean,build_example.compile,build_example.compilejs" description="Clean build of ${example}">
     </target>
     
     <target name="clean">


[2/2] git commit: [flex-asjs] [refs/heads/develop] - Add DateChooserExample to build script. Remove FormatExample (compile errors) and StatesTest (no results)

Posted by bi...@apache.org.
Add DateChooserExample to build script.  Remove FormatExample (compile errors) and StatesTest (no results)


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

Branch: refs/heads/develop
Commit: e25bb22239bf20cb4dbf3081c7570f6879b694c2
Parents: ebc4cb2
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Mon Oct 13 16:35:17 2014 -0700
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Mon Oct 13 16:35:17 2014 -0700

----------------------------------------------------------------------
 examples/build.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e25bb222/examples/build.xml
----------------------------------------------------------------------
diff --git a/examples/build.xml b/examples/build.xml
index cd0e363..6175c5a 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -73,10 +73,11 @@
         <!--<ant antfile="${basedir}/downloads.xml" dir="${basedir}"/>-->
     </target>
     
-    <target name="compile" description="Compile Examples">
+    <target name="compile" description="Compile Examples" >
         <ant dir="${basedir}/CordovaCameraExample"/>
         <ant dir="${basedir}/DataBindingTest"/>
         <ant dir="${basedir}/DataGridExample"/>
+		<ant dir="${basedir}/DateChooserExample"/>
         <ant dir="${basedir}/DesktopMap"/>
         <ant dir="${basedir}/EffectsExample"/>
         <ant dir="${basedir}/FlexJSTest_basic"/>
@@ -85,14 +86,12 @@
         <ant dir="${basedir}/FlexJSTest_jquery"/>
         <ant dir="${basedir}/FlexJSTest_Panel"/>
         <ant dir="${basedir}/FlexJSTest_SVG"/>
-        <ant dir="${basedir}/FormatExample"/>
         <ant dir="${basedir}/FormExample"/>
         <ant dir="${basedir}/ImageTest"/>
         <ant dir="${basedir}/LanguageTests"/>
         <ant dir="${basedir}/ListsTest"/>
         <ant dir="${basedir}/MapSearch"/>
         <ant dir="${basedir}/MobileTrader"/>
-        <ant dir="${basedir}/StatesTest"/>
         <ant dir="${basedir}/StockQuote"/>
         <ant dir="${basedir}/ChartExample"/>
         <ant dir="${basedir}/TodoListSampleApp"/>