No commit message authored by Nikola Simidjievski's avatar Nikola Simidjievski
No commit message
...@@ -22,7 +22,7 @@ To test the correctness of the installation you can run a simple task of simulat ...@@ -22,7 +22,7 @@ To test the correctness of the installation you can run a simple task of simulat
java -jar probmot-1.2.jar examples/aquatic/taskSimulate.xml java -jar probmot-1.2.jar examples/aquatic/taskSimulate.xml
that should produce the following terminal output that should produce the following terminal output
```
/time_stamp/ [main] INFO xml.TaskSpec - Task 'examples/aquatic/taskSimulate.xml' read successfully /time_stamp/ [main] INFO xml.TaskSpec - Task 'examples/aquatic/taskSimulate.xml' read successfully
/time_stamp/ [main] INFO traverse.Traverse - Library 'examples/aquatic/AquaticEcosystem.pbl' compiled successfully /time_stamp/ [main] INFO traverse.Traverse - Library 'examples/aquatic/AquaticEcosystem.pbl' compiled successfully
/time_stamp/ [main] INFO traverse.Traverse - Incomplete Model 'examples/aquatic/BledComplete.pbm' compiled successfully /time_stamp/ [main] INFO traverse.Traverse - Incomplete Model 'examples/aquatic/BledComplete.pbm' compiled successfully
...@@ -32,5 +32,5 @@ that should produce the following terminal output ...@@ -32,5 +32,5 @@ that should produce the following terminal output
/time_stamp/ [main] INFO temp.Dataset - Dataset 'examples/aquatic/data/96.data' read successfully - /time_stamp/ [main] INFO temp.Dataset - Dataset 'examples/aquatic/data/96.data' read successfully -
/time_stamp/ [main] INFO task.Task - Task started /time_stamp/ [main] INFO task.Task - Task started
/time_stamp/ [main] INFO task.Task - Task ended /time_stamp/ [main] INFO task.Task - Task ended
```
For further description of the output files produced consult the user guide and examples description on the ProBMoT website. For further description of the output files produced consult the user guide and examples description on the ProBMoT website.
\ No newline at end of file