Issue Details (XML | Word | Printable)

Key: JS1-441
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: password
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetspeed

[PATCH] Space in CLASSPATH breaks manageDB.bat

Created: 12/Feb/04 07:06 AM   Updated: 02/Apr/04 06:42 PM
Return to search
Component/s: Database
Affects Version/s: 1.4
Fix Version/s: 1.5

Time Tracking:
Not Specified

Environment:
Operating System: Windows NT/2K
Platform: PC

Bugzilla Id: 26874


 Description  « Hide
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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Sean Taylor added a comment - 14/Feb/04 07:05 AM
thanks, patch applied