build_html2image_0.dita.xml 1.7 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  3. xmlns:p5dkp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
  4. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  5. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  6. xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  7. xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
  8. xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  9. xmlns:d2a="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-to-ant/d2a.xsd"
  10. basedir="../../."
  11. default="default"
  12. name="html2image">
  13. <include file="/Users/a.binder/procesy5-dita-templates-druki/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/html2image/build_html2image_0.dita.PRODUCT.xml"
  14. as="PRODUCT"/>
  15. <target name="default"><!--#38 syntaxdiagram mode="d2a:new_ant_project.child.task.bash"-->
  16. <exec executable="${application.google_chrome.install_dest_on_macOS}"
  17. dir="${html2image.basedir}">
  18. <arg value="-c"/>
  19. <arg value="${application.google_chrome.--headless}"/>
  20. <arg value="${application.google_chrome.--disable-gpu}"/>
  21. <arg value="${application.google_chrome.--screenshot}"/>
  22. <arg value="${application.google_chrome.--window-size}"/>
  23. <arg value="${module.bocian-graph-to-html.example-graph-api-id-12.html}"/>
  24. </exec>
  25. </target>
  26. </project>