You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2014/02/22 00:57:51 UTC

git commit: [flex-asjs] [refs/heads/develop] - more build.xml example fixed (but this one does not work on runtime)

Repository: flex-asjs
Updated Branches:
  refs/heads/develop d26094926 -> 3d848968a


more build.xml example fixed (but this one does not work on runtime)

RTE: Cannot create property labelFields on org.apache.flex.html.staticControls.beads.models.DataGridModel.
at org.apache.flex.html.customControls::DataGrid/set labelFields()[/Users/carlosrovira/dev/apacheflex/flex-asjs/examples/DataGridXcompile/src/org/apache/flex/html/customControls/DataGrid.as:52


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

Branch: refs/heads/develop
Commit: 3d848968ab31402bb2fba5262cde6e7b0b597d35
Parents: d260949
Author: Carlos Rovira <ca...@apache.org>
Authored: Sat Feb 22 00:57:40 2014 +0100
Committer: Carlos Rovira <ca...@apache.org>
Committed: Sat Feb 22 00:57:40 2014 +0100

----------------------------------------------------------------------
 examples/DataGridXcompile/build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d848968/examples/DataGridXcompile/build.xml
----------------------------------------------------------------------
diff --git a/examples/DataGridXcompile/build.xml b/examples/DataGridXcompile/build.xml
index 8fafda0..9b528cc 100644
--- a/examples/DataGridXcompile/build.xml
+++ b/examples/DataGridXcompile/build.xml
@@ -27,7 +27,10 @@
     <property environment="env"/>
     <property file="${FLEXJS_HOME}/build.properties"/>
     <property name="FLEX_HOME" value="${FLEXJS_HOME}"/>
-
+	<property name="FALCON_HOME" value="${env.FALCON_HOME}"/>
+    <property name="FALCONJX_HOME" value="${env.FALCONJX_HOME}"/>
+    <property name="GOOG_HOME" value="${env.GOOG_HOME}"/>
+    
     <include file="${basedir}/../build_example.xml" />
 
     <target name="main" depends="clean,build_example.compile,build_example.compilejs" description="Clean build of ${example}">