Build error?

2005-09-19 Thread Luca Furini
Hi all. I'm noticing a strange problem: fop builds correctly, but then it seems it is not working at all. I'm using it from the command line under win xp, and even if I don't get any run time exception no output file is created. Launching fop with no parameters, or with wrong parameters

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

Build error

2005-09-05 Thread Simon Pepping
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/org/apache/fop/render/ps/PSFontUtils.java:166: cannot resolve symbol [javac] symbol : method copy (org.apache.fop.util.SubInputStream

Re: Build error

2005-09-05 Thread Jeremias Maerki
You can't, I can. My fault, sorry. http://svn.apache.org/viewcvs?rev=278816view=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/org

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=278816view=rev Thanks, that works. Another error, in junit: [junit] Testcase: testGenericPDFTranscoder(org.apache.fop.BasicPSTranscoderTestCase):

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=278816view=rev Thanks, that