aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-11-13 18:01:49 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-11-13 18:01:49 +0000
commit16a87d840a2287caa896262163348e8c66127eb8 (patch)
tree203a951867d3649e662c060e3ff0e27589cfc47c
parent90a905719766e1c181075d777a72fd7597b0f35c (diff)
downloadxmlgraphics-fop-16a87d840a2287caa896262163348e8c66127eb8.tar.gz
xmlgraphics-fop-16a87d840a2287caa896262163348e8c66127eb8.zip
add developer checklist
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197012 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/dev/tools.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/dev/tools.xml b/src/documentation/content/xdocs/dev/tools.xml
index 73c01f1c0..08365f170 100644
--- a/src/documentation/content/xdocs/dev/tools.xml
+++ b/src/documentation/content/xdocs/dev/tools.xml
@@ -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>