https://issues.apache.org/bugzilla/show_bug.cgi?id=50575
Simon Pepping <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #5 from Simon Pepping <[email protected]> 2011-08-29 11:37:23 UTC --- FOP's own build process generates the event-model files correctly. Therefore this is not a FOP bug. For alternative build processes I have the following recommendation: We noticed that qdox.jar cannot be inserted in the CLASSPATH variable for the ant build process. Doing so invariably generates an NPE. Even this command: CLASSPATH=lib/build/qdox-1.6.3.jar ant clean resourcegen i.e., using FOP's own qdox jar file, fails with a NPE. Debian now solved the problem by copying their qdox jar into FOP's lib/build directory before the build. The resulting fop.jar contains the required event models, and seems to work well. 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. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
