I'm wondering if I'm barking up the wrong tree here. Is it possible to replace an Ant build script used for building Flex projects with a Nant build script?
Specifically, it doesn't seem like there are any replacements for the Ant <mxmlc>
, <macrodef>
and <taskdef>
tasks provided with Nant or Nant-contrib.
I'm not too experienced in either Nant or Ant, so I'm wondering if I should keep investigating this. Other than some sketchy looking replacement for <macrodef>
, I really can't find anything on the tubes about what I'm trying to do here. Our script is relatively small and straightforward, and I would love to remove the JRE and ant stuff from our build server if possible.
Has anyone built Flex with Nant before?