Ignore:
Timestamp:
10/03/06 19:13:02 (6 years ago)
Author:
sys
Message:

Paramétrage du nom du fichier ".wspmeta" dans un atelier -> pour univers test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_BDP_FS/com/scenari/m/bdp/service/repos/fs2/WServiceReposFs2.java

    r1857 r6762  
    8585        protected IWSDonnee fCheckUpdateItems = IWSDonnee.NULL; 
    8686         
     87    /** Path du fichier ".wspmeta" */ 
     88        protected IWSDonnee fPathWspMeta = IWSDonnee.NULL; 
     89         
    8790    /** 
    8891     *  
     
    114117        boolean vModeAllItemsLoaded = fModeAllItemsLoaded.hGetValue(vDialog, this, null).equalsIgnoreCase("true"); 
    115118        boolean vCheckUpdateItems = ! fCheckUpdateItems.hGetValue(vDialog, this, null).equalsIgnoreCase("false"); 
     119        String vPathWspMeta = fPathWspMeta.hGetValue(vDialog, this, null); 
    116120         
    117121 
     
    134138        vUpdtMgr.initMgr(vUpdtMgrFolder); 
    135139         
     140        if(vPathWspMeta.length() > 0) ((HRepositoryFs2)fRepos).fNameFileWspMeta = vPathWspMeta; 
     141         
    136142        ((HRepositoryFs2)fRepos).wInit(vInternData, vUpdtMgr, vSsOfSs, vDefaultFolderWsp, vTransfCache, vModeAllItemsLoaded, vCheckUpdateItems); 
    137143    } 
Note: See TracChangeset for help on using the changeset viewer.