Hi,

It looks like the Royale GitHub wiki is not set up to accept pull requests. In 
most projects wiki access is given to people who ask but as it’s in GitHub I 
assume you need to be a committer in order to edit it. Anyone confirm this / 
expand on what the policy of the project on this is?

Also can someone be kind enough to apply this patch:

diff --git a/Build-Apache-Royale-with-Maven.md 
b/Build-Apache-Royale-with-Maven.md
index f404c54..abf70b3 100644
--- a/Build-Apache-Royale-with-Maven.md
+++ b/Build-Apache-Royale-with-Maven.md
@@ -46,7 +46,12 @@ It also has a feature of **assembling a fully functional 
Royale distribution** i
     git checkout develop
     ```

-    3. Build the compiler:
+    3. Build the compiler utilities (if needed):
+    ```
+    mvn -s settings-template.xml clean install -P utils
+    ```
+
+    4. Build the compiler:
     ```
     mvn -s settings-template.xml clean install
     ```

Thanks,
Justin

Reply via email to