vmote 2003/11/13 10:01:49
Modified: src/documentation/content/xdocs/dev tools.xml
Log:
add developer checklist
Revision Changes Path
1.8 +11 -1 xml-fop/src/documentation/content/xdocs/dev/tools.xml
Index: tools.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/tools.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tools.xml 12 Nov 2003 15:24:53 -0000 1.7
+++ tools.xml 13 Nov 2003 18:01:49 -0000 1.8
@@ -8,6 +8,16 @@
</header>
<body>
<p>This page documents items that may be helpful to other developers,
especially to those who are new to FOP. Exhaustive treatment of these topics is better
suited to other fora, but the information presented here is intended to deal with
FOP-specific issues related to these tools, especially "gotchas", and to help
developers get jump-started.</p>
+ <section id="checklist">
+ <title>Developer Checklist</title>
+ <p>Here is a (probably not comprehensive) list of tools you will need to be a
successful FOP developer:</p>
+ <ul>
+ <li>A java IDE (see <link href="#ide">IDE</link>).</li>
+ <li>Ant (see <link href="../compiling.html">Building FOP</link>).</li>
+ <li>checkstyle (see <link
href="conventions.html#java-checkstyle">Checkstyle</link> on the conventions
page).</li>
+ <li>JUnit (see <link href="testing.html#basic">Basic Testing</link>).</li>
+ </ul>
+ </section>
<section id="general">
<title>General Developer Information</title>
<p>See <link href="http://www.apache.org/dev/contributors.html">the Apache
Contributors Tech Guide</link> for useful information and links for Apache developers,
including help with tools and procedures.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]