Hi Martin,

I really like the idea of the 'swf' task, which rolls mtasc and
swfmill into one thing.

However, the documentation doesn't provide answers to some questions I have.

When calling mtasc as an executable using Ant, i'm able to pass it
multiple classpaths, one for the MM core classes, and one for my own
classpath, like this:

<arg line='-cp "${macromedia_classes}" -cp "${source}"' />

How can i achieve this using the swf task?  It seems to accept a
classpath attribute, but how should the classes be delimited?

Jim Kremens



On 9/14/05, Martin Wood <[EMAIL PROTECTED]> wrote:
> :)
> 
> I just finished writing up my very brief introduction to ASDT and its
> logger, you can find it here
> 
> http://osflash.org/doku.php?id=asdt:logging
> 
> please, if anyone finds any mistakes let me know.
> 
> hope its of some use.
> 
> thanks
> 
> Martin
> 
> 
> Jim Kremens wrote:
> > Actually, never mind... I figured it out... Or, more accurately, I
> > read more carefully...
> >
> > You specify the path to the necessary Java .class file in the taskdef:
> >
> > <taskdef name="swf" classname="org.as2lib.ant.Swf" classpath="../../src"/>
> >
> > Thanks,
> >
> > Jim Kremens
> >
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to