On 1/29/13 10:06 AM, "Erik de Bruin" <[email protected]> wrote:

> I agree that building everything in one command should be the goal. I
> do not think that HTML should be part of the compiler. Isn't there a
> way to wrap both the compile step and the HTML generation into one
> script, like I did in ant with the publisher, but maybe in an extended
> version of MXMLC?
Yes, but then you have to duplicate the parsing of the MXML file to
determine things like app dimensions that go in the templates.

I'm not fond of having ANT be a requirement.  For shell scripts, I might be
able to use sed/awk but I don't know how to do that on Windows, and I don't
want to make Cygwin a requirement either.

Maybe I'll play around with a java app that calls MXMLC and can get back the
information it needs and then updates the wrappers.

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to