linefeed-treatment

2001-08-07 Thread Gregor N. Purdy

Curious:

I'm using the docbook-xsl-1.14 tools from docbook.sourceforge.net to
convert a DocDook XML file into xsl:fo and then using FOP to convert
that into PDF. I've noticed FOP printing messages like this:

  warning: property - linefeed-treatment is not implemented yet.

it turns out that docbook-xsl is using that attribute on the fo:block
elements it creates out of my screen DocBook elements.

Is linefeed-treatment handling on the radar screen?
I'm getting the correct output, so I'm wondering if by setting
white-space-collapse='false' in the fo:block, docbook-xsl is causing
FOP to do the right thing? Is it true that white-space-collapse='false'
implies the same effect as linefeed-treatment='preserve'?


Regards,

-- Gregor
 _ 
/ \
   Gregor N. Purdy  [EMAIL PROTECTED]
   Focus Research, Inc.http://www.focusresearch.com/
   8080 Beckett Center Drive #203   513-860-3570 vox
   West Chester, OH 45069   513-860-3579 fax
\_/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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

2001-07-20 Thread Gregor N. Purdy

On 20 Jul 2001 12:56:29 +1000, Peter B. West wrote:
 If you haven't written one already, you might try the attached 
 build.xml.  Drop it in /tmp, copy some text file over as 
 /tmp/YourTextFile (or edit the includes value in build.xml, and run 
 ant.  The text file will be modified in place.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
--

I've attached a typescript file of an attempt.

Regards,

-- Gregor
 _ 
/ \
   Gregor N. Purdy  [EMAIL PROTECTED]
   Focus Research, Inc.http://www.focusresearch.com/
   8080 Beckett Center Drive #203   513-860-3570 vox
   West Chester, OH 45069   513-860-3579 fax
\_/


Script started on Fri Jul 20 09:21:06 2001
[gregor@sarek ant-test]$ cat build.xml
?xml version=1.0?

project default=testCRLF basedir=.
  taskdef name=fixcrlf
   classname=org.apache.tools.ant.taskdefs.FixCRLF/
  target name=testCRLF
fixcrlf srcdir=.
   includes=YourTextFile
   tab=remove
 cr=remove
   eof=remove
   /
  /target

/project

[gregor@sarek ant-test]$ cat YourTextFile
?xml version=1.0?

project default=testCRLF basedir=.
  taskdef name=fixcrlf
   classname=org.apache.tools.ant.taskdefs.FixCRLF/
  target name=testCRLF
fixcrlf srcdir=.
   includes=YourTextFile
   tab=remove
 cr=remove
   eof=remove
   /
  /target

/project

[gregor@sarek ant-test]$ time ant


real37m19.108s
user0m0.270s
sys 0m0.120s
[gregor@sarek ant-test]$ ls
build.xml  typescript  YourTextFile
[gregor@sarek ant-test]$ exit
exit

Script done on Fri Jul 20 09:58:45 2001



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


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

2001-07-19 Thread Gregor N. Purdy

Arved --
Thanks for the reply.

 Could it be a line-ending issue? This has bitten us a few times, depending 
 on what machine a committer was on when they committed UNIX shell scripts, 
 and if they weren't careful. I did it a time or two myself, committing the 
 shell scripts with DOS line endings.
build.sh appears to be in proper *nix format.

 Failing that, what happens when you set the environment variables by hand, 
 and then execute the final command by itself, not through the script...still 
 no joy?
No joy.

 Can you run your current Ant on other build files?

I don't use Ant for anything else.

 What version of Ant are you using? Try Ant 1.3 if all else fails.

I just installed the 1.3-2 RPMs for Ant from jakarta.apache.org,
but it seems to me from build.sh that a private version of ant.jar is
used...

--


Regards,

-- Gregor
 _ 
/ \
   Gregor N. Purdy  [EMAIL PROTECTED]
   Focus Research, Inc.http://www.focusresearch.com/
   8080 Beckett Center Drive #203   513-860-3570 vox
   West Chester, OH 45069   513-860-3579 fax
\_/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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

2001-07-18 Thread Gregor N. Purdy

All --

On 11 Jul 2001 11:12:50 -0400, Gregor N. Purdy wrote:
 Its been some time since I've been able to build fop from CVS. I just
 completed a fresh checkout of xml-fop and when I run ./build.sh, the
 thing just hangs after printing Starting Ant
 
 Has anyone else run into this? Is it solved? I'd like to get back to
 using FOP for some of my projects, and I'd prefer to track the
 development rather than go back to an older release.

My apologies if someone dealt with this and I didn't see it. I still
cannot build fop out of CVS. I just did a CVS update, too.

I can't figure out why Ant would hang, and I thought fop was self-
contained, so whatever I'm running should be whatever you all are
running, but I assume you are all able to build fop.

Does anyone have any idea what I could look at to try to resolve
the problem? I'd really like to get back to producing PDF files...


Thanks!



Regards,

-- Gregor
 _ 
/ \
   Gregor N. Purdy  [EMAIL PROTECTED]
   Focus Research, Inc.http://www.focusresearch.com/
   8080 Beckett Center Drive #203   513-860-3570 vox
   West Chester, OH 45069   513-860-3579 fax
\_/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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

2001-07-11 Thread Gregor N. Purdy

Its been some time since I've been able to build fop from CVS. I just
completed a fresh checkout of xml-fop and when I run ./build.sh, the
thing just hangs after printing Starting Ant

Has anyone else run into this? Is it solved? I'd like to get back to
using FOP for some of my projects, and I'd prefer to track the
development rather than go back to an older release.


Regards,

-- Gregor
 _ 
/ \
   Gregor N. Purdy  [EMAIL PROTECTED]
   Focus Research, Inc.http://www.focusresearch.com/
   8080 Beckett Center Drive #203   513-860-3570 vox
   West Chester, OH 45069   513-860-3579 fax
\_/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]