Subversion Repositories DevTools

Rev

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

Rev 263 Rev 269
Line 630... Line 630...
630
 
630
 
631
    Message( "Populating the view");
631
    Message( "Populating the view");
632
    ClearTool( 'setcs', '-tag', $VIEWTAG, $config_file );
632
    ClearTool( 'setcs', '-tag', $VIEWTAG, $config_file );
633
}
633
}
634
 
634
 
-
 
635
#   Place a tag-file in the user-specified source path
-
 
636
#   This will be used by the build-tool to locate the 'source-path' of the
-
 
637
#   view, primarily for determining metrics.
-
 
638
#
-
 
639
#   Calculate where the dynmaic view will be
-
 
640
#   This differ between UNIX/WINDOWS
-
 
641
#
-
 
642
if ( $opt_path )
-
 
643
{
-
 
644
    Message( "Create Build tagfile");
-
 
645
    my $cpath = $VIEWDIR . $VOB_PREFIX . $opt_path;
-
 
646
    if ( -d $cpath )
-
 
647
    {
-
 
648
        TouchFile ( "$cpath/.jats.packageroot" );
-
 
649
    }
-
 
650
}
-
 
651
 
635
#
652
#
636
#   Locate the JATS build files within the populated view
653
#   Locate the JATS build files within the populated view
637
#
654
#
638
chdir ($VIEWDIR) or Error( "Cannot chdir to $VIEWDIR");
655
chdir ($VIEWDIR) or Error( "Cannot chdir to $VIEWDIR");
639
Message( "Locating build files");
656
Message( "Locating build files");