Stefano Mazzocchi wrote: > David Crossley wrote: <snip/> > > Found it - there is extra whitespace at the end of these > > three lines in block.properties, i.e. after the =true > > > > Thank the lord, i am not going mad. Sounds like we > > need normalize-space() whenever properties are read. > > Call in the XSL/build experts. > > Oh, gosh, ant is *very* picky. Fixed in CVS.
Gee, i could have easily committed such a simple fix to remove the extra whitespace. However, i left it because as discussed above, it needs a more robust solution, like using normalize-space() in the blocks-build.xsl, but i could not see where to do this. Quick hacks just leave the way open for the build to be busted again like this and causing someone else three days of grief. --David