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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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 .
