Changes between Version 9 and Version 10 of DownloadPage


Ignore:
Timestamp:
11/19/2019 04:33:01 PM (6 years ago)
Author:
jdalbey
Comment:

add r154

Legend:

Unmodified
Added
Removed
Modified
  • DownloadPage

    v9 v10  
    11= Download ''Script Builder'' = 
    2 ||Application||Revision||Date|| 
    3 ||[http://dev.tmcacad.com:8888/attachment/wiki/DownloadPage/ScriptBuilder_r2.zip ScriptBuilder_r2.zip]||145||2019.31.10|| 
    4 ||[http://git.tokomak.net:8888/raw-attachment/wiki/DownloadPage/ScriptBuilder_r143.zip ScriptBuilder_r143.zip]||143||2018.01.09|| 
    5 ||[http://git.tokomak.net:8888/attachment/wiki/DownloadPage/ScriptBuilder.zip ScriptBuilder.zip]||0||2017.10.19|| 
    6  
     2|| Application || Revision || Date || 
     3|| [http://dev.tmcacad.com:8888/attachment/wiki/DownloadPage/ScriptBuilder_r154.zip ScriptBuilder_r154.zip] || 154 || 2019.19.11 || 
     4|| [http://dev.tmcacad.com:8888/attachment/wiki/DownloadPage/ScriptBuilder_r2.zip ScriptBuilder_r2.zip] || 145 || 2019.31.10 || 
     5|| [http://git.tokomak.net:8888/raw-attachment/wiki/DownloadPage/ScriptBuilder_r143.zip ScriptBuilder_r143.zip] || 143 || 2018.01.09 || 
     6|| [http://git.tokomak.net:8888/attachment/wiki/DownloadPage/ScriptBuilder.zip ScriptBuilder.zip] || 0 || 2017.10.19 || 
    77 
    88=== System Requirements === 
     
    1010 * An Intel Core Duo (or equivalent) or faster processor. 
    1111 
     12=== Release Notes === 
     13Revision 154 includes fixes for #202 and #203. 
    1214 
    13 === Release Notes === 
    14 Revision 145 is a working application with some known bugs.  
    15  
     15Revision 145 is a working application with some known bugs. 
    1616 
    1717Revision 143 is a working application with just enough functionality to create a script that actually runs in Simulation Manager.  Audio files must be manually entered by filename. 
    1818 
    1919=== Known Issues === 
    20 Evaluation events can only be added once per timeslice.  
     20Evaluation events can only be added once per timeslice. 
    2121 
    2222=== Installation Instructions === 
    2323 * Download the most recent version of the !ScriptBuilder zip file. 
    24  * Unzip the zip file, which will yield three files 
    25     1. !ScriptBuilder.jar 
    26     1. application.properties 
    27     1. Incidents directory 
    28     1. units.xml 
    29     1. lib directory 
     24 * Unzip the zip file, which will yield four files 
     25   1. !ScriptBuilder.jar 
     26   1. application.properties 
     27   1. Incidents directory 
     28   1. units.xml 
    3029 * Open a terminal at this location and start the application with this command:  [[BR]]`java -jar ScriptBuilder.jar` 
    3130 
     
    3534!ScriptBuilder Prototype by Greg Eddington (pre-2017) [https://www.dropbox.com/s/zu54buh1102hoiz/ScriptBuilder4.jar?dl=0 ScriptBuilder4.jar] 
    3635 
    37  
    38  
    3936----