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-compiler.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 21be1c0  Added Eclipse instructions
21be1c0 is described below

commit 21be1c07839a27a69f72f6c697982a9b9f7363f1
Author: Harbs <ha...@in-tools.com>
AuthorDate: Fri Feb 23 10:44:49 2018 +0200

    Added Eclipse instructions
---
 Eclipse-Setup.md | 14 ++++++++++++++
 _Sidebar.md      |  2 ++
 2 files changed, 16 insertions(+)

diff --git a/Eclipse-Setup.md b/Eclipse-Setup.md
new file mode 100644
index 0000000..9b7b420
--- /dev/null
+++ b/Eclipse-Setup.md
@@ -0,0 +1,14 @@
+## Eclipse Setup
+
+Setup of the royale-compiler project in Eclipse should be pretty 
straight-forward. There are 5 Eclipse projects which have dependencies on each 
other and they should all be imported into Eclipse:
+1. `compiler`
+2. `compiler-common`
+3. `compiler-externc`
+4. `compiler-jx`
+5. `compiler-test-utils`
+
+Aditonally, there is a classpath variable used in the `compiler` project which 
references `ANT_JAR`. A class path variable named `ANT_JAR` should be created 
in the Eclipse preferences which should reference the file named `ant.jar` 
located in the ant distribution on your computer.
+
+### Setup Debug Configurations
+
+*TO DO*
\ No newline at end of file
diff --git a/_Sidebar.md b/_Sidebar.md
index 5d9a5dc..defcb7c 100644
--- a/_Sidebar.md
+++ b/_Sidebar.md
@@ -1,5 +1,7 @@
 [Home](https://github.com/apache/royale-asjs/wiki)
 
+## Debug Environment Setup
+- [Eclipse](Eclipse-Setup)
 ## RELEASE_NOTES Updates
 - [0.9.1](Release-Notes-0.9.1)
 - [0.9.0](Release-Notes-0.9.0)

-- 
To stop receiving notification emails like this one, please contact
ha...@apache.org.

Reply via email to