And what will be 
        helloworld.java ?
HelloWorld.java, Helloworld.java ....


I think that's difficult because of camelcase notation.


Jan
 

>-----Ursprüngliche Nachricht-----
>Von: Sunil [mailto:[EMAIL PROTECTED] 
>Gesendet: Mittwoch, 27. Dezember 2006 23:29
>An: [email protected]
>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 converts the 
>entire filename to upper case.
>
>    <move todir="${BLD_TOP}/sample/">
>    <fileset dir="${BLD_TOP}/sample/">
>        <include name="**/*.java"/>
>    </fileset>
>    <scriptmapper language="javascript">
>    
>
> self.addMappedName(source.toUpperCase());
>  self.addMappedName(source.toLowerCase());
>    
>  
>
>    <classpath>
>    <pathelement location="c:/j2sdk1.4.2_12/bin/bsf.jar"/>
>    <pathelement path="${java.class.path}"/>
>    </classpath>
>      </scriptmapper>
>      
>    
>     </move>
>  
>
> __________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection 
>around http://mail.yahoo.com 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to