Fixed inheritance of failonerror property
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 9 Aug 2004 03:06:11 +0000 (03:06 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 9 Aug 2004 03:06:11 +0000 (03:06 +0000)
org.glite.lb/build.xml

index 6368097..b53f906 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.10  2004/08/09 02:35:35  dimeglio
+       Set default value for failonerror
+       
        Revision 1.9  2004/08/08 19:07:17  dimeglio
        Added small.memory type of build
        
                        <isset property="small.memory" />
                        <then>
                                <exec dir="${lb.subsystem.dir}.client-interface" executable="${env.ANT_HOME}/bin/ant" failonerror="${failonerror}">
-                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap}"/>
+                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap} -Dfailonerror=${failonerror}"/>
                                </exec>
                        </then>
                        <else>
                        <isset property="small.memory" />
                        <then>
                                <exec dir="${lb.subsystem.dir}.common" executable="${env.ANT_HOME}/bin/ant" failonerror="${failonerror}">
-                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap}"/>
+                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap} -Dfailonerror=${failonerror}"/>
                                </exec>
                        </then>
                        <else>
                        <isset property="small.memory" />
                        <then>
                                <exec dir="${lb.subsystem.dir}.client" executable="${env.ANT_HOME}/bin/ant" failonerror="${failonerror}">
-                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap}"/>
+                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap} -Dfailonerror=${failonerror}"/>
                                </exec>
                        </then>
                        <else>
                        <isset property="small.memory" />
                        <then>
                                <exec dir="${lb.subsystem.dir}.server" executable="${env.ANT_HOME}/bin/ant" failonerror="${failonerror}">
-                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap}"/>
+                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap} -Dfailonerror=${failonerror}"/>
                                </exec>
                        </then>
                        <else>
                        <isset property="small.memory" />
                        <then>
                                <exec dir="${lb.subsystem.dir}.logger" executable="${env.ANT_HOME}/bin/ant" failonerror="${failonerror}">
-                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap}"/>
+                                       <arg line="${target} -Dsmall.memory=true -Dbootstrap=${bootstrap} -Dfailonerror=${failonerror}"/>
                                </exec>
                        </then>
                        <else>