er@ant.apache.org
>Betreff: using mapper element to make a file name proper case
>
>I am trying to make a java file name Proper case without
>inputting the file names
>
>ex: test.java to Test.java
>
>The below code takes all the .java files and con
I am trying to make a java file name Proper case without inputting the file
names
ex: test.java to Test.java
The below code takes all the .java files and converts the entire filename to
upper case.
self.addMappedName(source.toUpperCase());
self.addMappedNa