Uploaded image for project: 'XalanJ2'
  1. XalanJ2
  2. XALANJ-1014

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Resolution: Fixed
    • 2.7.1
    • None
    • None
    • Operating System: Linux
      Platform: Other
    • 9137

    Description

      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 .

      Attachments

        Activity

          People

            Unassigned Unassigned
            woverhol@nsf.gov Warren Overholt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: