//richinternet.blog

Viewing By Category : mxmlc / Main
Thursday, February 23, 2006
Flex 2 mxmlc Goodies, Part 1

This is the first short entry of what will become a series of helpful tips and tweaks concerning the Flex 2 command line compiler mxmlc. Version 2 of mxmlc comes with a lot more options and switches than mxmlc 1.5 and also offers some neat commands that make tedious workflows easier.

One very nice feature of mxmlc is that it now accepts local configuration files instead of pointing to a flex-config.xml file. This simply means that when compiling MyApplication.mxml, by default mxmlc will look for a file called MyApplication-config.xml that is located right next to the the main mxml file.

Ok, now if you're a lazy person you probably don't even want to create this config file by hand - no problem, mxmlc will do this for you:

mxmlc -dump-config MyApplication-config.xml

This creates a default config file which can be customized for your current project - and the best: it makes you commandline less verbose.

Dirk.



Sun Mon Tue Wed Thu Fri Sat
   1234
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

About this blog
www.aws-blog.de
www.richinternet.de
www.flexforum.de
www.die-flexperten.de

AIR (10)
Apollo (3)
BlazeDS (8)
Breeze (1)
Central (5)
Cocoon P2P (1)
ColdFusion (55)
Flash (61)
Flash Media Server (8)
Flex (170)
Flex Trace Panel (6)
FXUG (3)
J2Flex (4)
MAX (31)
Mobile (1)
mxmlc (1)
Other topics (47)
Plugins (9)
Video (7)


Recent Flex Technotes
Recent ColdFusion Technotes
Recent Flash Technotes

http://www.aws-blog.de
http://www.die-flexperten.de
http://www.flexforum.de
http://www.flex.org

Aggregated by fullasagoog.com
Aggregated by MXNA

Short Mode | Full Mode

Herrlich & Ramuschkat