Re: svn commit: r292280 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FOUserAgent.java

2005-09-28 Thread Andreas L Delmelle
On Sep 28, 2005, at 22:29, Jeremias Maerki wrote: On 28.09.2005 22:14:29 Andreas L Delmelle wrote: The fact that we let the user agent object handle the configuration, does not need to be reflected in the configuration file. I would prefer to see these configuration elements as direct childre

Re: svn commit: r292280 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FOUserAgent.java

2005-09-28 Thread Jeremias Maerki
On 28.09.2005 22:14:29 Andreas L Delmelle wrote: > > The fact that we let the user agent object handle the configuration, > > does not need to be reflected in the configuration file. I would > > prefer to see these configuration elements as direct children of the > > top level element, or perhaps

Re: svn commit: r292280 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FOUserAgent.java

2005-09-28 Thread Andreas L Delmelle
On Sep 28, 2005, at 22:09, Simon Pepping wrote: Hi Simon, On Wed, Sep 28, 2005 at 07:37:31PM -, [EMAIL PROTECTED] wrote: +public void initUserConfig() throws ConfigurationException { +log.info("Initializing User Agent Configuration"); +Configuration cfgUserAgent = use

Re: svn commit: r292280 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FOUserAgent.java

2005-09-28 Thread Simon Pepping
Andreas, On Wed, Sep 28, 2005 at 07:37:31PM -, [EMAIL PROTECTED] wrote: > URL: http://svn.apache.org/viewcvs?rev=292280&view=rev > Log: > Added UA initialization from user-config > > Modified: > xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FOUserAgent.java > > +public void init