Re: Build error?

2005-09-19 Thread Jeremias Maerki
I've commented out the offending code. I don't really know what to do with it. It would probably be cleanest if the cli package wrote to the console using System.out/err only and only sets up the logger for the rest of FOP. Hmmm. On 19.09.2005 15:05:26 Manuel Mall wrote: > Luca, > > not sure if t

Re: Build error?

2005-09-19 Thread Manuel Mall
Luca, not sure if this is it but in CommandLineOptions we have: if (System.getProperty("org.apache.commons.logging.Log") == null) { logFactory.setAttribute("org.apache.commons.logging.Log", CommandLineLogger.class.getName()); setLogLevel("info"); } log

Re: Build error

2005-09-06 Thread Simon Pepping
On Mon, Sep 05, 2005 at 11:14:09PM +0200, Jeremias Maerki wrote: > Weird, why does it want Service? I've added SubInputStream and all runs > through. Thanks. I do not mean that it requires Service. I mean that those two classes are in util and not in the transcoder jars. Simon > On 05.09.2005 22

Re: Build error

2005-09-05 Thread Jeremias Maerki
Weird, why does it want Service? I've added SubInputStream and all runs through. On 05.09.2005 22:17:41 Simon Pepping wrote: > On Mon, Sep 05, 2005 at 09:21:09PM +0200, Jeremias Maerki wrote: > > You can't, I can. My fault, sorry. > > http://svn.apache.org/viewcvs?rev=278816&view=rev > > Thanks,

Re: Build error

2005-09-05 Thread Simon Pepping
On Mon, Sep 05, 2005 at 09:21:09PM +0200, Jeremias Maerki wrote: > You can't, I can. My fault, sorry. > http://svn.apache.org/viewcvs?rev=278816&view=rev Thanks, that works. Another error, in junit: [junit] Testcase: testGenericPDFTranscoder(org.apache.fop.BasicPSTranscoderTestCase):

Re: Build error

2005-09-05 Thread Jeremias Maerki
You can't, I can. My fault, sorry. http://svn.apache.org/viewcvs?rev=278816&view=rev On 05.09.2005 21:02:16 Simon Pepping wrote: > Hi, > > I get a build error: > > [javac] Compiling 653 source files to > /fsb/fsc/source/xml-fop/build/classes > [javac] > /fsb/fsc/source/xml-fop/src/java