Fix core WST file
[jabaws.git] / wsbuild.xml
index bf55aaa..a3f90e8 100644 (file)
@@ -25,7 +25,9 @@
        <property name="aacon.wsdl" location="${wsdl.dir}/AAConWS.wsdl" />\r
        <property name="disembl.wsdl" location="${wsdl.dir}/DisemblWS.wsdl" />\r
        <property name="globplot.wsdl" location="${wsdl.dir}/GlobPlotWS.wsdl" />\r
+       <property name="iupred.wsdl" location="${wsdl.dir}/IUPredWS.wsdl" />\r
        <property name="jronn.wsdl" location="${wsdl.dir}/JronnWS.wsdl" />\r
+       <property name="registry.wsdl" location="${wsdl.dir}/RegistryWS.wsdl" />\r
        \r
 \r
        <taskdef name="wsgen" onerror="report" classname="com.sun.tools.ws.ant.WsGen">\r
                                                <classpath refid="classes.path" />\r
                                                <classpath refid="project.classpath" />\r
                </wsgen>\r
+               <wsgen sei="compbio.ws.server.IUPredWS" \r
+                                                               sourcedestdir="${basedir}/webservices" \r
+                                                               destdir="${classes}" \r
+                                                               resourcedestdir="${wsdl.dir}" \r
+                                                               keep="true" genwsdl="true" \r
+                                                               extension="false" \r
+                                                               xendorsed="true"                        \r
+                                                               verbose="true">\r
+                                                               <classpath refid="classes.path" />\r
+                                                               <classpath refid="project.classpath" />\r
+               </wsgen>\r
+               <wsgen sei="compbio.ws.server.RegistryWS" \r
+                                               sourcedestdir="${basedir}/webservices" \r
+                                               destdir="${classes}" \r
+                                               resourcedestdir="${wsdl.dir}" \r
+                                               keep="true" genwsdl="true" \r
+                                               extension="false" \r
+                                               xendorsed="true"                        \r
+                                               verbose="true">\r
+                                               <classpath refid="classes.path" />\r
+                                               <classpath refid="project.classpath" />\r
+               </wsgen>\r
        </target>\r
 \r
 \r
                                package="compbio.ws.client.stub" \r
                                quiet="false">\r
                        </wsimport>\r
+                       <wsimport wsdl="${iupred.wsdl}" \r
+                                               sourcedestdir="${basedir}/webservices/" \r
+                                               keep="true" extension="false" \r
+                                               verbose="true" xnocompile="true" \r
+                                               package="compbio.ws.client.stub" \r
+                                               quiet="false">\r
+                       </wsimport>\r
+                   <wsimport wsdl="${registry.wsdl}" \r
+                                               sourcedestdir="${basedir}/webservices/" \r
+                                               keep="true" extension="false" \r
+                                               verbose="true" xnocompile="true" \r
+                                               package="compbio.ws.client.stub" \r
+                                               quiet="false">\r
+                       </wsimport>\r
                        <!--            <xjcarg value="-cp" />\r
                                                <xjcarg pathref="project.classpath" />\r
                                                <xjcarg value="-Xcommons-lang" /> -->\r