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

Key: LPP-5188
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P0 P0
Assignee: Unassigned
Reporter: Henry Minsky
Votes: 0
Watchers: 0
Operations

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

setting compiler.runtime.default=swf8 doesn't work

Created: 03/Dec/07 10:00 PM   Updated: 09/Jan/08 01:02 PM
Component/s: Compiler
Affects Version/s: Legals
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 7,442
Runtime: N/A
Fix in hand: False


 Description  « Hide
The swf still reports that it's runtime is swf7

The file is a swf8 file, but the compiler constants $swf7 and $swf8 and canvas.runtime all say it's swf7

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Henry Minsky - 04/Dec/07 06:08 AM
r7442 | hqm | 2007-12-04 09:07:51 -0500 (Tue, 04 Dec 2007) | 39 lines
Changed paths:
   M /openlaszlo/trunk/WEB-INF/lps/config/lps.properties
   M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Canvas.java
   M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java
   M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/sc/Compiler.java
   M /openlaszlo/trunk/lps/includes/source/embednew.js

Change 20071204-hqm-a by hqm@DADDY_THNKPAD67 on 2007-12-04 01:19:56 EST
    in /cygdrive/c/users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: change runtime default to swf8, also change default cache sizes

New Features:

Bugs Fixed: LPP-5188

Technical Reviewer: ptw
QA Reviewer: max
Doc Reviewer:

Documentation:

Release Notes:

Details:

Change default runtime to swf8. Needed to modify embednew.js because it
had swf7 hardcoded in as the default runtime.


Also, changed LPS server cache sizes to match the demo server deployed values
which seem to make the server be stable these days.

Tests:

run this app and verify that it thinks the runtime is swf8

<canvas width="100%" height="80%" >
  <simplelayout/>
  <text text="${'canvas.runtime='+canvas.runtime}"/>
  <text text="${'$swf7='+ $swf7+ ', $swf8=' + $swf8}"/>
</canvas>



Mamye Kratt - 09/Jan/08 01:02 PM
(trunk 4 build r7751 - ringding)

Works now.