Re: Building fop from source using qdox 1.11

2012-05-14 Thread Vincent Hennebert
Hi Mathieu, It doesn’t seem to be a QDox issue here. It seems like you are missing the Apache Commons IO dependency. It is necessary to build the list of parameters for those testcases that @RunWith(Parameterized.class). By adding Commons IO to the build path you should be able to build FOP

Re: Building fop from source using qdox 1.11

2012-05-02 Thread Mathieu Malaterre
Hi all, On Mon, Aug 29, 2011 at 1:37 PM, Simon Pepping spepp...@leverkruid.eu wrote: It would be good if alternative builds of fop would run a number of our junit tests. The fop team should look into this to formulate a recommendation. I saw some activities on some of the bug I reported in

running fop tests (Re: Building fop from source using qdox 1.11)

2011-09-16 Thread Mathieu Malaterre
Hi Simon, On Mon, Aug 29, 2011 at 1:37 PM, Simon Pepping spepp...@leverkruid.eu wrote: It would be good if alternative builds of fop would run a number of our junit tests. The fop team should look into this to formulate a recommendation. AFAIK running fop tests simply involved running the

Re: Building fop from source using qdox 1.11

2011-08-31 Thread Simon Pepping
I made some notes about possible alternative build procedures on the FOP wiki, http://wiki.apache.org/xmlgraphics-fop/HowTo/BuildFOPAlternatively Simon On Mon, Aug 29, 2011 at 01:37:56PM +0200, Simon Pepping wrote: I see that you resolved the problem by copying qdox.jar from /usr/share/java to

Re: Building fop from source using qdox 1.11

2011-08-29 Thread Simon Pepping
I see that you resolved the problem by copying qdox.jar from /usr/share/java to lib/build before the build process. I installed the resulting package fop_1.0.dfsg2-2 and ran it on a few test files. The result was OK. It would be good if alternative builds of fop would run a number of our junit

Re: Building fop from source using qdox 1.11

2011-08-27 Thread Simon Pepping
It is an interesting observation that fop can be compiled with qdox-1.12 in the lib/build directory, but not in the CLASSPATH variable. It even works with FOP's own jar files: CLASSPATH=lib/build/qdox-1.6.3.jar ant clean resourcegen in fop-1.0 fails, while ant clean resourcegen succeeds. The

Building fop from source using qdox 1.11

2011-08-26 Thread Mathieu Malaterre
Dear all, I am trying to build fop from source using qdox 1.11. On my debian system here is what I did: $ wget http://mir2.ovh.net/ftp.apache.org/dist//xmlgraphics/fop/source/fop-1.0-src.tar.gz $ tar xfz fop-1.0-src.tar.gz $ cd fop-1.0 $ export

Re: Building fop from source using qdox 1.11

2011-08-26 Thread Simon Pepping
Earlier I wrote: I took the source code of fop-1.0, replaced lib/build/qdox-1.6.3.jar with lib/build/qdox-1.12.jar from fop's development code, and ran ant compile and ant junit. Both were successfull. There is a warning about a deprecated method, but that is not fatal. The answer to your

Re: Building fop from source using qdox 1.11

2011-08-26 Thread Mathieu Malaterre
Hi Simon, Great we are making some progress. Since you are using debian, this will be even easier. Try the attached script. If you are on a debian machine with: $ apt-cache policy libqdox-java libqdox-java: Installed: 1.12-1 You should quickly discover that indeed qdox-1.12 from debian