How to Log errors with Fop.bat 0.94

2008-02-17 Thread bonekrusher
Hello, I am running Fop 0.94 from a .net application. I pass all my arguments a batch file to run Fop. If there are any errors they will display in the command line dos window. I heard that FOP logs its errors some where. I would like to pass those errors (if any) back to my .net application. Is

Re: How to Log errors with Fop.bat 0.94

2008-02-18 Thread bonekrusher
Thanks for the help. Your second suggestion might be the better way for me. Following your Wiki, I have a newbie question. I created a congif file : # Error log - FOP Config File # Set and change Default logging for FOP handlers= java.util.logging.ConsoleHandler java.util.logging.ConsoleHandler

mismatch: table-cell vs. Table-row

2008-02-21 Thread bonekrusher
Hi, I am currently updating my xsl-fo to comply with FOP 0.94. I am receiving this error: WARNING: Mismatch: table-cell (http://www.w3.org/1999/XSL/Format) vs. table-row (http://www.w3.org/1999/XSL/Format) Feb 21, 2008 8:40:31 AM org.apache.fop.fo.FOTreeBuilder$MainFOHandler endElement What doe

Adding Table Continuation Label support

2008-05-19 Thread bonekrusher
Hi, Since FOP 0.94 and 0.95 Beta do not have support for Table Continuation Labels, I would like to see if I can possible work on this for the project. I've downloaded the source files, but trying to figure out where to start is a big task. Can someone point me I the right direction? Where is a g

Re: Adding Table Continuation Label support

2008-05-20 Thread bonekrusher
wrote: > > Hi > >> bonekrusher wrote: >>> Hi, >>> >>> Since FOP 0.94 and 0.95 Beta do not have support for Table >>> Continuation >>> Labels, I would like to see if I can possible work on this for the >>> proje

Setting up FOP Trunk in Netbeans 6.1

2008-05-20 Thread bonekrusher
Hi, I am trying to set up FOP Trunk in Netbeans 6.1. The documentation on line is for Netbeans 4.1 which is very different from NetBeans 6.1 http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide#head-8cf54ad17f7876ad9c0b23823e69382715fd1225 I am having trouble checking out via subversion. Th

Re: Setting up FOP Trunk in Netbeans 6.1

2008-05-20 Thread bonekrusher
uild from the > command line, to get the code generation done. That will make life > easier for NB when the project is opened, but it is not essential. > > Open Project> > > Navigate to fop, and open the project. See what happens. > > > > bone

Re: Setting up FOP Trunk in Netbeans 6.1

2008-05-22 Thread bonekrusher
. I thought it may > have been a problem with my ISP, but apparently not (unless you're with > TPG.) > > Try again. If it persists, try a manual checkout using your local svn > client. Then proceed with adding the nbproject directory. etc. > > > bonekrusher wrote: >

Can not check out Trunk with SVN

2008-05-22 Thread bonekrusher
Hi, please see related post: http://www.nabble.com/Setting-up-FOP-Trunk-in-Netbeans-6.1-td17338581.html The SVN repository is unavailable. http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/ Receiving the following error from SVN command line: C:\fop_Home>svn co http://svn.apache.org/re

Re: Can not check out Trunk with SVN

2008-05-22 Thread bonekrusher
Hi Joe, "Speak to your network administrators about fixing up their proxy configuration." - this will never happen. I will try to check from home. Thanks Joe Schmetzer wrote: > > On Thu, May 22, 2008 2:51 pm, bonekrusher wrote: >> Hi, please see related post: >&

Re: Can not check out Trunk with SVN

2008-05-23 Thread bonekrusher
I run: svn update c:\fop_Home and get this message: Skipped 'C:\fop_Home' What am I doing wrong? Thanks, Bones bonekrusher wrote: > > Hi, please see related post: > > http://www.nabble.com/Setting-up-FOP-Trunk-in-Netbeans-6.1-td17338581.html > >

Re: Can not check out Trunk with SVN

2008-05-23 Thread bonekrusher
Thanks Adrian! Perfect Adrian Cumiskey wrote: > > Hi bonekrusher, > > It sounds like you have already checked out (partially or otherwise) > http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk. Its probably best > to start again by deleting > your c:\fop_Home direc

Building FOP Trunk with Any - BUILD FAILED

2008-07-09 Thread bonekrusher
Hi, I am trying to build the FOP trunk (checked out with svn) with Ant and get the following error: va:231: warning: [deprecation] toURL() in java.io.File has been deprecated [javac] urls.add(libFiles[i].toURL()); [javac] ^ [javac]

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-09 Thread bonekrusher
I downloaded the latest Trunk this morning, which should be the latest. Correct? Peter B. West wrote: > > bonekrusher wrote: >> Hi, >> >> I am trying to build the FOP trunk (checked out with svn) with Ant and >> get >> the following error: >> &g

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-09 Thread bonekrusher
're using a Sun JVM to avoid any > unexpected side-effects. > > On 09.07.2008 16:15:54 bonekrusher wrote: >> >> I downloaded the latest Trunk this morning, which should be the latest. >> Correct? > > > > > Jeremias Maerki > > > -- V

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-09 Thread bonekrusher
id any > unexpected side-effects. > > On 09.07.2008 16:15:54 bonekrusher wrote: >> >> I downloaded the latest Trunk this morning, which should be the latest. >> Correct? > > > > > Jeremias Maerki > > > -- View this message in

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-09 Thread bonekrusher
Hi Jeremias - I set you an email. Let me know if you received it. thx Jeremias Maerki-2 wrote: > > Not really. Please do "ant clean package >out.txt" and send me the > "out.txt" file (off-list). > > On 09.07.2008 16:45:48 bonekrusher wrote: >> >

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-13 Thread bonekrusher
08, at 13:22, Jeremias Maerki wrote: >> >> > Bonekrusher and I had an exchange off-list. He did a few tests for me >> > and my recent change didn't help either. >> > >> > Basically, we established the following: >> > - He's also running Wi

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-13 Thread bonekrusher
. Check back in a few minutes. Bones Andreas Delmelle-2 wrote: > > On Jul 13, 2008, at 14:04, Peter B. West wrote: > >> bonekrusher wrote: >>> Ok, I wanted to test this at home to see if this was a machine issue. >>> Tested on: >>> Windows XP sp2 >>&

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-13 Thread bonekrusher
Ok, when I added JAVACMD environment variable, I can not use ant. I set the variable to: C:\Program Files\Java\jdk1.6.0_04\bin bonekrusher wrote: > > Ok, > > My java home is: C:\Program Files\Java\jdk1.6.0_04 > > I copied the jar files to: C:\Program Files\Java\jdk1.6

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-13 Thread bonekrusher
n/ant -version > Apache Ant version 1.7.0 compiled on December 13 2006 > > If you get a 1.7.0, try running the build. > > bonekrusher wrote: >> Ok, when I added JAVACMD environment variable, I can not use ant. I set >> the >> variable to: >> >> C:\Pro

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-13 Thread bonekrusher
(e.g. C:\temp) and see if that helps. > > Max > > > Am 13.07.2008 um 18:24 schrieb Peter B. West: > >> bonekrusher wrote: >>> Ok I ran the build under three versions of ant: >>> Apache Ant version 1.6.5 compiled on June 2 2005 >>> Apache Ant ve

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-13 Thread bonekrusher
) Andreas Delmelle-2 wrote: > > On Jul 13, 2008, at 19:34, bonekrusher wrote: > > Hi Bones (or can we just call you Phil ;-)) > >> No spaces. Both trunk and Ant are as follows: >> >> c:\ant >> c:\fop_trunk > > I've just committed a small change

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-14 Thread bonekrusher
nt me some log files and in one > there was XHTML code in a Java file that contained the string "viewvc" > so I told him I suspect that he's not working off a proper SVN working > copy.) > > On 14.07.2008 00:59:05 bonekrusher wrote: >> >> Sure call me Phil :)

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-14 Thread bonekrusher
Peter, Which file is this? basedir ${basedir} build.gensrc.dir ${build.gensrc.dir} immediately in front of line 352 to verify. It could be a mixed forward and backslashed path. Phil Peter B. West wrote: > > bonekrusher wrote: >> I will test this out later today on my home

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-15 Thread bonekrusher
e nice to see what is actually being passed into the > eventResourceGenerator task. > > bonekrusher wrote: >> Peter, >> >> Which file is this? >> >> basedir ${basedir} build.gensrc.dir ${build.gensrc.dir} >> immediately in front of line 352

*****SPAM***** Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-16 Thread bonekrusher
a bunch of errors. I will send that report to. Bones Jeremias Maerki-2 wrote: > > On 12.07.2008 11:56:23 Andreas Delmelle wrote: >> On Jul 11, 2008, at 13:22, Jeremias Maerki wrote: >> >> > Bonekrusher and I had an exchange off-list. He did a few tests for me

Re: Building FOP Trunk with Any - BUILD FAILED

2008-07-17 Thread bonekrusher
YAHOO Message: BUILD SUCCESSFUL Total time: 1 minute 7 seconds Man, I thought it was just me. You guys are the best. Thanks for all the work. Whats funny is, I didn't even dive in the FOP source code to work on the table-continued markers. I almost gave up! Thanks. Andreas Delmelle-

Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread bonekrusher
Hi, Hope you may help me out. I am configuring netbeans 6.5 with the latest FOP trunk. I am getting an import error for the following: import org.apache.fop.fonts.*; and import javax.media.* However, I am able to do a clean build in ant. How can I resolve these in netbeans? Thanks, Phil -

RE: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread bonekrusher
Thanks, That has resolved the issue with the fonts. I still am missing: import javax.media.jai.* According to the wiki, there needs to be a source package folder called src/java-1.4 However, I can't seem to find it. Any thoughts? Phil -- View this message in context: http://www.nabble.c

RE: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-22 Thread bonekrusher
Never mind I had to download jai-1_1_2_01-lib-windows-i586.exe From: https://jai.dev.java.net/binary-builds.html The wiki is a little outdated. Regards, Phil -- View this message in context: http://www.nabble.com/Configuring-Netbeans---missing--org.apache.fop.fonts-tp21126843p2112767

Re: Configuring Netbeans - missing org.apache.fop.fonts

2008-12-23 Thread bonekrusher
Hi, I was able to do a clean build in Netbeans 6.5. If I have time over the weekend, I'll update the wiki. There are a number of changes since netbeans 4 - It's actually a whole lot easier now. Phil -- View this message in context: http://www.nabble.com/Configuring-Netbeans---missing--org.apa

Ant build - mathxml example

2008-12-23 Thread bonekrusher
Hi, I am trying to build the examples\mathml\ example. According to the notes in the lib folder, I need to place jeuclid.jar in the lib folder. However, the latest version is jeuclid-3.1.3.jar. I get a dependency error in ant: jeuclid-check: [echo] ==

Re: Ant build - mathxml example

2008-12-23 Thread bonekrusher
Thanks Jeremias, You're always a great help. I have another question; In the examples folder, there are examples for using fo:instream-foreign-object. Is there any examples that show "an fo extension that creates an area in the area tree where normal xsl:fo is not possible"? Thanks again! Jer

Re: Ant build - mathxml example

2008-12-23 Thread bonekrusher
Hi Jeremias, I am just trying to learn. I was interested in either writing an extension for the Table-Continuation-Label or take a shot at the trunk. A while back I was interested in getting the Table-Continuation-Label support working: http://www.nabble.com/Adding-Table-Continuation-Label-suppo

Saxon - XSLT 2.0 and Apache FOP

2008-12-29 Thread bonekrusher
Hi, This message is related to: http://www.nabble.com/Suport-For-Saxon-in-future-FOP-release-tc19329624.html#a19453404 I recently added support for XSLT 2.0 (Saxon) in my copy of the Trunk. Is anyone interesting in having this support? I can provide a test case and code if anyone is interested

Re: Saxon - XSLT 2.0 and Apache FOP

2008-12-29 Thread bonekrusher
Hi Andreas, Ohhh... I didn't know this was possible. From the commandline, how do you set the property? -- View this message in context: http://www.nabble.com/Saxon---XSLT-2.0-and-Apache-FOP-tp21207807p21208401.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: Saxon - XSLT 2.0 and Apache FOP

2008-12-30 Thread bonekrusher
Thanks. -- View this message in context: http://www.nabble.com/Saxon---XSLT-2.0-and-Apache-FOP-tp21207807p21215609.html Sent from the FOP - Dev mailing list archive at Nabble.com.

FOPIDESetupGuide updated to Netbeans 6.5

2009-01-03 Thread bonekrusher
Hi, I've updated the FOPIDESetupGuide Wiki to include Netbeans 6.5 http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide Any comments or suggestions are welcome. Regards, Phil -- View this message in context: http://www.nabble.com/FOPIDESetupGuide-updated-to-Netbeans-6.5-tp21265597p21265

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-03 Thread bonekrusher
Is there a free version of IntelliJ IDEA? And does IntelliJ IDEA have a benefits over Netbeans (free!) -- View this message in context: http://www.nabble.com/FOPIDESetupGuide-updated-to-Netbeans-6.5-tp21265597p21268849.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-04 Thread bonekrusher
Good Idea, I think splitting then (each platform) into different pages is a great idea. Phil -- View this message in context: http://www.nabble.com/FOPIDESetupGuide-updated-to-Netbeans-6.5-tp21265597p21283343.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-17 Thread bonekrusher
Hi Ulrich, Did you run an ant build first? Phil -- View this message in context: http://www.nabble.com/FOPIDESetupGuide-updated-to-Netbeans-6.5-tp21265597p21515322.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: Configuring Netbeans - missing org.apache.fop.fonts

2009-01-17 Thread bonekrusher
Can you provide a list of jars in your trunk/lib directory? -- View this message in context: http://www.nabble.com/Configuring-Netbeans---missing--org.apache.fop.fonts-tp21126843p21516009.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread bonekrusher
I think you need to import the ant.jar - ant.jar (located in the ant director e.g. c:\ant\lib) -- View this message in context: http://www.nabble.com/FOPIDESetupGuide-updated-to-Netbeans-6.5-tp21265597p21554946.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-20 Thread bonekrusher
Ulrich Mayring wrote: > > Netbeans is based heavily on ant and supplies its own version. There is an > ANT_HOME setting in the options panel pointing to > $NETBEANS_HOME/java2/ant. > And within that directory there is a lib directory with all the Jars, so > I'd > suggest the Setup Guide refe

Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-23 Thread bonekrusher
The wiki has been updated to capture the ant directory in Netbeans: * Apache Ant [WWW] http://ant.apache.org/bindownload.cgi - NOTE: Netbeans comes with Ant installed. Usually in $NETBEANS_HOME/java2/ant. You can do a build from here and also find the required ant.jar in $NETBEANS_HOME/java2/ant/

Wrapping Text around images

2009-03-26 Thread bonekrusher
Has fo:float been implemented in the FOP Trunk to handle wrapping text around images? see http://www.nabble.com/floating-external-graphics-td16810880.html#a16811481 Thanks, Phil -- View this message in context: http://www.nabble.com/Wrapping-Text-around-images-tp22720197p22720197.html Sent

Re: Wrapping Text around images

2009-03-26 Thread bonekrusher
Thanks Adrian, I have expressed interest in helping, but found that is very involved. I wished I could take training with one of the trunk developers... -- View this message in context: http://www.nabble.com/Wrapping-Text-around-images-tp22720197p22720797.html Sent from the FOP - Dev mailing

Trunk - java.lang.ArrayIndexOutOfBoundsException: 273

2009-04-01 Thread bonekrusher
Hi, see below the error I am getting in Trunk. I am not getting this in .95. I've attached the FO. http://www.nabble.com/file/p22825563/test-out.fo test-out.fo >fop -fo C:\sandbox\saxonb9-1-0-5j\test-out.fo -pdf out.pdf Apr 1, 2009 8:35:07 AM org.apache.fop.cli.Main startFOP SEVERE: Exceptio

Re: Trunk - java.lang.ArrayIndexOutOfBoundsException: 273

2009-04-01 Thread bonekrusher
Thanks... did the trick Andreas Delmelle-2 wrote: > > On 01 Apr 2009, at 14:40, bonekrusher wrote: > > Hi Phil > >> >> Hi, see below the error I am getting in Trunk. I am not getting this >> in .95. >> >> I've attached the FO. >> http

Re: Trunk - java.lang.ArrayIndexOutOfBoundsException: 273

2009-04-02 Thread bonekrusher
Thanks Andreas, A clean ant build will work - no worries Thanks for the follow up. -- View this message in context: http://www.nabble.com/Trunk---java.lang.ArrayIndexOutOfBoundsException%3A-273-tp22825563p22854988.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: change bar status

2010-01-15 Thread bonekrusher
Is this feature available in the Trunk? -- View this message in context: http://old.nabble.com/change-bar-status-tp26263177p27177028.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: FOP for Large Files

2011-02-24 Thread bonekrusher
Jeremias Maerki-2 wrote: > > > I'm still wondering what the purpose of a table is that spans 100+ pages. > > Wiring list for Aircraft and large complex technical Manuals. Not meant to read through but rather "look up" - We put Apache fop on a 64bit multi-core server with 16gb ram no me

Re: AW: FOP for Large Files

2011-02-25 Thread bonekrusher
Georg Datterl wrote: > > > Which VM are you using? Mine got pretty unstable with more than 2 GB... > > I was running it on Windows Server 2003, 64 bit with the 64 bit Java VM. I had my heap set to about 6gb. Biggest book we did was about 1000 pages. -- View this message in context: http:

fo:retrieve-table-marker Road Map

2012-08-23 Thread Bonekrusher
Hi, I've been using Apache FOP since the pre 0.9X days. I see that 1.1 is now a release candidate. Is there any plan to implement fo:retrieve-table-marker in a upcoming release? I current use markers to achieve this, which works except in some cases there is no marker (e.g. first page of marker).

Re: fo:retrieve-table-marker Road Map

2012-09-02 Thread Bonekrusher
Thanks. This is great news. I'm very happy it's being worked. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/fo-retrieve-table-marker-Road-Map-tp36680p36739.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Getting update from trunk

2012-09-17 Thread Bonekrusher
Hi, I updated to the latest trunk but it will not compile. Did the any for the reference libraries get updated? /trunk/src/java/org/apache/fop/render/bitmap/TIFFDocumentHandler.java:22: cannot find symbol symbol : class ResolutionUnit location: package org.apache.xmlgraphics.image.writer import o

Re: Getting update from trunk

2012-09-19 Thread Bonekrusher
Thanks. by trunk, you mean the XGC trunk? http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/? -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Getting-update-from-trunk-tp36863p36877.html Sent from the FOP - Dev mailing list archive at Nabble.com.

Re: Getting update from trunk

2012-09-24 Thread Bonekrusher
No worries and thanks for the help. I ended up downloading the XGC trunk and compiling a new JAR. That worked. I wasn't sure which version of XGC was the latest. Neither 1.4 or 1.5 worked. When in doubt, go to the source. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/

Re: fo:retrieve-table-marker Road Map

2012-09-28 Thread Bonekrusher
Thanks Mehdi - Will do. Dioyou know if there is any example fo files to test with? I ask because I find that the spec can be a bit ambiguous when it comes to implementation (some times). If, not I'll test per the specs. Thanks again. -- View this message in context: http://apache-fop.1065347

Re: fo:retrieve-table-marker Road Map

2012-09-30 Thread Bonekrusher
Never mind my last post. It helps if I compile the latest jar... Sorry about that. So I tested the table-markers and it looks great. I tested the following: - Putting markers in nested tables. - Tested with a marker that is over 1 line long (check for bleeding) Every thing works as expected. T

Re: fo:retrieve-table-marker Road Map

2012-09-30 Thread Bonekrusher
Thanks Luis, Last night I ran the 2 examples through the latest trunk via the command line, I receive the following error: Exception java.lang.ArrayIndexOutOfBoundsException: 277 However, when I run directly through NetBeans, the pdf renders. What am I doing wrong via the command line? As a not