/[cvs]/nfo/perl/libs/Data/Rap.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Rap.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by joko, Tue May 13 05:52:58 2003 UTC revision 1.8 by joko, Fri Dec 5 04:59:33 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## -------------------------------------------------------------------------  ## -------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.8  2003/12/05 04:59:33  joko
6    ##  + minor update: disabled some unnecessary loggers
7    ##
8  ##  Revision 1.7  2003/05/13 05:52:58  joko  ##  Revision 1.7  2003/05/13 05:52:58  joko
9  ##  minor update: modified description printing logic  ##  minor update: modified description printing logic
10  ##  ##
# Line 246  sub constructor { Line 249  sub constructor {
249    
250  sub start {  sub start {
251    my $self = shift;    my $self = shift;
252    $self->log("starting", 'info');    #$self->log("starting", 'info');
253        
254    $self->loadGlobalProperties();    $self->loadGlobalProperties();
255        
256    #print Dumper($self);    #print Dumper($self);
257    if (my $target = $self->{target}) {    if (my $target = $self->{target}) {
258      #$self->{targets}->{$target} = Data::Rap::Target->new( name => $target );      #$self->{targets}->{$target} = Data::Rap::Target->new( name => $target );
259      $self->log("target: $target", 'info');      #$self->log("target: $target", 'info');
260      $self->performTarget($target);      $self->performTarget($target);
261    } else {    } else {
262      my $meta_raw = $self->getTargetList();      my $meta_raw = $self->getTargetList();

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed