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
commit 12707dbb969a1879832f231baf4d2e17440ee455 Author: Alex Harui <[email protected]> AuthorDate: Mon Oct 7 15:13:54 2019 -0700 add more debugging output --- releasesteps.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasesteps.xml b/releasesteps.xml index 17c96de..7e52555 100644 --- a/releasesteps.xml +++ b/releasesteps.xml @@ -1563,7 +1563,8 @@ <available file="${svn.dist.dev}" type="dir" property="dist.dev" value="${svn.dist.dev}" /> - + <echo>${svn.dist.dev}</echo> + <echo>${dist.dev}</echo> <fail message="The svn.dist.dev property is not set to the working copy for https://dist.apache.org/repos/dist/dev." unless="dist.dev"/> </target>
