Repository: flex-asjs
Updated Branches:
  refs/heads/develop 168f7be0a -> b35f20ef2


Fix wrong path to src in compile-js-config


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

Branch: refs/heads/develop
Commit: b35f20ef26fd268cdfb08bcd3a691d3b2b6a631c
Parents: 168f7be
Author: piotrz <[email protected]>
Authored: Sun Nov 20 21:17:45 2016 +0100
Committer: piotrz <[email protected]>
Committed: Sun Nov 20 21:17:45 2016 +0100

----------------------------------------------------------------------
 frameworks/js/FlexJS/build.xml                                     | 2 +-
 .../MaterialDesignLiteJS/src/main/config/compile-js-config.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b35f20ef/frameworks/js/FlexJS/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/build.xml b/frameworks/js/FlexJS/build.xml
index 67f2cd7..6be54be 100644
--- a/frameworks/js/FlexJS/build.xml
+++ b/frameworks/js/FlexJS/build.xml
@@ -82,6 +82,7 @@
         <antcall target="Collections"/>
         <antcall target="Basic"/>
         <antcall target="HTML"/>
+               <antcall target="MaterialDesignLite"/>
         <antcall target="Flat"/>
         <antcall target="Charts"/>
         <antcall target="CreateJS"/>
@@ -96,7 +97,6 @@
         <antcall target="Reflection"/>
         <antcall target="Storage"/>
         <antcall target="XML"/>
-               <antcall target="MaterialDesignLite"/>
     </target>
     
     <target name="other.locales" description ="Builds resource SWCs for all 
locales">

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b35f20ef/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
----------------------------------------------------------------------
diff --git 
a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
 
b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
index dc9a0e9..9a676b5 100644
--- 
a/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
+++ 
b/frameworks/js/FlexJS/projects/MaterialDesignLiteJS/src/main/config/compile-js-config.xml
@@ -61,7 +61,7 @@
         </namespaces>
         
         <source-path>
-            <path-element>../flex</path-element>
+            
<path-element>../../../../../../../projects/MaterialDesignLite/src/main/flex</path-element>
         </source-path>
         
         <warn-no-constructor>false</warn-no-constructor>

Reply via email to