Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing AH Formatter commandline error in Oxygen transformation #215

Open
mmg-hinchey opened this issue Dec 14, 2021 · 2 comments
Open

Missing AH Formatter commandline error in Oxygen transformation #215

mmg-hinchey opened this issue Dec 14, 2021 · 2 comments

Comments

@mmg-hinchey
Copy link

mmg-hinchey commented Dec 14, 2021

I am trying to use an Oxygen Transformation Scenario to convert DITA to PDF using the Antenna House processor on my hard drive. But, I keep getting this error:
Transformation failed. C:\DITA-OT-3x-WHR-PDF5-Beta\plugins\com.antennahouse.pdf5.ml\build_ahf.xml:122: Missing AH Formatter commandline executable (Windows) or shell (Linux) file at ahf.dir folder.

In build_ahf.xml, the code reads

<condition property="ahf.cmd" value="AHFCmd.exe">
        <and>
            <not>
                <isset property="ahf.cmd"/>
            </not>
            <available file="${ahf.dir}/AHFCmd.exe"/>
        </and>
    </condition>

In the Edit DITA Scenario box in Oxygen, I set up the ahf.dir parameter to point to C:\Program Files\Antenna House\AHFormatterV70

The executable file is located at: "C:\Program Files\Antenna House\AHFormatterV70\AHFCmd.exe"

What am I missing?

@mmg-hinchey
Copy link
Author

I had not added Antenna House external FO Processor in the Oxygen XML Author preferences pages.

@ToshihikoMakita
Copy link
Contributor

Here is sample transformation scenario setting in Oxygen.

2021-12-15-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants