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...
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...
April 8, 2010 | In: flex
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...
March 29, 2010 | In: .NET, flex, silverlight
** 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...
February 1, 2010 | In: coldfusion, event gateways, flex, messaging, recommended
I've had a task I assigned to myself open for some time now. I needed to figure out how to implement Flex/ColdFusion messaging for our clients. There were three (3) criteria for success: It needed to integrate seamlessly with our existing Cairngorm...