dion 02/01/29 21:42:02
Modified: latka/doc developers-guide.xml
Log:
Added comment about validating xml
Revision Changes Path
1.6 +13 -5 jakarta-commons/latka/doc/developers-guide.xml
Index: developers-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/doc/developers-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- developers-guide.xml 30 Jan 2002 02:55:59 -0000 1.5
+++ developers-guide.xml 30 Jan 2002 05:42:02 -0000 1.6
@@ -4,7 +4,7 @@
<!--
Author: dIon Gillard
- Version: $Id: developers-guide.xml,v 1.5 2002/01/30 02:55:59 dion Exp $
+ Version: $Id: developers-guide.xml,v 1.6 2002/01/30 05:42:02 dion Exp $
-->
<chapter id="users-guide">
@@ -55,13 +55,21 @@
to ensure the code isn't broken. Run the checkstyle task to ensure code meets
the project's current standards</para>
</listitem>
- <listitem><para>Before committing changes to the web pages, do a
-clean build of the webpages target in the main build file and view the resulting
-output</para></listitem>
+ <listitem><para>Before committing changes to the web pages:
+ <orderedlist>
+ <listitem><para>Ensure the original docbook is valid by
+validating the XML against the docbook DTD</para>
+ </listitem>
+ <listitem><para>do a clean build of the webpages target in
+the main build file and view the resulting output</para>
+ </listitem>
+ </orderedlist>
+ </para>
+ </listitem>
</itemizedlist>
</section>
<!-- other sections: build files, documentation, updating the live site,
explaining the dtds, directory structure of source, what we need
- help with, docbook, the xsl stylesheets
+ help with, docbook, the xsl stylesheets, nightly builds
-->
</chapter>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>