|
|||||||
This doclet describes the command line tools. Before using any of these tools, you must set the enviroment by running set-env.bat. You need only run it once for each command shell you open.
The command line compiler. It will compile various source files into related object files. usage Usage: compile sourcefile.ext objectfile
example C:\dev\autohit>java compile test1.sim test1 This will compile the file test1.sim using the Sim compiler. If the compile is successful, it will create the file test1.osm, which is a compiled sim object.
The command line execution context. It will run various object files using the appropriate VM. usage Usage: run file.ext target {transport}
example C:\dev\autohit>java run test1.osm localhost http This will run the test1 Sim against the web server on the same machine. example C:\dev\autohit>java run test1.osm x This will run the test1 Sim using the test transport. The target is a nonsense
character since it isn't really needed by the test trasnport.
This will dump a compiled object to standard out. It should be man-readable. This is typically only used for platform debugging. usage C:\dev\autohit>java dump test1.osm |
|||||||
Copyright © 1999 Erich P G. |