The link to the changeset points to your changes for LPP-9272 (Add xscale any yscale attributes to view). Did you overwrite the changes or is this just a side-effect of using too few wildcards in mktemp?

tools/trunk/svn/svn-bash.sh
function svn-newchange() {
    CREATEDATE=`date +"%Y%m%d"`
    OL_CHANGE_DIR=`mktemp -d $SVNCHANGES/${CREATEDATE}-${USER}-X`

I needed to change the last line in my local environment otherwise mktemp was complaining:
OL_CHANGE_DIR=`mktemp -d $SVNCHANGES/${CREATEDATE}-${USER}-XXX`

At least three X seem to be required for mktemp v8.4 (cygwin), from the man page:
DESCRIPTION
Create a temporary file or directory, safely, and print its name. TEMPLATE must contain at least 3 consecutive 'X's in last component. If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied.



On 8/11/2010 8:32 PM, Max Carlson wrote:
Change 20100811-maxcarlson-t by [email protected] on 2010-08-11 
12:28:30 MDT
     in /Users/maxcarlson/openlaszlo/trunk2
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix resource scaling in swf8

Bugs Fixed: LPP-8814 - resource gets wrong width when stretches equals width

Technical Reviewer: ptw
QA Reviewer: mdemmmon

Details: Apply patch from LPP-8814

Tests: See LPP-8814

Files:
M       WEB-INF/lps/lfc/kernel/swf/LzSprite.as

Changeset: 
http://svn.openlaszlo.org/openlaszlo/patches/20100811-maxcarlson-t.tar


Reply via email to