I tried to get that on a SLES10 box. <project> <mkdir dir="lower\web"/> <mkdir dir="upper\WEB"/> <mkdir dir="mixed\wEb"/> </project>
But I got all the directories like expected. (Ant 1.7.0) Jan >-----Ursprüngliche Nachricht----- >Von: ploxien [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. Juni 2007 09:29 >An: [email protected] >Betreff: Directories with only Upper-case are created in lower case! > > >Hi, I've try this with: > >- Eclipse 3.2.2 + Ant 1.6.5 >- Ant 1.7.0 (without Eclipse) > >I work under Linux (Red Hat) When I create a directory: ><mkdir dir="${build}/WEB-INF"/> >The directory is created in lower-case, but only when all the >letters are in >lower case! > >Some examples: ><mkdir dir="${build}/WEB"/> --> web (KO) ><mkdir dir="${build}/WeB"/> --> WeB (OK) ><mkdir dir="${build}/web"/> --> web (OK) > >Why? What can I do? >Thanks in advance! >Patrick > >(sorry for my basic english) >-- >View this message in context: >http://www.nabble.com/Directories-with-only-Upper-case-are-crea >ted-in-lower-case%21-tf3944728.html#a11189826 >Sent from the Ant - Users mailing list archive at Nabble.com. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
