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

On 9/14/05, Jim Kremens <[EMAIL PROTECTED]> wrote:
> Hi Martin,
> 
> It seems awesome.  However, having downloaded the files, I'm unable to
> find any instruction as to where to install them.  And the as2lib
> readme provides the following link, which is dead:
> http://plone.as2lib.org/documentation.
> 
> So where should I put the files in the 'src' folder that comes with
> Simon Wackers Ant tasks?
> 
> Jim Kremens
> 
> On 9/14/05, Martin Wood <[EMAIL PROTECTED]> wrote:
> > its Simon Wackers ant task,
> >
> > you can grab it from here :
> >
> > http://www.simonwacker.com/uploads/ant/swf_ant_tasks.zip
> >
> > and read about it on the osflash page.
> >
> > http://osflash.org/ant
> >
> > its really good, theres also a swfmill task and a Swf task which
> > combines both swfmill and mtasc.
> >
> > really good stuff :)
> >
> > martin
> >
> >
> > Jim Kremens wrote:
> > > Hey Martin,
> > >
> > > I like the syntax of your mtasc compile task better than mine.  I'm
> > > calling mtasc as you might call any other program, like so:.
> > >
> > >       <target name="compile">
> > >               <echo>${class}</echo>
> > >               <exec executable="${mtasc}" failonerror="true">
> > >                       <arg value="${class_package}${class}.as" />
> > >                       <arg line='-cp "${macromedia_classes}" -cp 
> > > "${source}"' />
> > >                       <arg line='-swf "${source}/base.swf"' />
> > >                       <arg line='-out "${deploy}/${class}.swf"' />
> > >                       <arg line='-main -group' />
> > >               </exec>
> > >       </target>
> > >
> > > What libraries are you using that enable you to do this differently?
> > >
> > > Jim Kremens
> > >
> > > _______________________________________________
> > > osflash mailing list
> > > [email protected]
> > > http://osflash.org/mailman/listinfo/osflash_osflash.org
> > >
> >
> > --
> > want to know what i think? probably not
> >
> > http://relivethefuture.com/choronzon
> >
> > _______________________________________________
> > 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