Jean T. Anderson wrote:
David Crossley wrote:

Jean T. Anderson wrote:

Jean T. Anderson wrote:

... I promise to post an 'svn diff' later today for site-publish\skin\screen.css -- has been too busy to get to yet. If anyone has opinions about which file(s) I should do 'svn diff' on I'll be happy to do that(those).


site-publish\skin\basic.css was smaller so I did that diff instead. It looks like the entire file is duplicated (157 lines in the file, 319 lines in the diff).



Hmm, that sounds like a line-endings problem.

This file is copied from the forrest core during
the build.

I just verified that it has "svn:eol-style : native"
and no dos line-endings. main/webapp/skins/pelt/css/basic.css


Ok, I've been able to verify with mks od that the problem files (basic.css, print.css, screen.css) are getting an extra \r in the end-of-line, but profile.css is ok.

...

Is this FOR-492 ?

The symptoms are similar, but...

It's odd that profile.css is ok, but I notice that the source is profile.css.xslt, so it gets processing that the others don't.

The bug only occurs when Xalan is involved since the underlying cause is in Xalan. So if it were FOR-492 I would expect things to be the other way around.

Ross