Development

Changeset 2373

You must first sign up to be able to contribute.

Changeset 2373

Show
Ignore:
Timestamp:
10/11/06 19:57:22 (2 years ago)
Author:
fabien
Message:

added a new option to pakeApp::run

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/pake/trunk/lib/pake/pakeApp.class.php

    r2360 r2373  
    9898  } 
    9999 
    100   public function run($pakefile = null, $options = null
     100  public function run($pakefile = null, $options = null, $load_pakefile = true
    101101  { 
    102102    if ($pakefile) 
     
    106106 
    107107    $this->handle_options($options); 
    108     $this->load_pakefile(); 
     108    if ($load_pakefile) 
     109    { 
     110      $this->load_pakefile(); 
     111    } 
    109112 
    110113    if ($this->show_tasks)