One additional thing is to add a system property to each startup configuration in your IDE where you need to configure logging. Working with Eclipse I've added...
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
We would need to add this to FOP.sh or FOP.bat in CVS
It might be more efficient to store this information in the Ant build file instead--I believe the .sh/.bat files just reference that file anyway.
Glen