Input file as argument

Started by fabianogs, August 20, 2014, 06:58:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fabianogs

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!

Liviu Lalescu

./fet-cl --inputfile=test.fet (read the README file in the FET package). Or fet-cl.exe --inputfile=test.fet, under Windows.

fabianogs

#2
Thanks!!!
I will study the input file format to test it! But, under Linux?
Regards!

Liviu Lalescu

./fet-cl --inputfile=test.fet

fabianogs


fabianogs

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.

Liviu Lalescu

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.

fabianogs

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

Liviu Lalescu