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_ext/org/tp23/antinstaller/taskdefs/Installer.java

    r15330 r15353  
    321321    }
    322322   
    323     protected void validateConfig(){
     323    protected void validateConfig() {
    324324       
    325325        int ret = 1;
     
    327327            log("reading config...");
    328328            ConfigurationLoader configurationLoader = new ConfigurationLoader();
     329
     330            log("parent file: " + installConfig.getParentFile() );
     331            log("name of install config: " + installConfig.getName() );
     332
    329333            configurationLoader.readConfig(installConfig.getParentFile(), installConfig.getName());
    330334            log("validating config...");
Note: See TracChangeset for help on using the changeset viewer.