[I just checked this in to paperpie; it fixes LPP-4960 in paperpie.
Fix for trunk coming soon, as part of a big merge from paperpie to
trunk.]
Change 20071025-ben-OLvgxS by [EMAIL PROTECTED] on 2007-10-25 14:52:17 PDT
in /home/ben/src/svn/openlaszlo/branches/paperpie
for http://svn.openlaszlo.org/openlaszlo/branches/paperpie
Summary: Make images in developer's guide not get corrupted in build
process
New Features:
Bugs Fixed: Images not displaying or corrupted in Developer Guide
LPP-4960
Technical Reviewer: ptw (pending)
QA Reviewer: mkratt
Doc Reviewer: (pending)
Documentation:
When copying images from $LPS_HOME/docs into the build directories,
in preparation for tarring or gzipping, ant used to try to do
token substitution on images. Some of our images apparently had
the string VERSIONID id in them, when their bits were interpreted
as character data. This change copies the images into the build
directories without doing the token replacement.
Release Notes:
Details:
Tests:
Run a build, and deploy it. Go to the compiler chapter of the
developer's
guide. (For paperpie, this is at
http://labs.openlaszlo.org/paperpie-nightly/docs/developers/
compiler.html )
In section 1.1, there should be an image of the developer's console.
Before
this change, that image was corrupted.
More specifically,
http://labs.openlaszlo.org/paperpie-nightly/docs/developers/images/
dev_console_dhtml.gif
should be a good image. Before this change, that image was
corrupt.
Files:
M build.xml
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071025-ben-
OLvgxS.tar