[Laszlo-checkins] r6845 - openlaszlo/trunk
ben@openlaszlo.org
ben at openlaszlo.org
Mon Oct 15 11:28:19 PDT 2007
Author: ben
Date: 2007-10-15 11:28:13 -0700 (Mon, 15 Oct 2007)
New Revision: 6845
Modified:
openlaszlo/trunk/build.xml
Log:
Change 20071015-ben-j by ben at slim.local on 2007-10-15 11:27:27 PDT
in /Users/ben/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Make sure that lfc.lzx gets added to the distro
Technical Reviewer: minsky
QA Reviewer: mkratt
Documentation:
The file lfc.lzx was added to the schema directory. It needs to be in
schema/ when live code looks for it. In particular, laszlo-explorer
looks for it. Without this fix, the nightly deployment of trunk is broken,
with this error:
Error: home/laszlo/opt/apache-tomcat-5.5.23-labs/webapps/trunk-nightly/laszlo-explorer/explore-nav.lzx: file not found: /home/laszlo/opt/apache-tomcat-5.5.23-labs/webapps/trunk-nightly/WEB-INF/lps/schema/lfc.lzx (No such file or directory)
This change makes sure the lfc.lzx file is tucked into the distro.
Tests:
Run a nightly build of trunk, deploy it, visit
http://labs.openlaszlo.org/trunk-nightly/laszlo-explorer/index.jsp?lzr=swf7
and the left-nav should work.
Modified: openlaszlo/trunk/build.xml
===================================================================
--- openlaszlo/trunk/build.xml 2007-10-15 17:52:29 UTC (rev 6844)
+++ openlaszlo/trunk/build.xml 2007-10-15 18:28:13 UTC (rev 6845)
@@ -116,6 +116,7 @@
<include name="WEB-INF/web.xml"/>
<include name="WEB-INF/classes/**"/>
<include name="${webapp-lps-home}/schema/lzx.rng" />
+ <include name="${webapp-lps-home}/schema/lfc.lzx" />
<include name="${webapp-lps-home}/schema/preprocess.xsl" />
<include name="${webapp-lps-home}/templates/**" />
<include name="${webapp-lps-home}/misc/**" />
More information about the Laszlo-checkins
mailing list