This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new ccd35eb more variables in build
ccd35eb is described below
commit ccd35ebdfc793dacb77c9b1aecd378fe27fefa2d
Author: Alex Harui <[email protected]>
AuthorDate: Tue Jul 24 17:30:30 2018 -0700
more variables in build
---
build.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.xml b/build.xml
index ce5e2e4..555f1d3 100644
--- a/build.xml
+++ b/build.xml
@@ -2006,12 +2006,12 @@ limitations under the License.
</exec>
</target>
- <target name="build-all" depends="check-playerglobal-home,check-air-home">
+ <target name="build-all"
depends="check-playerglobal-home,check-air-home,check-compiler-home,check-typedefs-home">
<property name="font.donot.ask" value="set" />
<antcall target="ask-before-build-all" />
<property name="javadoc.zip.uptodate" value="set" /> <!-- javadoc
fails on windows? -->
- <ant dir="${base.folder.name}/royale-compiler" />
- <ant dir="${base.folder.name}/royale-typedefs" />
+ <ant dir="${ROYALE_COMPILER_REPO}" />
+ <ant dir="${ROYALE_TYPEDEFS_HOME}" />
</target>
<target name="ask-before-build-all" unless="release.target">
<input