Added dependency of clean on envchecks
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 26 Oct 2004 13:11:13 +0000 (13:11 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 26 Oct 2004 13:11:13 +0000 (13:11 +0000)
org.glite.lb/build.xml

index 9c9008b..ae4db24 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.21  2004/10/25 20:57:38  dimeglio
+       Use antExec
+       
        Revision 1.20  2004/10/21 10:37:48  akrenek
        make server depend on logger due to notification interlogger
        
                </antcall>
        </target>
 
-       <target name="clean">
+       <target name="clean" depends="envchecks">
 
                <property name="offline.repository" value="true" />
                <antcall target="buildmodules">
 
        </target>
 
-       <target name="cleanAll" depends="localinit">
-               <antcall target="buildmodules">
-                       <param name="target" value="cleanAll"/>
-               </antcall>
-       </target>
+       <target name="cleanAll" depends="clean"/>
 
        <!-- ===============================================
                 Private targets