On Mon, Dec 22, 2008 at 3:50 PM, Tyler Kocheran <[email protected]> wrote:

>  I'm aware that I can do compc on commandline with FP10, but is it possible
> yet to do it in FlexTasks for Ant? I haven't looked at the Flex 4 SDK yet,
> I've just been getting nightly builds of 3.
>

You should  be able to use ant.  I haven't done a compc using ant yet, but I
have used an mxmlc using ant and they share the target-player flag.
----------
<mxmlc debug="true" file="${main.application}"
output="${main.application.debug.out}"
  target-player="10.0.0">
   <load-config filename="${flex.config.xml}" />
     <compiler.include-libraries dir="${alchemy.dir}" append="true">
         <include name="lua-alchemy.swc" />
     </compiler.include-libraries>
</mxmlc>
----------

So try using target-player="10.0.0" for compc

Reply via email to