This is an automated email from the ASF dual-hosted git repository. carlosrovira 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 9517423 adding validating 9517423 is described below commit 951742342bcd5def6b346655ea78c97d10f90af7 Author: Carlos Rovira <carlosrov...@apache.org> AuthorDate: Fri Mar 27 12:35:59 2020 +0100 adding validating --- Release-Manager-(New-to-be-tested).md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Release-Manager-(New-to-be-tested).md b/Release-Manager-(New-to-be-tested).md index fee9d94..5437a9d 100644 --- a/Release-Manager-(New-to-be-tested).md +++ b/Release-Manager-(New-to-be-tested).md @@ -187,4 +187,20 @@ mvn release:perform [INFO] ------------------------------------------------------------------------ ``` -DONE! \ No newline at end of file +DONE! + +## Validate the release + +1. Download the source bundles +2. Unpack them + +### For Maven + +3. Run `mvn install` in compiler, typedefs and framework folders. + +### For Ant + +4. Copy source bundles to a directory and rename them to be `royale-compiler`, `royale-typedefs` and `royale-asjs` since that names are required for the Ant scripts to work. +5. Run `ant all` from `royale-asjs` folder. + +> for Ant, you can instead run `ant all -Dbuild.noprompt=true -Drelease.target=true` to avoid prompt request