Hello
I am new FET user and it's excellent in my opinion (sorry about my english, I am brazilian).
I would like to know if is there any type to pass the input file as a argument to FET in order to run it in console mode.
Thanks for the answers! Best regards!
./fet-cl --inputfile=test.fet (read the README file in the FET package). Or fet-cl.exe --inputfile=test.fet, under Windows.
Thanks!!!
I will study the input file format to test it! But, under Linux?
Regards!
./fet-cl --inputfile=test.fet
Thanks again!
Hello again
I had success using FET at command line. Thanks for the help.
Now my doubt is: does the input file have a specific layout? Because I am using a open source school management software (http://www.solis.coop.br/sagu) and I would like to integrate with FET.
Thanks again.
Yes, the input file is text XML, but I didn't write a specification for it. You may see the file translations/test-all-constraints.fet for a list of all constraints, or derive a file for yourself from the FET interface.
Thanks Liviu!
I have already study the input xml and see the test-all-constraints.
I will write a specification and I can share with you in future.
Best regards
Yes, thank you!