I ran "ant test", and it failed at this point compiling the lzpix
application for swf. The error seems to be in transcoding the .png
assets. Something seemed odd to me, so I tried compiling the app again
with lzc. It got a little further, and died on another .png,
I recompiled again, and it got further, until finally the app compiled.

Is this some sort of a race condition in the transcoding code??


Test:
     [echo] running demos test
    [apply] Compiling:
/Users/hqm/openlaszlo/trunk4/demos/calendar/calendar.lzx to
build/calendar.lzr=swf8.swf
    [apply] Compiling:
/Users/hqm/openlaszlo/trunk4/demos/lzpix/app.lzx to
build/app.lzr=swf8.swf
    [apply] Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict2.png
    [apply] Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/views/resources/button/mybutton_mouseover.png
    [apply] Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/clipboard/grow_plus_ov.gif
    [apply] Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/clipboard/grow_minus_ov.gif
    [apply] Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/views/resources/hidedetails/hidedetails_mouseover.png
    [apply] Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/tools/page-left-ov.gif
    [apply] Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/tools/page-right-ov.gif
    [apply] classes/spinner.lzx:7:60: Can't import
/assets/spinner/pict2.png: /tmp/lzccache/cmcache/1215641014689.swf (No
such file or directory)
    [apply] views/mybutton.lzx:4:35: Can't import
/views/resources/button/mybutton_mouseover.png:
/tmp/lzccache/cmcache/1215641015107.swf (No such file or directory)
    [apply] resources.lzx:8:37: Can't import
/assets/clipboard/grow_plus_ov.gif:
/tmp/lzccache/cmcache/1215641015152.swf (No such file or directory)
    [apply] resources.lzx:14:38: Can't import
/assets/clipboard/grow_minus_ov.gif:
/tmp/lzccache/cmcache/1215641015163.swf (No such file or directory)
    [apply] resources.lzx:20:38: Can't import
/views/resources/hidedetails/hidedetails_mouseover.png:
/tmp/lzccache/cmcache/1215641015174.swf (No such file or directory)
    [apply] resources.lzx:26:35: Can't import
/assets/tools/page-left-ov.gif:
/tmp/lzccache/cmcache/1215641015184.swf (No such file or directory)
    [apply] resources.lzx:32:35: Can't import
/assets/tools/page-right-ov.gif:
/tmp/lzccache/cmcache/1215641015193.swf (No such file or directory)
    [apply] Compiling:
/Users/hqm/openlaszlo/trunk4/demos/vacation-survey/vacation-survey.lzx
to build/vacation-survey.lzr=swf8.swf
    [apply] Compiling:
/Users/hqm/openlaszlo/trunk4/demos/weather/weather.lzx to
build/weather.lzr=swf8.swf
     [echo] skipping examples test [bshine 01.22.2007]
     [echo] test/build.xml test target is broken, skipping. [bshine 10.27.2006]

BUILD SUCCESSFUL
Total time: 3 minutes 41 seconds
badtzmaru:trunk4 hqm$ lzc demos/lzpix/app.lzx
Compiling: demos/lzpix/app.lzx to demos/lzpix/app.lzr=swf8.swf
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict3.png
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/views/resources/button/mybutton_mousedown.png
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/clipboard/grow_plus_dn.gif
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/clipboard/grow_minus_dn.gif
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/views/resources/hidedetails/hidedetails_mousedown.png
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/tools/page-left-dn.gif
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/tools/page-right-dn.gif
../../demos/lzpix/classes/spinner.lzx:7:60: Can't import
/assets/spinner/pict3.png: /tmp/lzccache/cmcache/1215641014789.swf (No
such file or directory)
../../demos/lzpix/views/mybutton.lzx:4:35: Can't import
/views/resources/button/mybutton_mousedown.png:
/tmp/lzccache/cmcache/1215641015117.swf (No such file or directory)
../../demos/lzpix/resources.lzx:8:37: Can't import
/assets/clipboard/grow_plus_dn.gif:
/tmp/lzccache/cmcache/1215641015155.swf (No such file or directory)
../../demos/lzpix/resources.lzx:14:38: Can't import
/assets/clipboard/grow_minus_dn.gif:
/tmp/lzccache/cmcache/1215641015168.swf (No such file or directory)
../../demos/lzpix/resources.lzx:20:38: Can't import
/views/resources/hidedetails/hidedetails_mousedown.png:
/tmp/lzccache/cmcache/1215641015177.swf (No such file or directory)
../../demos/lzpix/resources.lzx:26:35: Can't import
/assets/tools/page-left-dn.gif:
/tmp/lzccache/cmcache/1215641015187.swf (No such file or directory)
../../demos/lzpix/resources.lzx:32:35: Can't import
/assets/tools/page-right-dn.gif:
/tmp/lzccache/cmcache/1215641015197.swf (No such file or directory)
badtzmaru:trunk4 hqm$ cd demos/lzpix
badtzmaru:lzpix hqm$ lzc app.lzx
Compiling: app.lzx to app.lzr=swf8.swf
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict4.png
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/views/resources/button/mybutton_disabled.png
../../demos/lzpix/classes/spinner.lzx:7:60: Can't import
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict4.png:
/tmp/lzccache/cmcache/1215641014862.swf (No such file or directory)
../../demos/lzpix/views/mybutton.lzx:4:35: Can't import
/Users/hqm/openlaszlo/trunk4/demos/lzpix/views/resources/button/mybutton_disabled.png:
/tmp/lzccache/cmcache/1215641015130.swf (No such file or directory)
badtzmaru:lzpix hqm$ lzc app.lzx
Compiling: app.lzx to app.lzr=swf8.swf
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict5.png
../../demos/lzpix/classes/spinner.lzx:7:60: Can't import
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict5.png:
/tmp/lzccache/cmcache/1215641014930.swf (No such file or directory)
badtzmaru:lzpix hqm$ lzc app.lzx
Compiling: app.lzx to app.lzr=swf8.swf
Can't get resource
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict6.png
../../demos/lzpix/classes/spinner.lzx:7:60: Can't import
/Users/hqm/openlaszlo/trunk4/demos/lzpix/assets/spinner/pict6.png:
/tmp/lzccache/cmcache/1215641014999.swf (No such file or directory)
badtzmaru:lzpix hqm$ lzc app.lzx
Compiling: app.lzx to app.lzr=swf8.swf
badtzmaru:lzpix hqm$



-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to