Here is a list of Jim's fixes to legals that could potentially go
into 4.0.3. Jim, please review this list and respond back with which
revisions you *do* want merged, and risk vs. reward for each one.
------------------------------------------------------------------------
r5061 | jgrandy | 2007-05-16 21:12:25 -0700 (Wed, 16 May 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/build.xml
small change to build.xml to delete lzjum.log on 'svn clean'
------------------------------------------------------------------------
r5246 | jgrandy | 2007-05-29 11:39:21 -0700 (Tue, 29 May 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/build.xml
turn off tab check pending a proper fix, so we can get a legals
nightly build done.
------------------------------------------------------------------------
r5275 | jgrandy | 2007-05-30 17:00:59 -0700 (Wed, 30 May 2007) | 34
lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/server/build.xml
D /openlaszlo/branches/legals/WEB-INF/lps/server/manifest
M /openlaszlo/branches/legals/build.xml
M /openlaszlo/branches/legals/docs/src/build.xml
D /openlaszlo/branches/legals/docs/src/deployers/designers-index.dbk
D /openlaszlo/branches/legals/docs/src/deployers/index.dbk
Change 20070529-jgrandyw-A by [EMAIL PROTECTED] on
2007-05-29 16:02:22 PDT
in /Users/jgrandyw/dev/svn/openlaszlo/branches/legals
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Fix legals build; clean up a few places in the server and
doc builds
New Features:
Bugs Fixed:
Technical Reviewer: ptw
QA Reviewer: ben
Doc Reviewer: (pending)
Documentation:
Release Notes: Those who build the documentation will need to explicit
build the server jar ('ant build' from top level) beforehand.
Details: Clean up confusion between old name ("deploy") and new name
("deployers") for Deployer's Guide output directory.
Use inline <manifest> tag in <jar> task to build server jar -- but note
this doesn't same us from rebuilding the jar every time we invoke 'ant
build' in WEB-INF/lps/server, because we're still including an "lps.xml"
file with a datestamp in the jar.
Stop trying to rebuild the server jar every time we invoke the js2doc
compiler -- but this doesn't save much time, because we still invoke
js2doc whether the source files have changed or not.
Tests:
------------------------------------------------------------------------
r5296 | jgrandy | 2007-06-01 21:52:01 -0700 (Fri, 01 Jun 2007) | 28
lines
Changed paths:
M /openlaszlo/branches/legals/docs/src/xsl/lzx2js2doc.xsl
M /openlaszlo/branches/legals/lps/components/extensions/drawview.lzx
Change 20070601-jgrandyw-V by [EMAIL PROTECTED] on
2007-06-01 15:13:22 PDT
in /Users/jgrandyw/dev/svn/openlaszlo/branches/legals2
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Update drawview.lzx to use new 'interface' tag, making it
easy to generate refguide page
New Features:
Bugs Fixed:LPP-4080 LPP-2059
Technical Reviewer: ptw
QA Reviewer: max
Doc Reviewer:
Documentation:
Release Notes:
Details: Restructure drawview.lzx to have a single <interface> defining
the public interface of the class, followed by JavaScript class
declarations for per-runtime implementation. A bit klunky, yes, but
with a
small change to lzx2js2doc.xsl, gives us a very clean refguide page for
that class.
Tests: