setEmbeddedCP.bat script fails (mangles DERBY_HOME variable) when the path in
DERBY_HOME contains a dot
-------------------------------------------------------------------------------------------------------
Key: DERBY-2897
URL: https://issues.apache.org/jira/browse/DERBY-2897
Project: Derby
Issue Type: Bug
Components: Demos/Scripts
Affects Versions: 10.1.3.1
Environment: Windows 2000
Reporter: Stan Bradbury
Priority: Minor
Following command sequence shows the problem when DERBY_HOME has a dot in a
folder name (e.g. 10.3RC1) - note the string "4DBA~1" in the middle of 10.3RC1.
-> bin\setEmbeddedCP.bat
DERBY_HOME or DERBY_INSTALL not set. Set one of these variables
to the location of your Derby installation.
-> set DERBY_HOME=C:\CldScpInstalls\Test\10.3RC1
-> bin\setEmbeddedCP.bat
-> SET DERBY_HOME=C:\CLDSCP~1\Test\104DBA~1.3RC1
-> set
CLASSPATH=C:\CLDSCP~1\Test\104DBA~1.3RC1\lib\derby.jar;C:\CLDSCP~1\Test\104DBA~1.3RC1\lib\derbytools.jar;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.