2002/ws/desc/wsdl20 Makefile.base,1.35,1.36

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv16233

Modified Files:
	Makefile.base 
Log Message:
Added namespace validation


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Makefile.base	3 Aug 2004 15:14:44 -0000	1.35
--- Makefile.base	4 Aug 2004 09:46:12 -0000	1.36
***************
*** 24,27 ****
--- 24,28 ----
  XSLTPROC=xsltproc
  PUBRULESCHECK=$(XSLTPROC) --stringparam doc_uri http://www.w3.org/TR/$(YEAR)/$(DOCNAME) $(TOOLS)/pubrules-checker.xml
+ NSCHECK=REQUEST_METHOD="GET" QUERY_STRING="uri=file://$(PWD)/$(WSDL20.xml)" SCRIPT_NAME=nschecker python $(TOOLS)/nschecker
  SETUP-NAMESPACES=$(TOOLS)/setup-namespaces
  
***************
*** 61,65 ****
  	rm $<-prevversion.html
  
! check.txt: trhtml valid-html.txt valid-pubrules.html checkspell.txt valid-links.txt
  
  valid-html.txt: $(WSDL20.html)
--- 62,66 ----
  	rm $<-prevversion.html
  
! check.txt: trhtml valid-html.txt valid-pubrules.html valid-ns.html checkspell.txt valid-links.txt
  
  valid-html.txt: $(WSDL20.html)
***************
*** 80,86 ****
--- 81,96 ----
  endif
  
+ valid-ns.html: $(WSDL20.html) valid-html.txt	
+ ifndef QUICK
+ 	@echo "Running namespace checker";\
+ 	$(NSCHECK) $(WSDL20.html)> $@
+ endif
+ 
  validate-pubrules: valid-pubrules.html
  	@lynx -dump $?
  
+ validate-ns: valid-ns.html
+ 	@lynx -dump $?
+ 
  checkspell: checkspell.txt
  	@cat checkspell.txt
***************
*** 89,93 ****
  	@cat valid-links.txt
  
! check: validate-xml validate-html validate-pubrules checkspell validate-links
  
  valid-xml.txt: $(WSDL20.xml)
--- 99,103 ----
  	@cat valid-links.txt
  
! check: validate-xml validate-html validate-pubrules validate-ns checkspell validate-links
  
  valid-xml.txt: $(WSDL20.xml)
***************
*** 142,146 ****
  
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./tidy-output.txt $(WSDL20.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) 
  
  .PHONY: install validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml trall altformats
--- 152,156 ----
  
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./tidy-output.txt $(WSDL20.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) 
  
  .PHONY: install validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml trall altformats

Received on Wednesday, 4 August 2004 05:46:26 UTC