Changeset 16534 for release-kits/shared


Ignore:
Timestamp:
2008-07-24T14:48:50+12:00 (16 years ago)
Author:
oranfry
Message:

the rsr task now prints out the parameters it will work with

Location:
release-kits/shared/ant-tasks/orans
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-tasks/orans/RegexSearchReplace.java

    r16533 r16534  
    3939            throw new BuildException( "Error - No replacement specified !!" );
    4040        }
     41
     42        System.out.println( "File: " + file );
     43        System.out.println( "Pattern: " + pattern );
     44        System.out.println( "Replacement: " + replacement );
    4145
    4246        int noReplaces = 0;
     
    128132            linesWord = "line";
    129133        }
    130         System.out.println( "Changed " + noReplaces + " " + linesWord + " in " + file );
     134        System.out.println( "Successfully changed " + noReplaces + " " + linesWord );
    131135    }
    132136
Note: See TracChangeset for help on using the changeset viewer.