AW: using mapper element to make a file name proper case

2007-01-02 Thread Jan.Materne
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

using mapper element to make a file name proper case

2006-12-30 Thread Sunil
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