ant-paths.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  3. "../../../../dtd/task.dtd">
  4. <!--
  5. This file is part of the DITA Open Toolkit project.
  6. See the accompanying LICENSE file for applicable license.
  7. Copyright 2007 Shawn McKenzie
  8. *-->
  9. <?xml-stylesheet href="../../../../xsl/ditaview_shell.xsl" type="text/xsl"?>
  10. <task id="tocjs_antpaths" xml:lang="en-us">
  11. <title>Fix Ant tasks for shared projects</title>
  12. <taskbody>
  13. <context>
  14. <p>To modify existing ant tasks to work with a project that shares content with a peer
  15. project:</p>
  16. </context>
  17. <steps>
  18. <step>
  19. <cmd>Modify the <codeph>output.file</codeph> parameter so that it will create
  20. <filepath>toctree.js</filepath> in the deeper project output
  21. directory.</cmd>
  22. </step>
  23. <step>
  24. <cmd>Modify the <codeph>copy</codeph> elements to copy the tocjs
  25. <filepath>basefiles</filepath> files into the deeper project output
  26. directory.</cmd>
  27. </step>
  28. <step>
  29. <cmd>Modify your frameset file so that the <codeph>tocwin</codeph> and
  30. <codeph>contentwin</codeph> frames point to the correct files in the deeper
  31. nested project directory.</cmd>
  32. </step>
  33. </steps>
  34. </taskbody>
  35. </task>