root / branches / multithread / bin / README

Revision 2, 2.2 kB (checked in by jordi, 2 years ago)

Imported PlanetSim 3.0

Line 
1PlanetSim
2---------------
3@author Jordi Pujol jordi.pujol@estudiants.urv.es
4http://ants.etse.urv.es/planetsim
5
61. Content
7------------------------
8
9This directory contains all *.bat and *.sh to run all existing
10tests in the planet.test package and subpackages.
11
12The distribution of these scripts is the same than the
13planet.test package hierarchy, using the name of the main class
14and the subpackages to naming the script file. For example,
15the scripts that execute the test planet.test.bad.SimNetTest
16are called bad.SimNetTest.sh and bad.SimNetTest.bat, omitting
17the package name "planet.test".
18
19
202. Ant compatibility
21-----------------------
22
23There are planetsim.properties and build.xml for ant compatibility.
24The build.xml has been tested and fully functional.
25
26See the results of "ant targets" in the command line.
27
28IMPORTANT: You need to copy the $PLANETSIM/lib/junit.jar to the $ANT_HOME/lib
29to successfully run "ant test".
30
31
323. How to run tests
33-----------------------
34
35If you have modified any class or added any new test, you have to
36run "$ ant jar" or "> ant jar" in this directory to build the
37../lib/planetsim.jar distribution file.
38
39One recommend to run any script as follows:
40
41On Windows systems:
42...\> script_name.bat > out.txt
43
44On *nix systems:
45$ ./script_name.sh > out.txt
46
47to capture the output to the results file named 'out.txt'.
48
49
50
514. GML graphs
52-----------------------
53
54This release is able to generate GML graphs representations.
55To open any *.gml output file, use the scripts open_GML_viewer.bat/.sh
56to see the results.
57
58The Yed library is used. See ../lib/*_yed.html for more details.
59
60
61
623. Feedback
63-----------------------
64
65You can make a very good feedback send us your suggestions and
66errors. Email us to Jordi Pujol <jordi.pujol@estudiants.urv.es>
67
68On any error or problem cases, you have to send these information:
69
701. Version of Planetsim in use
712. Short description of the error (or problem)
723. The detail of the main classes that take part (executed test, etc.)
734. The related stack trace (if exists)
745. Any other remarkable information.
75
76NOTE: The maximum size of the sent mail is 3MB.
77
78
79-----
80
81Jordi Pujol
82Planet Project Member
83
84Planet: http://ants.etse.urv.es/planet
85PlanetSim: http://ants.etse.urv.es/planetsim
86
87July 20, 2005
Note: See TracBrowser for help on using the browser.