Changeset 24 for CMT


Ignore:
Timestamp:
Mar 31, 2005, 10:40:18 AM (19 years ago)
Author:
arnault
Message:

Fix project creation - CL 263

Location:
CMT/v1r19
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r19/ChangeLog

    r23 r24  
     12005-03-31  Christian Arnault  <arnault@lal.in2p3.fr> 263
     2
     3        * source/cmt_version.h (CMTVERSION): Prepare for v1r18p20050401
     4       
     5        * source/cmt_project.cxx (create_project): Fix settings of the project name.
    16
    272005-03-30  Christian Arnault  <arnault@lal.in2p3.fr> 262
    38
    4         * source\cmt_version.h (CMTVERSION): Prepare for v1r18p20050401
    5        
    69        * mgr/NMake (demo): Adapt to the new syntax of cmt create_project
    710
  • CMT/v1r19/source/cmt_project.cxx

    r23 r24  
    198198  if (!CmtSystem::cd (compressed_path)) return (0);
    199199
    200   cmt_string name;
     200  cmt_string name = specified_name;
    201201  cmt_string release;
    202202
     
    391391              cmt_string r;
    392392
    393               if (get_release_from_path (compressed_path, name, r))
     393              if (get_release_from_path (compressed_path, specified_name, r))
    394394                {
    395395                  // The specified name has been found from the path.
Note: See TracChangeset for help on using the changeset viewer.