CUSTOM DITA-OT.zip file deployed to /apps/fmdita/dita_resources on a cloud instance through cloud deployment pipeline is missing the bin folder containing ant and dita commands; but the same is working fine in a local cloud emulator
as a result of this missing ant and dita commands, output generation is failing with PathNotFoundException (ant)
i am assembling the DITA-OT.zip file with custom DTD documents, and a custom plugin using maven, and embedding the generated zip file in the project-all module to be put at /apps/fmdita/dita-resources. the build and deployment is executed through cloud deploiyment pipeline.
are there are any validation rules in aem cloud that are stripping off the executable files from DITA-OT.zip file, either during the build or while installing the package?