Configuration file

2001-09-03 Thread Peter B. West
I'm trying to build a skeleton system with the minimum of components. What is such a minimum for processing the configuration file? I am being told can't find default configuration file. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go

Re: Configuration file

2001-09-03 Thread Peter B. West
this error. Peter Peter B. West wrote: I'm trying to build a skeleton system with the minimum of components. What is such a minimum for processing the configuration file? I am being told can't find default configuration file. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au

Any work around?

2001-08-22 Thread Peter B. West
. Anyway, if any of you are aware of any possibilities for telecommuting I would greatly appreciate being made aware of them. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go

Building the FO tree

2001-08-18 Thread Peter B. West
can make out, Java is a procedural language. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go? /** * XMLEventSource.java * * * Created: Sat Aug 11 17:18:55 2001 * * @author * @version $Id: XMLEventSource.java,v 1.4 2001-08-19 04:48:58+10

Tree class: advice please.

2001-08-07 Thread Peter B. West
throught the contents object, which would require a reference to its enclosing Node. The object and its wrapper Node would have to be created in two operations at the time of creation of the object. As I write this, the former option sounds better. Any comments? Peter -- Peter B. West [EMAIL

Re: Codeformatting finished

2001-07-31 Thread Peter B. West
? Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tree class

2001-07-30 Thread Peter B. West
, unless you want to sacrifice parent links, which rather defeats the purpose. I will be looking at the setup of the FO and Area trees to see how much is involved in levering Tree in there. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go

XEmacs fix

2001-07-30 Thread Peter B. West
to syntax.c that fixes the problem. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Inheritance for fo:marker

2001-07-28 Thread Peter B. West
Arved Sandstrom wrote: At 01:46 AM 7/28/01 +1000, Peter B. West wrote: Arved Karen, On the surface of it, this re-parenting issue looks like a tree operation. The point of definition of the marker remains in its context at the point of definition. When a retrieve-marker is found

Re: Anticipated Work In Near Future

2001-07-24 Thread Peter B. West
useful. I am continuing to look in the places you pointed me to, but I progress very deliberately. If you see any particular uses for Tree, please apply it as you see fit. In the meantime, I will post questions as they arise. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au

Re: Can't build fop: Hangs after Starting Ant...

2001-07-22 Thread Peter B. West
, Peter B. West wrote: Gregor, I don't know ant all that well, but here is what happens when I do it: /tmp 9:35$ ant Buildfile: build.xml testCRLF: BUILD SUCCESSFUL Total time: 1 second /tmp 9:35$ I don't know whether there are properties you can have set which suppress

Re: Code Style, was Re: PDF serialization

2001-07-16 Thread Peter B. West
page (1 column is sacrificed to (X)Emacs.) I appreciate that this is kind of old fashioned, but more often than not, I work with multiple 80 column windows rather than a full-screen editor. Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go

Re: Tree class

2001-07-13 Thread Peter B. West
Arved, Thanks for the feedback, and thanks for giving me some directions. I'll try to chase some of them down in the next week of so. Peter Arved Sandstrom wrote: On Tuesday 10 July 2001 04:27, Peter B. West wrote: I have attempted to make Tree class operations thread-safe, and have

Re: cvs update failure

2001-07-13 Thread Peter B. West
Working now. Peter B. West wrote: My attempt to cvs update failed with the following message: cannot create_adm_p /tmp/cvs-serv87572/src/org/apache/fop/render/mif/fonts No space left on device I will try again in case this was a temporary /tmp glitch Peter -- Peter B. West [EMAIL

Re: Tree class

2001-07-09 Thread Peter B. West
. Can someone point me in the right direction? Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest Lord, to whom shall we go? //package org.apache.fop.datatypes; import java.util.*; /** * Tree.java * * $Id: Tree.java,v 1.7 2001-07-10 14:08:30+10 pbw Exp pbw $ * @author

<    3   4   5   6   7   8