You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/05/16 00:38:52 UTC

DO NOT REPLY [Bug 9137] New: - EnvironmentCheck gives wrong information when the path contains capital letters on unix.

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9137

EnvironmentCheck gives wrong information when the path contains capital letters on unix.

           Summary: EnvironmentCheck gives wrong information when the path
                    contains capital letters on unix.
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: woverhol@nsf.gov


My classpath contains:  /opt/tools/JRun/ext-jar/xalan/xalan.jar .  When I run
the EnvironmentCheck utility, it  does a 
String filename = st.nextToken().toLowerCase();
in protected Vector checkPathForJars(String cp, String[] jars).  
This results in it looking in /opt/tools/jrun/ext-jar/xalan/xalan.jar, a
non-existant directory.

Removal of the .toLowerCase() gave me correct results on my system using the
latest version in CVS.   

I have Solaris 7, JRun 3.0, and just upgraded to Xalan 2.3.1 .