Hello Rami,

I'm trying to track this down and am unable to reproduce the problem.
Here's what I do:

  rm -rf stuff
  mkdir stuff
  here=`pwd`
  lzc -c --runtime=swf10,dhtml --dir $here/stuff --output z.lzo 
$here/LPP-10064.lzx 
  lzc --runtime=swf10 --dir $here/stuff --output z.swf $here/LPP-10064b.lzx 

My test files are simple:

LPP-10064.lzx:
<library>
   <class name="class1">
      <view bgcolor="0xAA00FF" width="100" height="30" />
   </class>
</library>

LPP-10064b.lzx:
<canvas>
  <include href="LPP-10064.lzx"/>
  <simplelayout/>
  <class1/>
  <class1/>
</canvas>

I don't see any extra files in the source directory.  Can you send me a test 
case, or adjust mine to show the failure?
Thanks!

- Don

On Aug 30, 2011, at 10:17 AM, Rami Ojares / AMG wrote:

> One strange thing I have noticed is that when I compile some lzx file
> say: /a/b/c.lzx and define as
> --dir /x/y --output z.swf
> I do get /x/y/z.swf but in addition to that I also get
> /a/b/c.lzx.swf10.swf
> 
> And that messes my source code.
> Why is that generated?
> Isn't the temp folder enough?
> 
> - rami


--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-306-2057
email: [email protected]
www: http://www.ddanderson.com
blog: http://libdb.wordpress.com





Reply via email to