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 92e0e15 fix approval script on windows
92e0e15 is described below
commit 92e0e155fdab0ecf3c42cbeaac0c5d626901ef7d
Author: Alex Harui <[email protected]>
AuthorDate: Tue Jan 9 13:59:23 2018 -0800
fix approval script on windows
---
ApproveRoyale.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index e3f6218..d39e329 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -756,6 +756,11 @@
<property name="no.lint" value="true" />
<ant dir="${basedir}/${package.url.name}/royale-asjs" target="all" />
<ant dir="${basedir}/${package.url.name}/royale-asjs"
target="examples" />
+ <antcall target="build_maven" />
+ </target>
+
+ <target name="build_maven" >
+ <echo>Path is ${env.Path}</echo>
<exec executable="${mvn}"
dir="${basedir}/${maven.package.url.name}/royale-compiler" failonerror="true" >
<arg value="-P" />
<arg value="-main,utils" />
--
To stop receiving notification emails like this one, please contact
[email protected].