Ignore:
Timestamp:
2008-05-02T11:43:37+12:00 (16 years ago)
Author:
oranfry
Message:

more output so for error diagnosis

File:
1 edited

Legend:

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

    r14982 r15330  
    9595   
    9696    public int validate() throws IOException, ConfigurationException, InstallException{
     97        System.out.println( "get pages" );
    9798        Page[] pages = installer.getPages();
    9899        boolean foundErrors = false;
     
    102103        Set pagePropertyNames = null;
    103104       
    104         if(validateInstallerAttributes()){
     105        System.out.println( "validate attributes" );
     106        if( validateInstallerAttributes() ){
     107            System.out.println( "(validate attributes returned true)" );
    105108            foundErrors = true;
    106109        }
Note: See TracChangeset for help on using the changeset viewer.