ant-paths.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 hosted on
  6. Sourceforge.net. See the accompanying license.txt file for
  7. applicable licenses.
  8. (C) Copyright Shawn McKenzie, 2007. All Rights Reserved.
  9. *-->
  10. <?xml-stylesheet href="../../../../xsl/ditaview_shell.xsl" type="text/xsl"?>
  11. <task id="tocjs_antpaths" xml:lang="en-us">
  12. <title>Fix Ant tasks for shared projects</title>
  13. <taskbody>
  14. <context>
  15. <p>To modify existing ant tasks to work with a project that shares content with a peer
  16. project:</p>
  17. </context>
  18. <steps>
  19. <step>
  20. <cmd>Modify the <codeph>output.file</codeph> parameter so that it will create
  21. <filepath>toctree.js</filepath> in the deeper project output
  22. directory.</cmd>
  23. </step>
  24. <step>
  25. <cmd>Modify the <codeph>copy</codeph> elements to copy the tocjs
  26. <filepath>basefiles</filepath> files into the deeper project output
  27. directory.</cmd>
  28. </step>
  29. <step>
  30. <cmd>Modify your frameset file so that the <codeph>tocwin</codeph> and
  31. <codeph>contentwin</codeph> frames point to the correct files in the deeper
  32. nested project directory.</cmd>
  33. </step>
  34. </steps>
  35. </taskbody>
  36. </task>