You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by James Tauber <jt...@jtauber.com> on 1999/11/18 08:54:29 UTC

FOP now compiles

I've managed to modify the Makefiles to get FOP to compile with the new
directory structure.

I'm still having two problems:

* log messages don't work for me
* the extra CRs in each file

I'd write a script to remove all the CRs but I'd like first to know what put
them there in the first place. Does CVS do linebreak conversion? If so, it's
broken.

James


Re: FOP now compiles

Posted by James Tauber <jt...@jtauber.com>.
> (PS: perl -pi -e 's/\s*$//g `find . -name *.java` gets rid of any eol
>      whitespace).

I might do this and commit (unless you beat me to it)

James


Re: FOP now compiles

Posted by Dirk-Willem van Gulik <di...@webweaving.org>.
On Thu, 18 Nov 1999, James Tauber wrote:

> I'd write a script to remove all the CRs but I'd like first to know what put
> them there in the first place. Does CVS do linebreak conversion? If so, it's
> broken.

I've been trying various things; and the server side treat's things very
much as 8 bit do not touch.

Dw

(PS: perl -pi -e 's/\s*$//g `find . -name *.java` gets rid of any eol
     whitespace).