simblock icon indicating copy to clipboard operation
simblock copied to clipboard

Standard output and out.txt

Open batool-ali opened this issue 4 years ago • 5 comments

I did not find out.txt in output folder ! how can I find it ??

batool-ali avatar Nov 04 '20 19:11 batool-ali

I think terminal output can be stored as out.txt. I am not sure though!!

move47 avatar Nov 28 '20 17:11 move47

There are no out.txt on output folder only output.json file as a result.

image

vmardiansyah avatar Jan 05 '21 14:01 vmardiansyah

Hello,I have get the answer,Out.txt file is not output to file int the dir of Output.when you input ,the content of out.txt will output to the command line.

orrsrosx-nonloso avatar Sep 23 '21 07:09 orrsrosx-nonloso

Hello,I have get the answer,Out.txt file is not output to file int the dir of Output.when you input ,the content of out.txt will output to the command line.

I believe there is no "out.txt" file, only output.json file is created when you running this simulator. as you can see in main.java [https://github.com/vmardiansyah/simblock/blob/master/simulator/src/main/java/simblock/simulator/Main.java ]) The simulator will create the output.json file as an output information

vmardiansyah avatar Sep 25 '21 03:09 vmardiansyah

If you use the Linux or MacOS, may use the "gradle :simulator:run > out.txt" to store the commandline output to the local file.

DiangD avatar Jun 09 '23 08:06 DiangD