- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2005 14:05:46 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv10122
Modified Files:
Makefile.base
Log Message:
Added removal of valid-schemas.txt before checking schemas
Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** Makefile.base 21 Oct 2005 13:46:05 -0000 1.83
--- Makefile.base 21 Oct 2005 14:05:44 -0000 1.84
***************
*** 206,214 ****
@if [ -n "$(SCHEMAS)" ] ;\
then\
for i in $(SCHEMAS) ;\
do echo "Generating and validating $$i...";\
$(XSLTPROC) $(TOOLS)/identity.xsl $$i > $(PUBDIR)/$$i;\
$(VALIDATESCHEMA) $(PUBDIR)/$$i >> ./valid-schemas.txt;\
- cd ../wsdl20;\
done ;\
cat valid-schemas.txt;\
--- 206,214 ----
@if [ -n "$(SCHEMAS)" ] ;\
then\
+ rm -f valid-schemas.txt;\
for i in $(SCHEMAS) ;\
do echo "Generating and validating $$i...";\
$(XSLTPROC) $(TOOLS)/identity.xsl $$i > $(PUBDIR)/$$i;\
$(VALIDATESCHEMA) $(PUBDIR)/$$i >> ./valid-schemas.txt;\
done ;\
cat valid-schemas.txt;\
Received on Friday, 21 October 2005 14:05:50 UTC