From 3bbf2c38c9e702fcc2019894bc453cddb2fcfe11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 24 Feb 2005 18:16:45 +0000 Subject: [PATCH] pull-in the .T generating --- org.glite.lb.ws-interface/Makefile | 16 +++++- org.glite.lb.ws-interface/build.xml | 26 ++++------ org.glite.lb.ws-interface/src/puke-ug.xsl | 84 +++++++++++++++++++++++++++++++ 3 files changed, 109 insertions(+), 17 deletions(-) create mode 100644 org.glite.lb.ws-interface/src/puke-ug.xsl diff --git a/org.glite.lb.ws-interface/Makefile b/org.glite.lb.ws-interface/Makefile index 051fdeb..aacc67c 100644 --- a/org.glite.lb.ws-interface/Makefile +++ b/org.glite.lb.ws-interface/Makefile @@ -12,7 +12,12 @@ PREFIX=/opt/glite -include Makefile.inc -VPATH=${top_srcdir}/interface +SUFFIXES = .T + +VPATH=${top_srcdir}/src +AT3=perl -I${top_srcdir}/project ${top_srcdir}/project/at3 +XSLTPROC=xsltproc + STAGETO=interface WSDL=LB.wsdl @@ -43,7 +48,16 @@ install: -mkdir -p ${PREFIX}/share/doc/${package}-${version} install -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} cd ${top_srcdir}/interface && install -m 644 ${WSDL} ${PREFIX}/${STAGETO} +# install -m 644 ${WSDL} ${PREFIX}/${STAGETO} clean: rm -f *.h + +%.xml: %.xml.T + rm -f $@ + ${AT3} $< >$@ || rm -f $@ + chmod -w $@ >/dev/null + +${WSDL}: LB.xml + ${XSLTPROC} ../src/puke-wsdl.xsl LB.xml >$@ diff --git a/org.glite.lb.ws-interface/build.xml b/org.glite.lb.ws-interface/build.xml index c460af0..c8440c4 100644 --- a/org.glite.lb.ws-interface/build.xml +++ b/org.glite.lb.ws-interface/build.xml @@ -20,25 +20,12 @@ Revision history: $Log$ + Revision 1.1.1.1.2.1 2005/02/12 01:39:43 glbuild + Changed start time + Revision 1.1.1.1 2004/11/25 15:20:10 akrenek initial import - Revision 1.5 2004/07/20 16:08:30 flammer - Changed incorrect my_... instead of .._template entries for subsystem and component. - - Revision 1.4 2004/07/16 16:32:53 flammer - Added comment where to add language target. - - Revision 1.3 2004/07/16 14:56:55 flammer - Corrected input path of build.properties. - - Revision 1.2 2004/07/06 20:43:19 flammer - Update of configure & targets. - - Revision 1.1.1.1 2004/06/18 12:40:17 flammer - Added general component template. - - --> @@ -106,6 +93,13 @@ + + + + + + + diff --git a/org.glite.lb.ws-interface/src/puke-ug.xsl b/org.glite.lb.ws-interface/src/puke-ug.xsl new file mode 100644 index 0000000..8daaf3a --- /dev/null +++ b/org.glite.lb.ws-interface/src/puke-ug.xsl @@ -0,0 +1,84 @@ + + + + + + + + + + + <xsl:value-of select="@name"/> + + + Operation summary + + + + + + + Types + + + + + Operation detail + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Complex type <classname><xsl:value-of select="@name"/></classname> + + + + + + + + + + + + + + + + + + + -- 1.8.2.3