Ignore:
Timestamp:
03/06/07 15:24:19 (5 years ago)
Author:
sam
Message:

Contrôle du os familly au début des builds de dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_scClient/_dev/build.xml

    r8091 r8890  
    7373                <!-- ini --> 
    7474                <echo message="initialisations"/> 
     75                <if> 
     76                        <not><os family="windows"/></not> 
     77                        <then> 
     78                                <fail message="Ce build doit être lancer sous un environnement Windows."/> 
     79                        </then> 
     80                </if> 
    7581                <delete dir="${destapprootdir}" quiet="true" includeemptydirs="true"/> 
    7682                <mkdir dir="${destapprootdir}"/> 
Note: See TracChangeset for help on using the changeset viewer.