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-created-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]

Reply via email to