You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2018/10/25 09:14:53 UTC

[royale-asjs.wiki] branch master updated: Quotes around ant parameters are necessary in powershell.

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a1b307  Quotes around ant parameters are necessary in powershell.
8a1b307 is described below

commit 8a1b307e06e5d83a4050abc478d506daf56cb95a
Author: yishayw <yi...@hotmail.com>
AuthorDate: Thu Oct 25 12:14:52 2018 +0300

    Quotes around ant parameters are necessary in powershell.
---
 Release-Manager-Notes.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index 5be4cd5..b3c978f 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -234,17 +234,17 @@ Assuming you have set up properly, creating a release candidate involves:
 
 1) In an empty folder, set up your local.properties
 2) copy the latest releasecandidate.xml from royale-asjs
-3) Run from that folder: `ant -f releasecandidate.xml -Drelease.version=x.y.z -Drc=1 make_branches`
-4) Run: `ant -f releasecandidate.xml -Drelease.version=x.y.z -Drc=1 maven`
-5) Run: `ant -f releasecandidate.xml -Drelease.version=x.y.z -Drc=1`
+3) Run from that folder: `ant -f releasecandidate.xml "-Drelease.version=x.y.z" -Drc=1 make_branches`
+4) Run: `ant -f releasecandidate.xml "-Drelease.version=x.y.z" -Drc=1 maven`
+5) Run: `ant -f releasecandidate.xml "-Drelease.version=x.y.z" -Drc=1`
 
 Step 5 should generate the packages and set up emails to send to the list for vote and discussion.  When the vote passes, do
 
-6) Run: `ant -f releasecandidate.xml -Drelease.version=x.y.z -Drc=1 release`
+6) Run: `ant -f releasecandidate.xml "-Drelease.version=x.y.z" -Drc=1 release`
 Don't forget to run push --all in each repo folder
 
 Step 6 should tell you to run step 7.
-7) Run: `ant -f releasecandidate.xml -Drelease.version=x.y.z -Drc=1 release.npm`
+7) Run: `ant -f releasecandidate.xml "-Drelease.version=x.y.z" -Drc=1 release.npm`
 8) Draft the announcement. Wait 48 hours for feedback and mirror propagation before sending it.
 9) Send the announcement.