Revision history:
$Log$
+ Revision 1.26 2004/10/29 22:53:41 dimeglio
+ Use envset target
+
Revision 1.25 2004/10/28 22:57:36 dimeglio
Quoted ant command line parameters
</if>
</target>
+ <target name="ws-interface" unless="setenvonly" depends="envset">
+<!--
+ <if>
+ <isset property="small.memory" />
+ <then>
+ <exec dir="${lb.subsystem.dir}.ws-interface" executable="${antExec}" failonerror="${failonerror}">
+ <arg line="${target} "-Dsmall.memory=true" "-Dbootstrap=${bootstrap}" "-Dfailonerror=${failonerror}" "-Ddo.cvs.tag=${do.cvs.tag}""/>
+ </exec>
+ </then>
+ <else>
+ <ant dir="${lb.subsystem.dir}.ws-interface"
+ target="${target}"
+ inheritall="false" />
+ </else>
+ </if>
+-->
+ </target>
+
<target name="server-bones" unless="setenvonly" depends="envset">
<if>
<isset property="small.memory" />
</if>
</target>
- <target name="server" unless="setenvonly" depends="envset, globus,expat,ares,mysql,gsoap,client-interface,common,logger">
+ <target name="server" unless="setenvonly" depends="envset, globus,expat,ares,mysql,gsoap,client-interface,ws-interface,common,logger">
<if>
<isset property="small.memory" />
<then>
<!-- Main proxy -->
<target name="buildmodules" depends="envset,
- client-interface,
+ client-interface,
+ ws-interface,
client,
server-bones,
common,