Subversion Repositories DevTools

Rev

Rev 4280 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4280 Rev 4285
Line 806... Line 806...
806
        //      Exist
806
        //      Exist
807
        //      Be a File
807
        //      Be a File
808
        //      Have a length. Problem appers to be zero length file
808
        //      Have a length. Problem appers to be zero length file
809
        //
809
        //
810
        boolean found = false;
810
        boolean found = false;
-
 
811
        Log( "published. Descpkg Sanity Test: " + flag.getPath(), info );
811
        if (!flag.exists() ) {
812
        if (!flag.exists() ) {
812
            Log( "published. Descpkg Sanity Test: File not found", fatal );
813
            Log( "published. Descpkg Sanity Test: File not found", fatal );
813
 
814
 
814
        } else if ( !flag.isFile()) {
815
        } else if ( !flag.isFile()) {
815
            Log( "published. Descpkg Sanity Test: Is not a file", fatal );
816
            Log( "published. Descpkg Sanity Test: Is not a file", fatal );