You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by bo...@apache.org on 2008/03/14 15:55:44 UTC

svn commit: r637124 - in /xerces/c/trunk: createDocs.sh createdocs.bat doc/build-misc.xml doc/faq-build.xml tools/createdocs.bat tools/createdocs.sh

Author: borisk
Date: Fri Mar 14 07:55:42 2008
New Revision: 637124

URL: http://svn.apache.org/viewvc?rev=637124&view=rev
Log:
Move the documentation creation scripts to tools

Added:
    xerces/c/trunk/tools/createdocs.bat
      - copied, changed from r637119, xerces/c/trunk/createdocs.bat
    xerces/c/trunk/tools/createdocs.sh
      - copied, changed from r637119, xerces/c/trunk/createDocs.sh
Removed:
    xerces/c/trunk/createDocs.sh
    xerces/c/trunk/createdocs.bat
Modified:
    xerces/c/trunk/doc/build-misc.xml
    xerces/c/trunk/doc/faq-build.xml

Modified: xerces/c/trunk/doc/build-misc.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/build-misc.xml?rev=637124&r1=637123&r2=637124&view=diff
==============================================================================
--- xerces/c/trunk/doc/build-misc.xml (original)
+++ xerces/c/trunk/doc/build-misc.xml Fri Mar 14 07:55:42 2008
@@ -180,12 +180,12 @@
         <p>Before proceeding, copy the contents of the &XercesC3ToolsInstallDir;
            distribution into your <code>$XERCESCROOT</code>. Then invoke
            a terminal or a command window and setup PATH to include the
-           JDK 1.2.2 bin directory. Next, cd to the <code>$XERCESCROOT</code>
-           source root directory, and enter:</p>
+           JDK 1.2.2 bin directory. Next, cd to the <code>$XERCESCROOT/tools</code>
+           directory, and enter:</p>
 
 <source>
-createDocs.bat (Windows)
-./createDocs.sh (UNIX)
+createdocs.bat (Windows)
+./createdocs.sh (UNIX)
 </source>
 
         <p>This should generate the .html files in the 'doc/html' directory.</p>

Modified: xerces/c/trunk/doc/faq-build.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/faq-build.xml?rev=637124&r1=637123&r2=637124&view=diff
==============================================================================
--- xerces/c/trunk/doc/faq-build.xml (original)
+++ xerces/c/trunk/doc/faq-build.xml Fri Mar 14 07:55:42 2008
@@ -395,8 +395,8 @@
         should copy its contents into your <code>&XercesC3SrcInstallDir;</code>
         directory.</p>
 
-     <p>To regenerate the documentation, go to &XercesC3SrcInstallDir;
-        and start <code>createDocs.sh</code> (for Unix) or
+     <p>To regenerate the documentation, go to the &XercesC3SrcInstallDir;/tools
+        directory and start <code>createdocs.sh</code> (for Unix) or
         <code>createdocs.bat</code> (for Windows). The result can be
         found in directory <code>&XercesC3SrcInstallDir;/doc/html</code>.</p>
 

Copied: xerces/c/trunk/tools/createdocs.bat (from r637119, xerces/c/trunk/createdocs.bat)
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tools/createdocs.bat?p2=xerces/c/trunk/tools/createdocs.bat&p1=xerces/c/trunk/createdocs.bat&r1=637119&r2=637124&rev=637124&view=diff
==============================================================================
--- xerces/c/trunk/createdocs.bat (original)
+++ xerces/c/trunk/tools/createdocs.bat Fri Mar 14 07:55:42 2008
@@ -1 +1 @@
-java -classpath "tools/jars/stylebook-1.0-b2.jar;tools/jars/xalan.jar;tools/jars/xerces.jar" org.apache.stylebook.StyleBook "targetDirectory=doc/html" doc/xerces-c_book.xml doc/style
+java -classpath "jars/stylebook-1.0-b2.jar;jars/xalan.jar;jars/xerces.jar" org.apache.stylebook.StyleBook "targetDirectory=../doc/html" ../doc/xerces-c_book.xml ../doc/style

Copied: xerces/c/trunk/tools/createdocs.sh (from r637119, xerces/c/trunk/createDocs.sh)
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tools/createdocs.sh?p2=xerces/c/trunk/tools/createdocs.sh&p1=xerces/c/trunk/createDocs.sh&r1=637119&r2=637124&rev=637124&view=diff
==============================================================================
--- xerces/c/trunk/createDocs.sh (original)
+++ xerces/c/trunk/tools/createdocs.sh Fri Mar 14 07:55:42 2008
@@ -1,3 +1,2 @@
 #!/bin/sh
-
-java -Djava.awt.headless=true -classpath "tools/jars/stylebook-1.0-b2.jar:tools/jars/xalan.jar:tools/jars/xerces.jar" org.apache.stylebook.StyleBook "targetDirectory=doc/html" doc/xerces-c_book.xml doc/style
+java -Djava.awt.headless=true -classpath "jars/stylebook-1.0-b2.jar:jars/xalan.jar:jars/xerces.jar" org.apache.stylebook.StyleBook "targetDirectory=../doc/html" ../doc/xerces-c_book.xml ../doc/style



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org