From: <jsa...@us...> - 2009-07-31 14:17:59
|
Revision: 171 http://flexotask.svn.sourceforge.net/flexotask/?rev=171&view=rev Author: jsauerbach Date: 2009-07-31 14:17:51 +0000 (Fri, 31 Jul 2009) Log Message: ----------- Adjust to the removal of wikispaces from sourceforge. We no longer use a wiki at all ... the two wiki pages that we have have been converted to ordinary web pages. Modified Paths: -------------- trunk/flexotask-htdocs/index.html Added Paths: ----------- trunk/flexotask-htdocs/installing.html trunk/flexotask-htdocs/jointInstall.html Modified: trunk/flexotask-htdocs/index.html =================================================================== --- trunk/flexotask-htdocs/index.html 2009-07-03 14:39:24 UTC (rev 170) +++ trunk/flexotask-htdocs/index.html 2009-07-31 14:17:51 UTC (rev 171) @@ -15,17 +15,20 @@ <p>Release 2.0.1 is now available. A <a href="changes.html">change history</a> is now being maintained on this site. +<p>Slides from ECOOP 2009 tutorial on Flexible Task Graphs are <a +href="Flexotask.pdf">now available</a>. + <p>All installations are via the Eclipse Update mechanism. <ul> -<li><a href="http://flexotask.wiki.sourceforge.net/installing">How to +<li><a href="installing.html">How to install Flexible Task Graphs</a>. Includes the development environment, runtime APIs, documentation, and support for simulated execution and testing. Does not include bridge code to any actual real-time VM (but includes interfaces sufficient to create such a bridge or use an existing one). -<li><a href="http://flexotask.wiki.sourceforge.net/jointInstall">How +<li><a href="jointInstall.html">How to install the IBM Real Time VM Support for Flexible Task Graphs</a>. Explains how to add non-open-source components from IBM DeveloperWorks and IBM AlphaWorks to support real-time execution in the IBM WebSphere @@ -110,4 +113,5 @@ <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242572&type=12" width="120" height="30" border="0" alt="Get Flexible Task Graphs at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> -</body> \ No newline at end of file +</body> +</html> Added: trunk/flexotask-htdocs/installing.html =================================================================== --- trunk/flexotask-htdocs/installing.html (rev 0) +++ trunk/flexotask-htdocs/installing.html 2009-07-31 14:17:51 UTC (rev 171) @@ -0,0 +1,127 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>Installing Flexible Task Graphs</title> +</head> +<body> + +<center> +<h1 style="text-align: center; color: #ff0000">Installing Flexible Task Graphs</h1> +</center> + +<p>This procedure should be followed by any user interested in +Flexible Task Graphs. It provides a universal initial introduction to +the system. After following this procedure, you will later be able to +expand your participation if you are interested in contributing to +this open source project. If you are only interested in using the +software for real-time Java application development, then the +instructions given here are all you need. + +<br><hr><h2>Prerequisites</h2> +<ol> +<li><b>A Java JRE at level 1.5 or later</b>. If you don't have one, +<a href="http://www.eclipse.org/downloads/moreinfo/jre.php">the +Eclipse site provides some guidance</a>. + +<li><b>Eclipse 3.3.1 or later</b>. If you don't have Eclipse or your +current Eclipse is too old visit <a +href="http://www.eclipse.org/downloads">the Eclipse download +site</a>. If you have never used Eclipse before, we recommend you +start with the <b>Eclipse IDE for Java Developers</b>, but you can +use other versions like <b>Eclipse Classic</b> or the Eclipse IDE +for <b>Java EE Developers</b> if they suit your other needs better. + +<li>Make sure that your Eclipse 3.3.1 (or later) actually runs on your +Java JRE 1.5 (or later). If you have multiple versions of Java and are +not sure which one your Eclipse is running on, then, with Eclipse +running, choose <b>Help->About Eclipse</b> and then <b>Configuration +Details</b>. Scroll down to the <b>java.version</b> property. By default, +Eclipse runs on the JRE that is in the <b>PATH</b>. If this does not give +the desired result, either change the <b>PATH</b> or arrange to start +Eclipse with the <b>-vm</b> option as described in the +<b>eclipse/readme/readme_eclipse.html</b> document that comes with your +Eclipse installation. There are also Eclipse feature prerequisites +but the handling of these differs between Eclipse 3.3.x and Eclipse +3.4 or later. Follow the explicit instructions below depending on your +version. +</ol> + +<br><hr><h2>Installation under Eclipse 3.3.x (at least 3.3.1)</h2> + +<p>First determine whether you have the feature prerequisites. These are + +<ul><li>The <b>Graphical Editing Framework</b> (GEF). + +<li>The <b>Plugin Development Environment</b> (PDE). +</ul> + +Eclipse downloads will come with one or the other but typically not +both. If you're not sure whether you have them, choose <b>Help->About +Eclipse</b> and then <b>Feature Details</b>. If there is a row with +<b>org.eclipse.gef</b> in the Feature Id column then you have +GEF. Similarly, if there is a row with the id <b>org.eclipse.pde</b>, you +have the PDE. Note which, if either, of these features you are +missing. You will install them along with the Flexible Task Graphs +software. Then: + +<ol> +<li>Select <b>Help->Software Updates->Find And Install</b>, choose +<b>Search For New Features to Install</b> and press <b>Next</b>. + +<li>On the next page, which shows a list of update sites, press <b>New Remote Site</b>. + +<li>Enter <b>Flexible Task Graphs</b> as the name and +<b>http://flexotask.sourceforge.net/update-site</b> as the +URL. Then press <b>Ok</b>. The new update site should appear. + +<li>Make sure the new update site is checked. If you found unsatisfied +prerequisites (GEF or PDE) then also check the <b>Europa Discovery +Site</b>, otherwise leave it unchecked. Make sure no other update site +is checked. Press <b>Finish</b>. + +<li>You may be prompted to specify a mirror but then should be presented with a page containing your selected update sites. + +<li>If you had unsatisfied prerequisites, open the <b>Europa Discovery +Site</b> and find the <b>Graphical Editing Framework</b> under +<b>Graphical Editors and Frameworks</b> and/or the <b>Plugin +Development Environment</b> under <b>Java Development</b> and check +them. + +<li>Open the <b>Flexible Task Graphs</b> site and select the features +to install. You must at least install the <b>Base Programming +Support</b>. + +<li>Press <b>Finish</b> and follow the remaining instructions to +complete installation. +</ol> + +<br><hr><h2>Installation under Eclipse 3.4 or Later</h2> +<ol> +<li>Select <b>Help->Software Updates</b>, then choose the tab labeled +<b>Available Software</b>. Press <b>Add Site</b>. + +<li>Enter <b>http://flexotask.sourceforge.net/update-site</b> and +press <b>Ok.</b> The new site should appear. + +<li>Open the just-added update site and select the features to +install. You must at least install the <b>Base Programming +Support</b>. + +<li>Press <b>Install</b> and follow the remaining instructions to +complete installation. +</ol> + +<br><hr><h2>Post-Installation Instructions</h2> + +<p>After installation is complete and Eclipse has restarted, choose +<b>Help->Help Contents</b>. Then choose <b>Flexible Task Graphs</b> +and open the <b>Programmer's Guide</b>. + +<br><hr><br> +<a href="http://sourceforge.net/projects/flexotask"> +<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242572&type=12" +width="120" height="30" border="0" +alt="Get Flexible Task Graphs at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> +</body> +</html> \ No newline at end of file Property changes on: trunk/flexotask-htdocs/installing.html ___________________________________________________________________ Added: svn:mime-type + text/html Added: svn:eol-style + native Added: trunk/flexotask-htdocs/jointInstall.html =================================================================== --- trunk/flexotask-htdocs/jointInstall.html (rev 0) +++ trunk/flexotask-htdocs/jointInstall.html 2009-07-31 14:17:51 UTC (rev 171) @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>How to install the IBM Real Time VM Support for Flexible Task Graphs</title> +</head> +<body> + +<center> +<h1 style="text-align: center; color: #ff0000">How to install the IBM Real Time VM Support for Flexible Task Graphs</h1> +</center> + +<p>This page explains how to install the <b>IBM Flexible Task Graphs +Runtime for WebSphere Real Time</b>, which is available on the <b>IBM +alphaWorks</b> site and the <b>IBM WebSphere Real Time Virtual +Machine</b> itself, available on the <b>IBM developerWorks +site</b>. If you haven't already installed the open-source software +from this site, following these instructions will give the open-source +software as well. The three components cooperate to provide real-time +execution. You do not need all three (only the open source portion, +which runs on any platform) to develop and test Flexible Task +Graphs. Furthermore, the open source software defines interfaces that +could be implemented on other Java Virtual Machines to achieve the +same goals. + +<br><hr><h2>Prerequisites for the IBM Components</h2> + +<ul><li>An appropriate Linux kernel for running the IBM WebSphere Real +Time (WRT) VM. You need a Linux kernel at version 2.6.21 or +later. Version 2 of WRT was tested with Red Hat Enterprise MRG V1 +(2.6.24.7-74.el5rt) and with SUSE Linux Enterprise Real Time 10 +(2.6.22.19-0.12-rt). Later versions of the same kernels are likely to +work and other kernel versions <em>may</em> work but the details are beyond the +scope of this document. If you are already developing Flexible Task +Graphs on Eclipse on some other platform, there is no need to switch +to the Linux machine for development; there will be a procedure for +exporting runtimes to the target Linux platform for testing. +</ul> + +<br><hr><h2>Prerequisites for Open Source Software (if not already installed)</h2> +<ol> +<li><b>A Java JRE at level 1.5 or later</b>. If you don't have one, +<a href="http://www.eclipse.org/downloads/moreinfo/jre.php">the +Eclipse site provides some guidance</a>. + +<li><b>Eclipse 3.3.1 or later</b>. If you don't have Eclipse or your +current Eclipse is too old visit <a +href="http://www.eclipse.org/downloads">the Eclipse download +site</a>. If you have never used Eclipse before, we recommend you +start with the <b>Eclipse IDE for Java Developers</b>, but you can +use other versions like <b>Eclipse Classic</b> or the Eclipse IDE +for <b>Java EE Developers</b> if they suit your other needs better. + +<li>Make sure that your Eclipse 3.3.1 (or later) actually runs on your +Java JRE 1.5 (or later). If you have multiple versions of Java and are +not sure which one your Eclipse is running on, then, with Eclipse +running, choose <b>Help->About Eclipse</b> and then <b>Configuration +Details</b>. Scroll down to the <b>java.version</b> property. By default, +Eclipse runs on the JRE that is in the <b>PATH</b>. If this does not give +the desired result, either change the <b>PATH</b> or arrange to start +Eclipse with the <b>-vm</b> option as described in the +<b>eclipse/readme/readme_eclipse.html</b> document that comes with your +Eclipse installation. There are also Eclipse feature prerequisites +but the handling of these differs between Eclipse 3.3.x and Eclipse +3.4 or later. Follow the explicit instructions below depending on your +version. +</ol> + +<p>There are also Eclipse feature prerequisites but the handling of +these differs between Eclipse 3.3.x and Eclipse 3.4 or later. Follow +the explicit instructions you will receive after downloading the +starter package from IBM AlphaWorks. + +<br><hr><h2>Steps</h2> +<ol> +<li>Obtain a copy of the IBM WebSphere Real Time VM from +<a href="http://www.ibm.com/developerworks/java/jdk/linux/download.html">IBM +DeveloperWorks</a>. In doing this, you will necessarily establish an IBM +ID, which you can also use for <b>AlphaWorks</b>. Choose either <b>WebSphere +Real Time V2.0 32-bit xSeries (Intel compatible)</b> (SR1 version, under +the Java 6 SE category, but <em>not</em> the "soft" real time version) or +<b>WebSphere Real Time V1.0 32-bit xSeries (Intel compatible)</b> (SR3 +version, under the J2SE Version 5.0 category). We have done most of +our testing on V1.0 SR3 (and that version was used to collect the data +for our latest published paper). However, our support emphasis will be +on the newer V2.0 SR1 version. + +<li>Visit the <a href="http://www.alphaworks.ibm.com/tech/flexotasks">Flexible +Task Graph site on IBM AlphaWorks</a>. Follow the download instructions +there. You will be guided through the rest of the installation, which +will include both material from the <b>IBM AlphaWorks</b> site and from +(this) sourceforge open source site (if you haven't already installed +it). +</ol> + +<br><hr><br> +<a href="http://sourceforge.net/projects/flexotask"> +<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242572&type=12" +width="120" height="30" border="0" +alt="Get Flexible Task Graphs at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> +</body> +</html> Property changes on: trunk/flexotask-htdocs/jointInstall.html ___________________________________________________________________ Added: svn:mime-type + text/html Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |