[Laszlo-checkins] r9589 - in openlaszlo/trunk: docs/src docs/src/deployers lps/admin
hqm@openlaszlo.org
hqm at openlaszlo.org
Wed Jun 11 11:44:56 PDT 2008
Author: hqm
Date: 2008-06-11 11:44:53 -0700 (Wed, 11 Jun 2008)
New Revision: 9589
Modified:
openlaszlo/trunk/docs/src/build.xml
openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
openlaszlo/trunk/lps/admin/solo-deploy.jsp
Log:
Change 20080611-hqm-s by hqm at badtzmaru.home on 2008-06-11 14:44:31 EDT
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: default solo swf and doc examples to swf8
New Features:
Bugs Fixed:
Technical Reviewer: max
QA Reviewer: mamye
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
do a clean build, then build docs, test that examples compile (if they specify swf7, they won't compile
because LFC7 is not built by default now.
Modified: openlaszlo/trunk/docs/src/build.xml
===================================================================
--- openlaszlo/trunk/docs/src/build.xml 2008-06-11 18:39:21 UTC (rev 9588)
+++ openlaszlo/trunk/docs/src/build.xml 2008-06-11 18:44:53 UTC (rev 9589)
@@ -1266,7 +1266,7 @@
description="Make sure all examples compile"
unless="skip.doc">
<!-- Change the value of this property to verify a different runtime -->
- <property name="developers.examples.runtime" value="swf7"/>
+ <property name="developers.examples.runtime" value="swf8"/>
<echo message="compiling examples in ${developers.output.dir}/programs in runtime ${developers.examples.runtime}" />
<apply executable="bash" parallel="false" failonerror="true">
<arg line="${LPS_HOME}/WEB-INF/lps/server/bin/lzc --runtime=${developers.examples.runtime} -dir build" />
Modified: openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
===================================================================
--- openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk 2008-06-11 18:39:21 UTC (rev 9588)
+++ openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk 2008-06-11 18:44:53 UTC (rev 9589)
@@ -246,7 +246,7 @@
# LPS properties file for development
#===============================================================================
# * P_LZ_COPYRIGHT_BEGIN ******************************************************
-# * Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+# * Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
# * Use is subject to license terms. *
# * P_LZ_COPYRIGHT_END ********************************************************
@@ -386,7 +386,7 @@
#===============================================================================
# Compiler parameters
-compiler.runtime.default=swf7
+compiler.runtime.default=swf8
</programlisting>
@@ -908,4 +908,4 @@
2) there is a command line argument, which can be passed in as a "JAVA_OPTS=-Dlps.config.dir.abs=DIRECTORY" to allow you to pass in an alternate directory, or use the config-deploy one without renaming. In fact, "JAVA_OPTS=-Dlps.config.dir=config-deploy" will do the job nicely, (without the .abs, the path is relative to the same place the config directory is located).
</remark></para>
-<para/></section></section></chapter>
\ No newline at end of file
+<para/></section></section></chapter>
Modified: openlaszlo/trunk/lps/admin/solo-deploy.jsp
===================================================================
--- openlaszlo/trunk/lps/admin/solo-deploy.jsp 2008-06-11 18:39:21 UTC (rev 9588)
+++ openlaszlo/trunk/lps/admin/solo-deploy.jsp 2008-06-11 18:44:53 UTC (rev 9589)
@@ -8,7 +8,7 @@
<%@ page import="org.openlaszlo.utils.FileUtils.*" %>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!-- @LZX_VERSION@ -->
@@ -161,7 +161,7 @@
in.close();
// load a copy of the swf 7 version
- in = new BufferedReader(new InputStreamReader(swf7Url.openStream()));
+ in = new BufferedReader(new InputStreamReader(swf8Url.openStream()));
while ((str = in.readLine()) != null)
{
}
@@ -174,7 +174,7 @@
// remove the servlet prefix and leading slash
lzhistwrapper = lzhistwrapper.replaceAll(request.getContextPath()+"/", "");
lzhistwrapper = lzhistwrapper.replaceAll(request.getContextPath(), "");
- lzhistwrapper = lzhistwrapper.replaceAll("[.]lzx[?]lzt=swf", ".lzx.lzr=swf7.swf?");
+ lzhistwrapper = lzhistwrapper.replaceAll("[.]lzx[?]lzt=swf", ".lzx.lzr=swf8.swf?");
}
catch (MalformedURLException e) { %>
@@ -278,7 +278,7 @@
<p>
<%
-String soloURL = (request.getContextPath()+"/" + appUrl + ".lzr=swf7.swf?lzproxied=false");
+String soloURL = (request.getContextPath()+"/" + appUrl + ".lzr=swf8.swf?lzproxied=false");
%>
<tt>Using URL</tt> <a href="<%= soloURL %>"><tt><%= soloURL %></tt></a>
@@ -434,8 +434,8 @@
html, body { margin: 0; padding: 0; height: 100%; }
body { background-color: #eaeaea; }
</style></head>
- <body><object type="application/x-shockwave-flash" data="<%= appUrl %>.lzr=swf7.swf?lzproxied=false" width="640" height="400">
- <param name="movie" value="<%= appUrl %>.lzr=swf7.swf?lzproxied=false">
+ <body><object type="application/x-shockwave-flash" data="<%= appUrl %>.lzr=swf8.swf?lzproxied=false" width="640" height="400">
+ <param name="movie" value="<%= appUrl %>.lzr=swf8.swf?lzproxied=false">
<param name="quality" value="high">
<param name="scale" value="noscale">
<param name="salign" value="LT">
@@ -481,8 +481,8 @@
swin.document.write(' html, body { margin: 0; padding: 0; height: 100%; }');
swin.document.write(' body { background-color: #eaeaea; }');
swin.document.write(' </style></head>');
-swin.document.write(' <body><object type=\'application/x-shockwave-flash\' data=\'<%= appUrl %>.lzr=swf7.swf?lzproxied=false\' width=\'640\' height=\'400\'>');
-swin.document.write(' <param name=\'movie\' value=\'<%= appUrl %>.lzr=swf7.swf?lzproxied=false\'>');
+swin.document.write(' <body><object type=\'application/x-shockwave-flash\' data=\'<%= appUrl %>.lzr=swf8.swf?lzproxied=false\' width=\'640\' height=\'400\'>');
+swin.document.write(' <param name=\'movie\' value=\'<%= appUrl %>.lzr=swf8.swf?lzproxied=false\'>');
swin.document.write(' <param name=\'quality\' value=\'high\'>');
swin.document.write(' <param name=\'scale\' value=\'noscale\'>');
swin.document.write(' <param name=\'salign\' value=\'LT\'>');
More information about the Laszlo-checkins
mailing list