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

Key: LPP-4560
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: -- --
Assignee: Mamye Kratt
Reporter: P T Withington
Votes: 0
Watchers: 0
Operations

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

lzc does not respect JAVA_OPTS on non-windows platforms

Created: 23/Aug/07 12:21 PM   Updated: 23/Aug/07 12:29 PM
Component/s: Compiler
Affects Version/s: 4.0.3
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 6,197
Runtime: N/A
Fix in hand: True


 Description  « Hide
Which sucks because I like to run with assertions on for debugging.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 23/Aug/07 12:28 PM
r6197 | ptw | 2007-08-23 15:28:00 -0400 (Thu, 23 Aug 2007) | 22 lines
Changed paths:
   M /openlaszlo/branches/wafflecone/WEB-INF/lps/server/bin/lzc

Change 20070823-ptw-n by ptw@dueling-banjos.local on 2007-08-23 15:22:32 EDT
    in /Users/ptw/OpenLaszlo/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: lzc should not clobber JAVA_OPTS

Bugs Fixed:
LPP-4560 'lzc does not respect JAVA_OPTS on non-windows platforms'

Technical Reviewer: ben (pending)
QA Reviewer: mamye (pending)
Doc Reviewer: (pending)

Details:
    It looks like someone (maybe me?) was trying to tweak lzc and
    accidentally checked it in. Remove the bogus line that clobbers
    JAVA_OPTS.

Tests:
    My assertions are firing now.