This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9ab1689  Handle environment variable ROYALE_COMPILER_HOME.
     new 6f881bb  Merge pull request #965 from 
estanglerbm/buildxml-royalecompilerhome
9ab1689 is described below

commit 9ab1689409483652b8ecebd5a1bf656c42a904b5
Author: Edward Stangler <[email protected]>
AuthorDate: Sun Nov 29 00:55:38 2020 -0600

    Handle environment variable ROYALE_COMPILER_HOME.
---
 frameworks/projects/Ace/build.xml                | 5 +++++
 frameworks/projects/Basic/build.xml              | 5 +++++
 frameworks/projects/Binding/build.xml            | 5 +++++
 frameworks/projects/Charts/build.xml             | 5 +++++
 frameworks/projects/Collections/build.xml        | 5 +++++
 frameworks/projects/Core/build.xml               | 5 +++++
 frameworks/projects/CreateJS/build.xml           | 5 +++++
 frameworks/projects/Crux/build.xml               | 5 +++++
 frameworks/projects/DragDrop/build.xml           | 5 +++++
 frameworks/projects/Effects/build.xml            | 5 +++++
 frameworks/projects/Express/build.xml            | 5 +++++
 frameworks/projects/Flat/build.xml               | 5 +++++
 frameworks/projects/FontAwesome/build.xml        | 5 +++++
 frameworks/projects/Formatters/build.xml         | 5 +++++
 frameworks/projects/GoogleMaps/build.xml         | 5 +++++
 frameworks/projects/Graphics/build.xml           | 5 +++++
 frameworks/projects/HTML/build.xml               | 5 +++++
 frameworks/projects/HTML5/build.xml              | 5 +++++
 frameworks/projects/Icons/build.xml              | 5 +++++
 frameworks/projects/JQuery/build.xml             | 5 +++++
 frameworks/projects/Jewel/build.xml              | 5 +++++
 frameworks/projects/Language/build.xml           | 5 +++++
 frameworks/projects/MXRoyale/build.xml           | 5 +++++
 frameworks/projects/MaterialDesignLite/build.xml | 5 +++++
 frameworks/projects/Mobile/build.xml             | 5 +++++
 frameworks/projects/Network/build.xml            | 5 +++++
 frameworks/projects/Reflection/build.xml         | 5 +++++
 frameworks/projects/RoyaleSite/build.xml         | 5 +++++
 frameworks/projects/RoyaleUnit/build.xml         | 5 +++++
 frameworks/projects/RoyaleUnitUI/build.xml       | 5 +++++
 frameworks/projects/SparkRoyale/build.xml        | 5 +++++
 frameworks/projects/Storage/build.xml            | 5 +++++
 frameworks/projects/TLF/build.xml                | 5 +++++
 frameworks/projects/Text/build.xml               | 5 +++++
 frameworks/projects/XML/build.xml                | 5 +++++
 frameworks/themes/JewelTheme/build.xml           | 5 +++++
 36 files changed, 180 insertions(+)

diff --git a/frameworks/projects/Ace/build.xml 
b/frameworks/projects/Ace/build.xml
index e217270..60db72c 100644
--- a/frameworks/projects/Ace/build.xml
+++ b/frameworks/projects/Ace/build.xml
@@ -138,6 +138,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Basic/build.xml 
b/frameworks/projects/Basic/build.xml
index 995c6a7..6137fbc 100644
--- a/frameworks/projects/Basic/build.xml
+++ b/frameworks/projects/Basic/build.xml
@@ -163,6 +163,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Binding/build.xml 
b/frameworks/projects/Binding/build.xml
index 3683d49..586ccdf 100644
--- a/frameworks/projects/Binding/build.xml
+++ b/frameworks/projects/Binding/build.xml
@@ -146,6 +146,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Charts/build.xml 
b/frameworks/projects/Charts/build.xml
index dafa3d1..d1d4498 100644
--- a/frameworks/projects/Charts/build.xml
+++ b/frameworks/projects/Charts/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Collections/build.xml 
b/frameworks/projects/Collections/build.xml
index 27f232d..6cec948 100644
--- a/frameworks/projects/Collections/build.xml
+++ b/frameworks/projects/Collections/build.xml
@@ -146,6 +146,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Core/build.xml 
b/frameworks/projects/Core/build.xml
index 38d2bd9..898a76f 100644
--- a/frameworks/projects/Core/build.xml
+++ b/frameworks/projects/Core/build.xml
@@ -147,6 +147,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/CreateJS/build.xml 
b/frameworks/projects/CreateJS/build.xml
index 80ac8fa..00b7e30 100644
--- a/frameworks/projects/CreateJS/build.xml
+++ b/frameworks/projects/CreateJS/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Crux/build.xml 
b/frameworks/projects/Crux/build.xml
index ac50684..ca0960f 100644
--- a/frameworks/projects/Crux/build.xml
+++ b/frameworks/projects/Crux/build.xml
@@ -154,6 +154,11 @@
                    property="ROYALE_COMPILER_HOME"
                    value="${ROYALE_HOME}/js"/>
 
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
+
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
               unless="ROYALE_COMPILER_HOME"/>
     </target>
diff --git a/frameworks/projects/DragDrop/build.xml 
b/frameworks/projects/DragDrop/build.xml
index d5a39ca..0f38b5d 100644
--- a/frameworks/projects/DragDrop/build.xml
+++ b/frameworks/projects/DragDrop/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Effects/build.xml 
b/frameworks/projects/Effects/build.xml
index 1129eb4..c67c7ee 100644
--- a/frameworks/projects/Effects/build.xml
+++ b/frameworks/projects/Effects/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Express/build.xml 
b/frameworks/projects/Express/build.xml
index 0f8ae30..7f1ed2d 100644
--- a/frameworks/projects/Express/build.xml
+++ b/frameworks/projects/Express/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Flat/build.xml 
b/frameworks/projects/Flat/build.xml
index 89271fe..52a2e6d 100644
--- a/frameworks/projects/Flat/build.xml
+++ b/frameworks/projects/Flat/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/FontAwesome/build.xml 
b/frameworks/projects/FontAwesome/build.xml
index 3073882..d2cdc6b 100644
--- a/frameworks/projects/FontAwesome/build.xml
+++ b/frameworks/projects/FontAwesome/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Formatters/build.xml 
b/frameworks/projects/Formatters/build.xml
index 584feaf..e56517e 100644
--- a/frameworks/projects/Formatters/build.xml
+++ b/frameworks/projects/Formatters/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/GoogleMaps/build.xml 
b/frameworks/projects/GoogleMaps/build.xml
index 2ad10a4..623b528 100644
--- a/frameworks/projects/GoogleMaps/build.xml
+++ b/frameworks/projects/GoogleMaps/build.xml
@@ -136,6 +136,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Graphics/build.xml 
b/frameworks/projects/Graphics/build.xml
index 34e0bb0..85b21b0 100644
--- a/frameworks/projects/Graphics/build.xml
+++ b/frameworks/projects/Graphics/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/HTML/build.xml 
b/frameworks/projects/HTML/build.xml
index 86e464b..56d45a1 100644
--- a/frameworks/projects/HTML/build.xml
+++ b/frameworks/projects/HTML/build.xml
@@ -138,6 +138,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/HTML5/build.xml 
b/frameworks/projects/HTML5/build.xml
index 6e0a168..cc0a262 100644
--- a/frameworks/projects/HTML5/build.xml
+++ b/frameworks/projects/HTML5/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Icons/build.xml 
b/frameworks/projects/Icons/build.xml
index 802217d..cd4910b 100644
--- a/frameworks/projects/Icons/build.xml
+++ b/frameworks/projects/Icons/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/JQuery/build.xml 
b/frameworks/projects/JQuery/build.xml
index ecbba82..8c9e08c 100644
--- a/frameworks/projects/JQuery/build.xml
+++ b/frameworks/projects/JQuery/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Jewel/build.xml 
b/frameworks/projects/Jewel/build.xml
index 353b424..fb3ce9b 100644
--- a/frameworks/projects/Jewel/build.xml
+++ b/frameworks/projects/Jewel/build.xml
@@ -153,6 +153,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Language/build.xml 
b/frameworks/projects/Language/build.xml
index e370fbd..035db4b 100644
--- a/frameworks/projects/Language/build.xml
+++ b/frameworks/projects/Language/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/MXRoyale/build.xml 
b/frameworks/projects/MXRoyale/build.xml
index c409762..92c2207 100644
--- a/frameworks/projects/MXRoyale/build.xml
+++ b/frameworks/projects/MXRoyale/build.xml
@@ -169,6 +169,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/MaterialDesignLite/build.xml 
b/frameworks/projects/MaterialDesignLite/build.xml
index e424305..8961b9e 100644
--- a/frameworks/projects/MaterialDesignLite/build.xml
+++ b/frameworks/projects/MaterialDesignLite/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Mobile/build.xml 
b/frameworks/projects/Mobile/build.xml
index 52da240..6e037d7 100644
--- a/frameworks/projects/Mobile/build.xml
+++ b/frameworks/projects/Mobile/build.xml
@@ -139,6 +139,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Network/build.xml 
b/frameworks/projects/Network/build.xml
index 8e5f0a7..659ce4a 100644
--- a/frameworks/projects/Network/build.xml
+++ b/frameworks/projects/Network/build.xml
@@ -146,6 +146,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Reflection/build.xml 
b/frameworks/projects/Reflection/build.xml
index 77ec011..7e09f5c 100644
--- a/frameworks/projects/Reflection/build.xml
+++ b/frameworks/projects/Reflection/build.xml
@@ -146,6 +146,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/RoyaleSite/build.xml 
b/frameworks/projects/RoyaleSite/build.xml
index d6571c8..58c17e7 100644
--- a/frameworks/projects/RoyaleSite/build.xml
+++ b/frameworks/projects/RoyaleSite/build.xml
@@ -139,6 +139,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/RoyaleUnit/build.xml 
b/frameworks/projects/RoyaleUnit/build.xml
index 2d20a0e..08323d4 100644
--- a/frameworks/projects/RoyaleUnit/build.xml
+++ b/frameworks/projects/RoyaleUnit/build.xml
@@ -147,6 +147,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/RoyaleUnitUI/build.xml 
b/frameworks/projects/RoyaleUnitUI/build.xml
index d6af984..7c00f01 100644
--- a/frameworks/projects/RoyaleUnitUI/build.xml
+++ b/frameworks/projects/RoyaleUnitUI/build.xml
@@ -147,6 +147,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/SparkRoyale/build.xml 
b/frameworks/projects/SparkRoyale/build.xml
index 4e1b50a..28aafb1 100644
--- a/frameworks/projects/SparkRoyale/build.xml
+++ b/frameworks/projects/SparkRoyale/build.xml
@@ -157,6 +157,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Storage/build.xml 
b/frameworks/projects/Storage/build.xml
index b6b93e3..5fca2c6 100644
--- a/frameworks/projects/Storage/build.xml
+++ b/frameworks/projects/Storage/build.xml
@@ -137,6 +137,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/TLF/build.xml 
b/frameworks/projects/TLF/build.xml
index 494e011..07ff7d0 100644
--- a/frameworks/projects/TLF/build.xml
+++ b/frameworks/projects/TLF/build.xml
@@ -138,6 +138,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/Text/build.xml 
b/frameworks/projects/Text/build.xml
index 6cdd4f5..1f25239 100644
--- a/frameworks/projects/Text/build.xml
+++ b/frameworks/projects/Text/build.xml
@@ -138,6 +138,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/projects/XML/build.xml 
b/frameworks/projects/XML/build.xml
index b8f917b..c65fcc5 100644
--- a/frameworks/projects/XML/build.xml
+++ b/frameworks/projects/XML/build.xml
@@ -147,6 +147,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>
diff --git a/frameworks/themes/JewelTheme/build.xml 
b/frameworks/themes/JewelTheme/build.xml
index 5b35300..4c6b871 100644
--- a/frameworks/themes/JewelTheme/build.xml
+++ b/frameworks/themes/JewelTheme/build.xml
@@ -136,6 +136,11 @@
         type="file"
         property="ROYALE_COMPILER_HOME"
         value="${ROYALE_HOME}/js"/>
+
+        <available file="${env.ROYALE_COMPILER_HOME}/lib/jsc.jar"
+        type="file"
+        property="ROYALE_COMPILER_HOME"
+        value="${env.ROYALE_COMPILER_HOME}"/>
         
         <fail message="ROYALE_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing jsc.jar such as the compiler-jx folder in royale-compiler 
repo or the js folder of a Royale SDK"
         unless="ROYALE_COMPILER_HOME"/>

Reply via email to