Now that I have some solid WPF coding under my belt, I felt like speaking out a little about how it compares, in my mind, to developing in Flex and Actionscript. First, and foremost, I have to say [BINDABLE] FTW!! That one thing alone sums up the rest of...
In my last post, I expressed frustration with the fact that the MXMLC Ant task choked on the runtime-shared-library-path attributes. Well, I decided to not use the MXMLC task and instead use Ant’s EXEC command to compile the app. Works like a...
Seriously, folks. Why do you keep changing the configuration of the runtime-shared-library-path compiler option?? Here’s how you configure a RSL in an ANT build script in Flex 3.3.0. Don’t even get me started on how it took me to figure...
** This post has been removed due to my company's Internet policies **
In my continuing journey with TeamCity, I've discovered something highly annoying... not with TeamCity but with Adobe.
I'm trying to build a master configuration with an Ant script that will automatically build several child modules. First thing I...