This is an automated email from the ASF dual-hosted git repository.
aharui 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 a7786b0 try again to fix jenkins build
a7786b0 is described below
commit a7786b093c88a4f2b0116484fe4733589bca22cc
Author: Alex Harui <[email protected]>
AuthorDate: Fri Dec 8 23:23:16 2017 -0800
try again to fix jenkins build
---
build.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index aecc6cf..ca27428 100644
--- a/build.xml
+++ b/build.xml
@@ -689,12 +689,12 @@
</target>
<target name="stage-compiler" >
- <ant dir="${basedir}/../royale-compiler" target="wipe-all" >
- <property name="env.ASJS_HOME" value="${basedir}" />
- </ant>
+ <echo
file="${basedir}/../royale-compiler/env.properties">env.ASJS_HOME=${basedir}</echo>
+ <!-- windows needs backslashes escaped -->
+ <replaceregexp file="${basedir}/../royale-compiler/env.properties"
match="\\" replace="\\\\\\\\" flags="g" />
+ <ant dir="${basedir}/../royale-compiler" target="wipe-all" />
<ant dir="${basedir}/../royale-compiler" target="stage-all" >
<property name="staging-dir"
value="${basedir}/temp/royale-compiler" />
- <property name="env.ASJS_HOME" value="${basedir}" />
</ant>
</target>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].