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
]]>


Cheers
Ben


-------------------------------------------------------
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