I see this with a simple "ls" command, or in the file browser. The
directories are not in zip/gz/... files...

Example (complete)

<?xml version="1.0"?>
<project name="AntTest" default="test" basedir=".">
        <target name="test">
                <mkdir dir="ABC"/>
                <mkdir dir="ABcD"/>
                <mkdir dir="abcde"/>
        </target>
</project>
--> abc
--> ABcD
--> abcde

Where is the problem? RED HAT? ?!?

Thanks a lot!



Peter Reilly-2 wrote:
> 
> On 6/19/07, ploxien <[EMAIL PROTECTED]> wrote:
>>
>> 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!
> How did you see this?
> * did you use a complete build file as shown by Jan?
> * was the filesystem vfat?
> * did you check by using zip/unzip (winzip has the "feature" of
>   changing casiness of filenames).
> * do you have a complete build file that shows the problem?
> 
>>
>> Some examples:
>> <mkdir dir="${build}/WEB"/> --> web (KO)
> How did you check this?
>> <mkdir dir="${build}/WeB"/> --> WeB (OK)
>> <mkdir dir="${build}/web"/> --> web (OK)
> 
> 
> Peter
>>
>> 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]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Directories-with-only-Upper-case-are-created-in-lower-case%21-tf3944728.html#a11191308
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