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 10439fe handle path with spaces on Windows
10439fe is described below
commit 10439fec5cc1f0506fd141312d32756992f4c448
Author: Alex Harui <[email protected]>
AuthorDate: Fri Jan 5 12:40:32 2018 -0800
handle path with spaces on Windows
---
examples/royale/ASDoc/build.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/royale/ASDoc/build.xml b/examples/royale/ASDoc/build.xml
index 5b30ed1..552fb5e 100644
--- a/examples/royale/ASDoc/build.xml
+++ b/examples/royale/ASDoc/build.xml
@@ -28,7 +28,8 @@
<property file="${ROYALE_HOME}/build.properties"/>
<property name="ROYALE_HOME" value="${ROYALE_HOME}"/>
- <condition property="config.path"
value=""${basedir}/src/main/config/asdoc-config.xml"">
+ <property name="windows_config"
location="${basedir}/src/main/config/asdoc-config.xml" />
+ <condition property="config.path" value="${windows_config}">
<os family="windows" />
</condition>
<property name="config.path"
value="${basedir}/src/main/config/asdoc-config.xml"/>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].