
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Major
|
| Fixed in Change#: |
38,045
|
| Runtime: |
N/A
|
|
Attempting to build from the Windows command line fails looking for version 3.0b2
Files lz*.bat have the following code:
if exist %~dp0..\Server (
set LPS_HOME=%~dp0..\Server\lps-3.0b2
)
This needs to be like the bash files for the same purpose, which specify:
LPS_HOME=`find "$myhome/../Server" -name lps'*' -maxdepth 1`
|
|
Description
|
Attempting to build from the Windows command line fails looking for version 3.0b2
Files lz*.bat have the following code:
if exist %~dp0..\Server (
set LPS_HOME=%~dp0..\Server\lps-3.0b2
)
This needs to be like the bash files for the same purpose, which specify:
LPS_HOME=`find "$myhome/../Server" -name lps'*' -maxdepth 1` |
Show » |
|