oberhack 2004/01/28 12:25:12
Modified: ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons
NewProjectPage.gif NewProjectDetails.gif
NewProject.gif PackageView.gif
NewProjectSelection.gif
ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/gettingstarted
systemrequirements.html helloworldtutorial.html
ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/tasks
createproject.html
ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html
index.htm
Added: ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons
run_as.gif Consol_run_output.gif
Log:
doc enhancements
Revision Changes Path
1.2 +38 -29
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons/NewProjectPage.gif
<<Binary file>>
1.2 +41 -44
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons/NewProjectDetails.gif
<<Binary file>>
1.2 +26 -32
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons/NewProject.gif
<<Binary file>>
1.2 +29 -39
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons/PackageView.gif
<<Binary file>>
1.2 +48 -41
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons/NewProjectSelection.gif
<<Binary file>>
1.1
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons/run_as.gif
<<Binary file>>
1.1
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/icons/Consol_run_output.gif
<<Binary file>>
1.3 +7 -0
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/gettingstarted/systemrequirements.html
Index: systemrequirements.html
===================================================================
RCS file:
/home/cvs/avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/gettingstarted/systemrequirements.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemrequirements.html 27 Jan 2004 17:39:35 -0000 1.2
+++ systemrequirements.html 28 Jan 2004 20:25:12 -0000 1.3
@@ -39,6 +39,13 @@
<li><span lang="en-us">Eclipse 3.0 (M6) Build: I20040121. Because of too many
bugs the official M6 distribution is not recommended!</span></li>
</ul>
+<p> </p>
+<p><span lang="en-us">JDK 1.4 or higher is recommended. JDK 1.3 is not tested
+yet.</span></p>
+<p><span lang="en-us">Eclipse 2.0.x will only run with JDK1.4.1 (not with
+JDK1.3.1 nor JDK1.4.2)</span></p>
+<p><span lang="en-us">Tests with IBM JDKs are on the way.</span></p>
+<p><span lang="en-us"> </span></p>
<p><span lang="en-us"><b>Note: </b>Either if you
start MerlinDeveloper the first time or you create your first Merlin Container
project, you have to be connected to the internet! This is because of a
1.2 +54 -20
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/gettingstarted/helloworldtutorial.html
Index: helloworldtutorial.html
===================================================================
RCS file:
/home/cvs/avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/gettingstarted/helloworldtutorial.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- helloworldtutorial.html 27 Jan 2004 17:39:08 -0000 1.1
+++ helloworldtutorial.html 28 Jan 2004 20:25:12 -0000 1.2
@@ -1,20 +1,54 @@
-vti_encoding:SR|utf8-nl
-vti_timelastmodified:TR|15 Jan 2004 22:59:54 -0000
-vti_extenderversion:SR|5.0.2.2623
-vti_author:SR|LAPPY-DEVELOP\\Andreas Develop
-vti_modifiedby:SR|LAPPY-DEVELOP\\Andreas Develop
-vti_timecreated:TR|15 Jan 2004 22:59:54 -0000
-vti_cacheddtm:TX|15 Jan 2004 22:59:54 -0000
-vti_filesize:IR|269
-vti_cachedtitle:SR|Sub Topic
-vti_cachedbodystyle:SR|<body>
-vti_cachedneedsrewrite:BR|false
-vti_cachedhasbots:BR|false
-vti_cachedhastheme:BR|false
-vti_cachedhasborder:BR|false
-vti_metatags:VR|HTTP-EQUIV=Content-Type text/html;\\ charset=iso-8859-1
-vti_charset:SR|windows-1252
-vti_title:SR|Sub Topic
-vti_lineageid:SR|{3E42B561-7E44-41A3-96F4-3EB3CC079B50}
-vti_backlinkinfo:VX|
-vti_syncwith_www.merlin.softwarefabrik.biz\:80:TW|15 Jan 2004 22:59:54 -0000
+<html">
+
+<head>
+<meta http-equiv="Content-Language" content="de">
+<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252"><title>New Page 1</title>
+<LINK REL="stylesheet" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
+</head>
+
+<body>
+
+<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse"
bordercolor="#111111" width="100%" id="AutoNumber1">
+ <tr>
+ <td width="100%" style="border-left-width: 1; border-right-width: 1;
border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1">
+ <img border="0" src="../icons/apache_avalon.gif" vspace="7" width="372"
height="48"></td>
+ </tr>
+</table>
+
+
+<h1> </h1>
+<h1><span lang="en-us">Creating the "Hello World" component</span></h1>
+
+
+<p> </p>
+<p><span lang="en-us">For creating and running our first simple component we first
create a new
+project named "Hello World".</span></p>
+<p><span lang="en-us">Please follow the instructions for creating a
+<a href="../tasks/createproject.html">new MerlinContainer project</a>. </span> </p>
+<p> </p>
+<p><span lang="en-us">After you have created the project, you should see a project
structure like
+this:</span></p>
+<p><img border="0" src="../icons/PackageView.gif" width="347" height="228"></p>
+<p> </p>
+<p><span lang="en-us">After you have created the new project with the
</span>"<span lang="en-us">Hello World</span>"<span lang="en-us"> Component,
you
+now should run the component.</span></p>
+<p> </p>
+<p><span lang="en-us">This is done by opening the "run / run as... "
Action Button</span>.</p>
+<p><span lang="en-us">Now select the "Merlin Container" item and the
"Hello World" component will
+start. </span> </p>
+<p> </p>
+<p><img border="0" src="../icons/run_as.gif" width="466" height="216"></p>
+<p> </p>
+<p><span lang="en-us">You will see the output of the component in the Console
view.</span></p>
+<p>
+<img border="0" src="../icons/Consol_run_output.gif" width="762" height="825"></p>
+<p> </p>
+<p><span lang="en-us">In the next step we will change small peaces in code to get
closer to the
+principles of the Merlin Container.</span></p>
+<p> </p>
+<p><span lang="en-us"> </span> </p>
+
+
+</body>
+
+</html>
\ No newline at end of file
1.2 +5 -1
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/tasks/createproject.html
Index: createproject.html
===================================================================
RCS file:
/home/cvs/avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/tasks/createproject.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- createproject.html 27 Jan 2004 17:38:18 -0000 1.1
+++ createproject.html 28 Jan 2004 20:25:12 -0000 1.2
@@ -58,7 +58,11 @@
<img border="0" src="../icons/NewProjectDetails.gif" width="500"
height="500"></span></p>
<p><span lang="en-us">If you press "Finish" the complete Project -
aligned with
your selected type - will be created for you.</span></p>
-<p><span lang="en-us">Internally allot of things are by the wizard for you. If
+<p> </p>
+<p>You should see now a new project with the following structure:</p>
+<p><img border="0" src="../icons/PackageView.gif" width="347" height="228"></p>
+<p> </p>
+<p><span lang="en-us">Internally allot of things are </span>generated <span
lang="en-us">by the wizard for you. If
you want to know more of the internal, please go to the Reference
section.</span></p>
<p> </p>
<p> </p>
1.3 +1 -2
avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/index.htm
Index: index.htm
===================================================================
RCS file:
/home/cvs/avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/docs/eclipse/html/index.htm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.htm 27 Jan 2004 17:23:24 -0000 1.2
+++ index.htm 28 Jan 2004 20:25:12 -0000 1.3
@@ -36,8 +36,7 @@
</ul>
</li>
<li>HelloWorld Tutorial<ul>
- <li>Creating the HelloWorld Component</li>
- <li>Launching the HelloWorld Component</li>
+ <li><a href="gettingstarted/helloworldtutorial.html">Creating and launching the
HelloWorld Component</a></li>
<li>"Playing" with the HelloWorld Component</li>
</ul>
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]