From d2eef709227c58e0eb1caa19a69d1ee4501d0f49 Mon Sep 17 00:00:00 2001 From: Manuel Mall Date: Mon, 10 Jul 2006 14:32:07 +0000 Subject: Some config file settings were not correctly set in FOUserAgent when invoked from command line git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@420543 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/cli/CommandLineOptions.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/java/org/apache/fop/cli') diff --git a/src/java/org/apache/fop/cli/CommandLineOptions.java b/src/java/org/apache/fop/cli/CommandLineOptions.java index efa3daa18..fb93a060e 100644 --- a/src/java/org/apache/fop/cli/CommandLineOptions.java +++ b/src/java/org/apache/fop/cli/CommandLineOptions.java @@ -136,6 +136,9 @@ public class CommandLineOptions { } checkSettings(); createUserConfig(); + if (factory.getUserConfig() != null) { + foUserAgent.configure(factory.getUserConfig()); + } addXSLTParameter("fop-output-format", getOutputFormat()); addXSLTParameter("fop-version", Version.getVersion()); } -- cgit v1.2.3