Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/013-Setting-up-the-Workspace.textile28
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/015-getting-started.textile5
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace01.pngbin0 -> 83406 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace02.pngbin0 -> 121532 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace03.pngbin0 -> 82283 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace04.pngbin0 -> 80867 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld02.pngbin87500 -> 91954 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld04.pngbin99420 -> 114026 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld05.pngbin104591 -> 79765 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld06.pngbin121225 -> 151040 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld07.pngbin202085 -> 59863 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld09.pngbin136584 -> 50577 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld10.pngbin63292 -> 62040 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld11.pngbin17531 -> 22187 bytes
14 files changed, 32 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.doc/doc/013-Setting-up-the-Workspace.textile b/plugins/org.eclipse.etrice.doc/doc/013-Setting-up-the-Workspace.textile
new file mode 100644
index 000000000..01e037d73
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/doc/013-Setting-up-the-Workspace.textile
@@ -0,0 +1,28 @@
+h1. Setting up the Workspace
+
+ETrice generates code out of ROOM models. The code generator and the generated code relies on a runtime framework and on some ready to use model parts. This parts provide services like:
+
+* messaging
+* logging
+* timing
+
+Additionally some tutorial models will be provided to make it easy to start with eTrice. All this parts must be available in our workspace before you can start working. After installation of eclipse (indigo) and the eTrice plug in your workspace should look like this:
+
+!images/013-SetupWorkspace01.png!
+
+Just the ??eTrice?? menu item is visible from the eTrice tool.
+From the ??File?? menu select ??File->New->Project??
+
+!images/013-SetupWorkspace02.png!
+
+Open the ??eTrice?? tab and select ??eTrice Java ModelLib??
+
+Press ??Next?? and ??Finish?? to install the Modellib into your workspace.
+
+!images/013-SetupWorkspace03.png!
+
+Do the same steps for ??eTrice Java Runtime?? and ??eTrice Java Tutorials??. The resulting workspace should look like this:
+
+!images/013-SetupWorkspace04.png!
+
+Now workspace is set up and you can perform the tutorials or start with your work.
diff --git a/plugins/org.eclipse.etrice.doc/doc/015-getting-started.textile b/plugins/org.eclipse.etrice.doc/doc/015-getting-started.textile
index 00f680fad..b5aecfd2d 100644
--- a/plugins/org.eclipse.etrice.doc/doc/015-getting-started.textile
+++ b/plugins/org.eclipse.etrice.doc/doc/015-getting-started.textile
@@ -10,6 +10,9 @@ In this tutorial you will build your first very simple eTrice model. The goal is
# run the model
# open the message sequence chart
+Make sure that you have set up the workspace as described in ??Setting up the workspace??.
+
+ToDoTJ:update video
"video":images\015-HelloWorld01.avi
h2. Create a new model from scratch
@@ -95,7 +98,7 @@ The Hello World application starts and the string will be printed on the console
h2. Open the Message Sequence Chart
-During runtime the application produced a MSC and wrote it to a file. Open /org.eclipse.etrice.doc.tutorials/tmp/log/SubSystem_HelloWorld_Async.seq using Trace2UML (it is open source and can be obtained from http://trace2uml.tigris.org/). You should see something like this:
+During runtime the application produced a MSC and wrote it to a file. Open HelloWorld/tmp/log/SubSystem_HelloWorld_Async.seq using Trace2UML (it is open source and can be obtained from http://trace2uml.tigris.org/). You should see something like this:
!images/015-HelloWorld09.png!
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace01.png b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace01.png
new file mode 100644
index 000000000..a83864b0e
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace01.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace02.png b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace02.png
new file mode 100644
index 000000000..55946ad3e
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace02.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace03.png b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace03.png
new file mode 100644
index 000000000..d06f251f2
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace03.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace04.png b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace04.png
new file mode 100644
index 000000000..448774fef
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/doc/images/013-SetupWorkspace04.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld02.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld02.png
index da3c224fb..40cdc8826 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld02.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld02.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld04.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld04.png
index 0134a30b6..209ec3e10 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld04.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld04.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld05.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld05.png
index 32187df8c..7df36123f 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld05.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld05.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld06.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld06.png
index 28a867a45..450391805 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld06.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld06.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld07.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld07.png
index ff9a810e9..3bae7d6d7 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld07.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld07.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld09.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld09.png
index ede3852a5..7d88df710 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld09.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld09.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld10.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld10.png
index 53e9254cb..41ae771d6 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld10.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld10.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld11.png b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld11.png
index a12745288..8bd69e31b 100644
--- a/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld11.png
+++ b/plugins/org.eclipse.etrice.doc/doc/images/015-HelloWorld11.png
Binary files differ

Back to the top