From: William Victor Mote Date: Tue, 25 Mar 2003 02:48:06 +0000 (+0000) Subject: Add links to some other Apache sites, per Christian's suggestion. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1734 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12506bc0d4094471919f2020e4b0cf43a5dc96de;p=xmlgraphics-fop.git Add links to some other Apache sites, per Christian's suggestion. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196139 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/dev/tools.xml b/src/documentation/content/xdocs/dev/tools.xml index 3ee738b36..61d825b60 100644 --- a/src/documentation/content/xdocs/dev/tools.xml +++ b/src/documentation/content/xdocs/dev/tools.xml @@ -7,6 +7,10 @@

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.

+
+ General Developer Information +

See the Apache Contributors Tech Guide for useful information and links for Apache developers, including help with tools and procedures.

+
Concurrent Versions System (CVS)
@@ -66,6 +70,7 @@
Integrated Development Environments (IDEs)

An IDE is not required, but will generally be found to be helpful, especially for serious debugging and refactoring.

+

See the Apache Jakarta IDE Developer's Guide for useful information on Java IDEs.

Borland's JBuilder 7/8 does not support Ant builds unless you have the Enterprise Edition (which is quite expensive). This causes problems with any code that is generated by the Ant build. First, you must run the Ant build before you can use the IDE. Second, when you are editing in the IDE, you must be editing the generated files, which means that you must make any changes to the source files in another editor. This is less serious for development on the trunk, but in the maintenance branch, all source files were "generated".

Sun ONE Studio Four does support Ant, but seems to use a built-in version, and as of this writing chokes on the FOP build file, saying that it is not valid. There is awkward because there is no official DTD for Ant, and it may be merely an Ant version issue.