|
From: <bc...@wo...> - 2001-02-05 15:34:32
|
[Samuele]
>Hi.
>
>[Finn on jython-users]
>> Remember that we are parsing the CLASSPATH value with code like:
>>
>> for (int i = 0; i < paths.__len__(); i++) {
>> String entry = paths.get(i).toString();
>> if (entry.endsWith(".jar") || entry.endsWith(".zip")) {
>> addJarToPackages(new File(entry),true);
>>
>When I worked around that I noticed the case-sensivity problem, but given there
>were no bug-reports
>complaints on it, I just forgot.
>
>Should we change that (and similar code) for accepting ".JAR" and ".ZIP" too?
Yes, we migth as well. Also .Jar and .zIP and ...
regards,
finn
|