Ben Alex wrote:
Hi Luke

Luke Taylor wrote:

On style issues, could we formally ban tab characters from both XML and Java (I guess Jalopy takes care of the latter already)? They tend to mess up the HTML source xref reports and there's a mix of tabs and spaces in some of the XML files can look odd if your editor has a different tab setting from the committer's.

Jalopy automatically converts from tabs to spaces in the Java files.

As far as the XML goes, I haven't found an easy solution to this. Is it such a big problem? I do think standardizing on encapsulating multi-line string properties such as ObjectDefinitionSource with CDATA (see example below) might be useful, though:

<![CDATA[
some property text
more property text
]]>



Hi Ben,

No, it's very minor. I just found myself tidying up a few XML files recently which were a bit hard to read 'cos they had a mix of tabs and spaces. The CDATA option is a good idea.

Luke.


--
 Luke Taylor.                      Monkey Machine Ltd.
 PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to