Problem:You are using the deliverable type "XMetaL Enhanced PDF via Antenna House XSL Formatter" and you have Antenna House XSL Formatter installed but output fails and your output log file contains something similar to the following:
Antenna House XSL Formatter could not be found. Please install this applicaton. If XSL Formatter is already installed, ensure XMetaL is configured to identify where the application is installed.
Solution:Specify the location to your copy of Antenna House XSL Formatter using the following parameter* in Tools > Configure Output > [your deliverable's name] > Edit (button) > Advanced (tab) > Other output parameters:
ANT_PARAM_args.antenna.exe = <absolute path to xslcmd.exe>
You can pass command line parameters to xslcmd.exe using the following parameter:
ANTENNA_PARAM = <additional command line parameters>
Example:ANT_PARAM_args.antenna.exe = "c:\progra~1\antenna\xslfor~1\xslcmd.exe"
ANTENNA_PARAM = -i "c:\config_file1.xml"
If any of the paths you use contain spaces you should place quotation marks around them.
*Note: If the ANT_PARAM_args.antenna.exe parameter doesn't accept a quoted path for paths that contain spaces (you'll see a truncated path in your output log file after the first space) please use an 8.3 formatted path as shown in the example above. We hope to correct this in the future.