Update of /var/cvs/CVSROOT
In directory james.mmbase.org:/tmp/cvs-serv14377
Modified Files:
xmlvalidate.pl
Log Message:
didactor uses entity includes which when not yet existing gives warnings, which
fails the checkin
See also: http://cvs.mmbase.org/viewcvs/CVSROOT
Index: xmlvalidate.pl
===================================================================
RCS file: /var/cvs/CVSROOT/xmlvalidate.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- xmlvalidate.pl 12 Jun 2008 12:58:47 -0000 1.9
+++ xmlvalidate.pl 12 Jun 2008 13:01:05 -0000 1.10
@@ -26,9 +26,9 @@
for $line (@output) {
print STDERR $line;
}
- if ($? != 0) {
- exit(-1);
- }
+ #if ($? != 0) {
+ # exit(-1);
+ #}
if ($#output > 0) {
exit(-1);
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs