]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
add developer checklist
authorWilliam Victor Mote <vmote@apache.org>
Thu, 13 Nov 2003 18:01:49 +0000 (18:01 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 13 Nov 2003 18:01:49 +0000 (18:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197012 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/tools.xml

index 73c01f1c09d3f2e780d16a31a6c17ec767563156..08365f17014835a3ee5afaf8d36d3fdeb82a12d2 100644 (file)
@@ -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>