History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3805
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P1 P1
Assignee: Henry Minsky
Reporter: Henry Minsky
Votes: 0
Watchers: 0
Operations

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

lzc.bat fails in the release of LPS 4.0

Created: 28/Mar/07 10:01 AM   Updated: 27/Sep/07 08:56 AM
Component/s: Server - Utilities
Affects Version/s: 4.0.0
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 4,537
Runtime: N/A
Fix in hand: True


 Description  « Hide
when from from Microscrod command shell, lzc gets a NoClassDef error.

The bug seems to originate in lzenv.bat, which generates a bogus looking CLASSPATH

A suggested fix is to use this alternate code in the script

for /f "usebackq delims=" %%d in (`dir /s /b "%LPS_HOME%\3rd-party\jars\dev\*.jar"`) do call :add %%~d
for /f "usebackq delims=" %%d in (`dir /s /b "%LPS_HOME%\WEB-INF\lib\*.jar"`) do call :add %%~d


that seems to work



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Henry Minsky - 03/Apr/07 07:36 PM
checked in the suggested change, seems to work in nightly, need to verify on a clean install