oh, i'm not sure if it will work the same when building a swc, never made any.
k. --- In [email protected], "kaspar.luethi" <kas...@...> wrote: > > check this (-dump-config): > http://kb2.adobe.com/cps/404/kb404341.html > > this will get you a xml config file with (hopefully) all includes, which you > can use in your ant task: > > <target name="compile" depends="stamp-revision"> > <mxmlc file="${source.dir}/dummy.mxml" > output="${deploy.dir}/dummy_v${version.num}r${src.revision}b${build.number}.swf"> > <load-config > filename="${basedir}/build/buildconfig-${release.type}.xml"/> > </mxmlc> > </target> > > k.

