Uploaded image for project: 'Jetspeed (Retired)'
  1. Jetspeed (Retired)
  2. JS1-441

[PATCH] Space in CLASSPATH breaks manageDB.bat

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.4
    • 1.5
    • Database
    • None
    • Operating System: Windows NT/2K
      Platform: PC
    • 26874

    Description

      The file "jetspeed\WEB-INF\db\manageDB.bat" breaks if the CLASSPATH contians a
      space in a filename. specifically, the line

      ->>@java -classpath %CLASSPATH%;hsqldb.jar org.hsqldb.util.DatabaseManager -url
      jdbc:hsqldb:jetspeed<<-

      need to be changed to

      ->>@java -classpath "%CLASSPATH%;hsqldb.jar" org.hsqldb.util.DatabaseManager -
      url jdbc:hsqldb:jetspeed<<-

      NOTE the quotes around >>%CLASSPATH%;hsqldb.jar<<

      that's all,
      -markus

      Attachments

        Activity

          People

            Unassigned Unassigned
            markus.khouri.1993@alum.bu.edu password
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: