Thorsten Scherler wrote: > David Crossley wrote: > > Ferdinand Soethe wrote: > > > > > > Trunk no longer builds properly. Is it me, Windows or is there a > > > new problem in the release? > > > > > > Pls notice that we are only hours from code freeze so all commits > > > should be have been tested before they are committed. > > > > > > -- Ferdinand > > > > > > validate-config: > > > validating **/skinconf.xml ... > > > 1 file(s) have been successfully validated. > > > validating stylesheets **/*.xsl ... > > > P:\Forrest_Release\main\webapp\skins\common\xslt\html\strip_namespaces.xsl:19:75: > > > error: bad value > > > for attribute "method" > > > > Fixed now, there was a malformed xsl:output element. > > I just removed it because xsl:output has no effect with Cocoon anyway. > > That was the fix for FOR-541. Weird I am using the exact same stylesheet > in views without problems. > > Sorry, I did not had time to test it, but like I said I am using the > same stylesheet elsewhere without problems. > > Thx David for fixing it.
For Cocoon purposes it wasn't broken because Cocoon ignores xsl:output. The "validate-config" target is only run by 'build release-dist'. We should make it also be run by 'build test' so that we detect any issues with stylesheets. Later. --David
