ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/Requirements.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/Requirements.pm (file contents):
Revision 1.3 by williamc, Tue Nov 28 16:12:21 2000 UTC vs.
Revision 1.6 by sashby, Thu Nov 15 21:18:15 2001 UTC

# Line 50 | Line 50 | sub url {
50   sub setup {
51          my $self=shift;
52          my $toolbox=shift;
53 <
53 >        print ">> In Requirements: setup()\n";
54          my $tool;
55 <        foreach $tool ( $self->selectedtools() ) {
56 <          $self->verbose("Setting Up Tool $tool");
57 <          $toolbox->toolsetup($tool, $self->version($tool), $self->toolurl($tool));
58 <        }
55 >        print ">> Looping over tools: ";
56 >        foreach $tool ( $self->selectedtools() )
57 >           {
58 >           print "\t\t Tool: ",$tool,"\n";
59 >           $self->verbose("Setting Up Tool $tool");
60 >           print "\t\t\tGoing to run toolsetup...using $toolbox","\n";
61 >           $toolbox->toolsetup($tool, $self->version($tool), $self->toolurl($tool));
62 >           }
63   }
64  
65   sub tools {
# Line 156 | Line 160 | sub init {
160          }
161          else {
162            $self->verbose("wrong doc type - not parsing");
159          #print "wrong doc version - not parsing\n";
163          }
164   }
165  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines