Changeset 3708 for lang/perl/Archer
- Timestamp:
- 12/28/07 11:23:50 (11 months ago)
- Files:
-
- 1 modified
-
lang/perl/Archer/lib/Archer/Plugin/Exec.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/lib/Archer/Plugin/Exec.pm
r3707 r3708 18 18 } 19 19 elsif ( $self->{ config }->{ recipe } ) { 20 require Archer::Util;21 $cmd = $self >check_recipe( $self->{ config }->{ recipe },20 #require Archer::Util; 21 $cmd = $self->check_recipe( $self->{ config }->{ recipe }, 22 22 $context->{ config }->{ global }->{ recipe } ); 23 23 24 24 if ( !defined $cmd ) { 25 25 $self->log( 26 'warn' => 'The recipe ' 27 . $self->{ config }->{ recipe } . ' 28 can\'t be found' 26 'warn' => 'The recipe ' . $self->{ config }->{ recipe } . ' can\'t be found' 29 27 ); 30 28 return; 31 29 } 32 30 $cmd = $self->templatize( $cmd ); 33 warn $cmd;34 31 } 35 32
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)