This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 7308115 Update compiler.md
7308115 is described below
commit 730811581b1ce148f1e02902e0c2eee48c5d59c5
Author: Harbs <[email protected]>
AuthorDate: Mon Nov 15 13:08:50 2021 +0200
Update compiler.md
---
compiler.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/compiler.md b/compiler.md
index d118275..d92c931 100644
--- a/compiler.md
+++ b/compiler.md
@@ -34,7 +34,7 @@ The code is based on the <a
href="https://www.adobe.com/content/dam/acom/en/devn
## User Guide
-The Royale Compiler does many things besides compile **MXML** and
**ActionScript** into **JavaScript** and/or **SWF**. But if that's all you want
to do, you can use the compiler with <a href="https://maven.apache.org/"
target="_blank">Apache Maven</a>, <a href="https://ant.apache.org/"
target="_blank">Apache Ant</a>, several [IDEs](get-started/development-tools),
<a href="https://www.npmjs.com/" target="_blank">npm</a> and through the
command-line. Below are some pointers to getting started:
+The Royale Compiler does many things besides compile **MXML** and
**ActionScript** into **JavaScript** and/or **SWF**. But if that's all you want
to do, you can use the compiler with <a href="https://maven.apache.org/"
target="_blank">Apache Maven</a>, <a href="https://ant.apache.org/"
target="_blank">Apache Ant</a>, <a
href="https://github.com/BowlerHatLLC/asconfigc" target="_blank">asconfigc</a>,
several [IDEs](get-started/development-tools), <a href="https://www.npmjs.com/"
target="_b [...]
### Apache Maven
@@ -44,6 +44,10 @@ There are some examples in the `apache/royale-asjs` repo in
the `examples` folde
In an Apache Royale distribution, there is a `compiler-royaleTasks.jar` in the
`js/lib` folder that contains Ant tasks for the Royale Compiler. There is an
mxmlc task for creating applications and a compc task for creating libraries.
+### asconfigc
+
+asconfigc is a command line tool for compiling ActionScript projects and is
arguably the easiest way to compile -- especially if you are not familiar with
Apache Ant or Maven. asconfigc can be run a stand-alone command line tool, or
as part of a VS Code extension. To run it, you would either feed arguments into
the tool or more likely create a <a
href="https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json"
target="_blank">asconfig.json<a/> file at the base of your project. Re [...]
+
### IDEs
Consult your IDE documentation for how to launch the Royale Compiler. You can
generate an IDE distribution from Apache Maven and/or Apache ANT.