|
From: Samuele P. <pe...@in...> - 2001-02-03 23:20:52
|
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?
regards, Samuele Pedroni.
|