2002/css-validator/org/w3c/css/css gnu.properties,1.1,1.2

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv3627

Modified Files:
	gnu.properties 
Log Message:
trying to fix the gnu output loop

Index: gnu.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/gnu.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnu.properties	24 Oct 2008 13:17:47 -0000	1.1
+++ gnu.properties	24 Oct 2008 13:25:23 -0000	1.2
@@ -1,2 +1,22 @@
-$err.Line:$context_msg:$error_msg
-$warning.Line:#if ( $warning.Context ) $warning.Context #end :$warning.WarningMessage
+#foreach ( $error_content in $errors_content )
+#set ( $err = $error_content.get("Error") )
+#set ( $error_msg = $error_content.get("ErrorMsg") )
+#set ( $context_name = $error_content.get("CtxName") )
+#set ( $context_msg = $error_content.get("CtxMsg") )
+#set ( $class_name = $error_content.get("ClassName") )
+#if  ( $sf != $err.SourceFile )
+#set ( $sf = $err.SourceFile )
+#set ( $open = true )
+#end
+$sf:$err.Line:$context_msg:$error_msg
+#end
+
+#foreach ( $warning in $warnings_list )
+#if ( $sf != $warning.SourceFile )
+#set ( $sf = $warning.SourceFile )
+#set ( $open = true )
+#end
+#if ( $warning.Level <= $warning_level )
+$sf:$warning.Line: #if ( $warning.Context ) $warning.Context - #end :$warning.WarningMessage
+#end
+#end

Received on Friday, 24 October 2008 13:25:33 UTC