Subversion Repositories DevTools

Rev

Rev 279 | Rev 287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 279 Rev 285
Line 431... Line 431...
431
    #
431
    #
432
    mkdir ( $VIEWDIR . '/local_dpkg_archive')
432
    mkdir ( $VIEWDIR . '/local_dpkg_archive')
433
        unless ($GBE_SANDBOX);
433
        unless ($GBE_SANDBOX);
434
}
434
}
435
 
435
 
-
 
436
#   Place a tag-file in the user-specified source path
-
 
437
#   This will be used by the build-tool to locate the 'source-path' of the
-
 
438
#   view, primarily for determining metrics.
-
 
439
#
-
 
440
#   Calculate where the dynmaic view will be
-
 
441
#   This differ between UNIX/WINDOWS
-
 
442
#
-
 
443
if ( $opt_path && $GBE_ABT)
-
 
444
{
-
 
445
    Message( "Create Build tagfile");
-
 
446
    my $cpath = $VIEWDIR . $VOB_PREFIX . $opt_path;
-
 
447
    if ( -d $cpath )
-
 
448
    {
-
 
449
        TouchFile ( "$cpath/.jats.packageroot" );
-
 
450
    }
-
 
451
}
-
 
452
 
436
#
453
#
437
#   Locate the JATS build files within the populated view
454
#   Locate the JATS build files within the populated view
438
#
455
#
439
chdir ($VIEWDIR) or Error( "Cannot chdir to $VIEWDIR");
456
chdir ($VIEWDIR) or Error( "Cannot chdir to $VIEWDIR");
440
Message( "Locating build files");
457
Message( "Locating build files");