Hi, I have to configure buttons.cfg with many extensions, and I proved exec opction, with a script tyo created all extension, I'm using the web example, the script works fine, but it doesn't created the file.
How can I do it??
Thanks
Hi, I have to configure buttons.cfg with many extensions, and I proved exec opction, with a script tyo created all extension, I'm using the web example, the script works fine, but it doesn't created the file.
How can I do it??
Thanks
The script has to output the config data to STDOUT. That is all your script needs to do. Fop2 will take care of interpret that output as it were a static config file (it will create a temp file and read that instead). It is normal that no file is created, as the live of the temp file is really short...
Best regards,
Ok, I undertood it.
Thanks Nicolás