You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/01/21 11:23:13 UTC

[royale-asjs.wiki] branch master updated: remove the note about issues with distribution, since we now can create a valid SDK with maven

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 eaf43ef  remove the note about issues with distribution, since we now can create a valid SDK with maven
eaf43ef is described below

commit eaf43ef17f096893f36486beafb70f0bd1803676
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jan 21 12:23:10 2020 +0100

    remove the note about issues with distribution, since we now can create a valid SDK with maven
---
 Build-Apache-Royale-with-Maven.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Build-Apache-Royale-with-Maven.md b/Build-Apache-Royale-with-Maven.md
index 25861d5..d2ddc69 100644
--- a/Build-Apache-Royale-with-Maven.md
+++ b/Build-Apache-Royale-with-Maven.md
@@ -106,9 +106,7 @@ If you build without any profile, the framework is built, but no examples or dis
 > You can use [the latest geckodriver](https://github.com/mozilla/geckodriver/releases) to run the _Selenium UI tests in Firefox_ adding `-Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/geckodriver`
 * **option-with-swf**: Makes each module build the SWF version.
 * **with-examples**: Builds the all examples in an `examples` folder.
-* **with-distribution** (requires `option-with-swf` profile): Also builds the _distribution_ (the Apache Royale SDK to use with an IDE). To build in the folder of your choice use `-DdistributionTargetFolder={pathToDistributionDirectory}`.
-
-> Note: distribution is not completely working yet and needs to be fixed. In the meanwhile you can use ANT to create a SDK from scratch from the royale-asjs root folder. Use `ant super-clean` to ensure the folder doesn't contain any stale files that could make the process fail, and then `ant all`.
+* **with-distribution** (requires `option-with-swf` profile): Also builds the _distribution_ (the Apache Royale SDK to use with an IDE). SDK built with maven allows you to get code intelligence in IDEs and build with standard IDE execution commands. To build distribution (SDK) in the folder of your choice use `-DdistributionTargetFolder={pathToDistributionDirectory}`.
 
 Quick Summary of build steps using the convenient maven wrapper (mvnw) and all available profiles: