
| Key: |
JS1-441
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
password
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Operating System: Windows NT/2K
Platform: PC
Operating System: Windows NT/2K
Platform: PC
|
|
|
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
|
|
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 |
Show » |
|