You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/12/08 11:38:40 UTC

DO NOT REPLY [Bug 32582] New: - Conversion from upper case to lower case and vice versa

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32582>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32582

           Summary: Conversion from upper case to lower case and vice versa
           Product: Ant
           Version: 1.6.2
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Build Process
        AssignedTo: dev@ant.apache.org
        ReportedBy: michael.gellner@finanzit.com


Dear community,

as far as I can see it is really hard to convert filenames from lower case to 
upper case (and also in the other direction).
We get from an old host machine only upper case named files (e.g. THESOURCE) 
and need something like "thesource.c". Otherwise we cannot use this on PC oder 
UNIX-like systems. The conversion should be done with ant, since we need this 
on differnet platforms. So ant would ideal for that task. Shell skripts, 
batches, tr's and other are mostly platform dependant. 

Didn't I overlook something or isn't this really impossible on filenames 
(expect I try to catch the 26 upper case letters manually - but even this 
seems to fail).

Any ideas?

Thanks,
Michael

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org