--- loncom/build/verify.pl 2001/12/06 23:13:47 1.2 +++ loncom/build/verify.pl 2001/12/07 04:44:11 1.3 @@ -3,7 +3,7 @@ # The LearningOnline Network with CAPA # verify.pl - Wraps around filecompare.pl for posteval lpml statements. # -# $Id: verify.pl,v 1.2 2001/12/06 23:13:47 harris41 Exp $ +# $Id: verify.pl,v 1.3 2001/12/07 04:44:11 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -67,6 +67,12 @@ if ($mode eq 'file') { elsif ($existence eq 'existence: yes:no') { print "[DOES NOT EXIST AT TARGET]\n"; } + elsif ($existence=~/^existence: no/) { + print "[DOES NOT EXIST AT SOURCE]\n"; + if ($existence eq 'existence: no:no') { + print "[DOES NOT EXIST AT TARGET]\n"; + } + } } } elsif ($mode eq 'link') { 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.