conditional disabling of cross-subsystem builds via "lbonly" property
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 31 Oct 2005 12:45:10 +0000 (12:45 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 31 Oct 2005 12:45:10 +0000 (12:45 +0000)
org.glite.lb/build.xml

index 6344922..ed712d4 100755 (executable)
 
        Revision history:
        $Log$
+       Revision 1.32.2.1  2005/08/18 10:36:05  eronchie
+       Added cross-subsystem dependencies feature in org.glite.lb subsystem.
+       Added wms-utils.jobid and security.gsoap-plugin among common dependencies.
+       Added security.voms among server dependencies.
+       At the moment I have not consider gridsite.core component.
+       Once built gridsiste component, run ant in org.glite.lb to build the whole lb
+       and its external gLite dependencies.
+       
        Revision 1.32  2005/08/03 11:58:25  akrenek
        Merged the release 1.0 branch
        
 
        <!-- component targets definitions tag = do not remove = -->
 
-       <target name="security.gsoap-plugin" unless="setenvonly" depends="envset">
+       <if>
+               <isset property="setenvonly"/>
+               <then>
+                       <property name="lbonly" value="yes"/>
+               </then>
+       </if>
+
+       <target name="security.gsoap-plugin" unless="lbonly" depends="envset">
                <if>
                        <isset property="small.memory"/>
                        <then>
                </if>
        </target>
 
-       <target name="security.voms" unless="setenvonly" depends="envset">
+       <target name="security.voms" unless="lbonly" depends="envset">
                <if>
                        <isset property="small.memory"/>
                        <then>
                </if>
        </target>
 
-       <target name="wms-utils.jobid" unless="setenvonly" depends="envset">
+       <target name="wms-utils.jobid" unless="lbonly" depends="envset">
                <if>
                        <isset property="small.memory"/>
                        <then>