Ignore:
Timestamp:
2008-05-07T11:13:04+12:00 (16 years ago)
Author:
oranfry
Message:

debugging lines added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/ConfigurationLoader.java

    r15330 r15353  
    4040import org.tp23.antinstaller.runtime.exe.PropertyLoaderFilter;
    4141import org.tp23.antinstaller.runtime.logic.ExpressionBuilder;
     42
     43
    4244/**
    4345 *
     
    5254public class ConfigurationLoader extends LoadConfigFilter{
    5355   
     56
    5457    /**
    5558     * Command line config checker
     
    8588        }
    8689    }
    87    
     90
     91    // add logging to configuration loader
     92    /*
     93    Installer installer;   
     94    public ConfigurationLoader() {}
     95
     96    public ConfigurationLoader( Installer ins ) {
     97        installer = ins;
     98    }
     99    private void log( String message ) {
     100        if ( installer != null ) {
     101            installer.log( message );
     102        }
     103    }
     104    */
     105
     106
    88107    /**
    89108     * This method is not valid until super.readConfig() has been run
Note: See TracChangeset for help on using the changeset viewer.