The following issue has been updated:
Updater: Mark Orciuch (mailto:[EMAIL PROTECTED])
Date: Fri, 2 Apr 2004 10:42 AM
Changes:
assignee changed from Jetspeed Developer Mailing List
description changed from 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 to 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
environment changed from Operating System: Windows NT/2K
Platform: PC to Operating System: Windows NT/2K
Platform: PC
priority changed to Blocker
Fix Version changed to 1.5
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/JS1-441?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/JS1-441
Here is an overview of the issue:
---------------------------------------------------------------------
Key: JS1-441
Summary: [PATCH] Space in CLASSPATH breaks manageDB.bat
Type: Bug
Status: Resolved
Priority: Blocker
Resolution: FIXED
Project: Jetspeed
Components:
Database
Fix Fors:
1.5
Versions:
1.4
Assignee:
Reporter: password
Created: Wed, 11 Feb 2004 11:06 PM
Updated: Fri, 2 Apr 2004 10:42 AM
Environment: Operating System: Windows NT/2K
Platform: PC
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
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]