jp.server-common dependency to build.xml too
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 22 Sep 2005 10:47:58 +0000 (10:47 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 22 Sep 2005 10:47:58 +0000 (10:47 +0000)
org.glite.jp/build.xml

index f51954b..744d31d 100644 (file)
@@ -12,6 +12,9 @@
 
        Revision history:
        $Log$
+       Revision 1.5  2005/05/26 15:13:22  zurek
+       inserted module.build.file
+       
        Revision 1.4  2004/12/17 20:26:46  dimeglio
        Removed index
        
                </if>
        </target>
 
-       <target name="index" unless="setenvonly" depends="envset, common" >
+       <target name="index" unless="setenvonly" depends="envset, common, server-common" >
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
-       <target name="primary" unless="setenvonly" depends="envset, ws-interface, common" >
+       <target name="primary" unless="setenvonly" depends="envset, ws-interface, common, server-common" >
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
+       <target name="server-common" unless="setenvonly" depends="envset" >
+               <if>
+                       <isset property="small.memory" />
+                       <then>
+                               <exec dir="${jp.subsystem.dir}.server-common" executable="${antExec}" failonerror="${failonerror}">
+                                       <arg line="${target} &quot;-Dsmall.memory=true&quot; &quot;-Dbootstrap=${bootstrap}&quot; &quot;-Dfailonerror=${failonerror}&quot; &quot;-Ddo.cvs.tag=${do.cvs.tag}&quot;"/>
+                               </exec>
+                       </then>
+                       <else>
+                               <ant dir="${jp.subsystem.dir}.server-common"
+                                       target="${target}"
+                                       inheritall="false" />
+                       </else>
+               </if>
+       </target>
+
        <!-- Main proxy -->
        <target name="buildmodules" depends="envset,
                                                ws-interface,