![]() |
.. (לתיקייה המכילה) | |
In amazingPlane script : in section 2.4.5 did you mean to write
"./amazingPlane ~/mtm3" instead of "./excitedPlane ~/mtm3"?
| Yes. |
In validate script: section 2.2.4 in the fourth error did you mean to write
"Error number (4)" instead of "Error number (5)" And "plane name" instead of "arrangement name" ?
| Yes for both. |
Was the file ~mtm/public/1213c/ex3/amazing1.exp updated ?
| Yes. |
Did you update the test folder? (~mtm/public/1213c/ex3)
| Yes. (Last update was in 3/09/2013 23:00). |
How should we print the files name and directories name in the scripts?
|
In the same way the script get.(See example) ./validatePlanes path/not_exist_file.txt path/not_exist_file.txt not found ./validatePlanes >./validatePlanes path/name_of_directory path/name_of_directory is not a file <Usage: validatePlanes filename> |
Can you explain systemBuilder script?
|
Yes. Assume arrangement1 contains: plane1 p1 p2 p3 O and arrangement2 contains plane2 p1 p2 p3 O ---> (the same p1 p2 p3 as in plane1) then the planes.input contain plane add id1 p1 p2 p3 plane add id2 p1 p2 p3 --------------------------------------------- Assume arrangement1 contains: plane1 p1 p2 p3 O and arrangement2 contains plane1 p1 p2 p3 O then the planes.input contains plane add id1 p1 p2 p3 |

