Flex 3 using different services-config.xml files for debug and release build
I've been unable to find a solution for this so either it's not possible,
or I'm looking for the wrong solution. I am supporting an app that was
written with the Flex 3.6 SDK and writing everything in Flash Builder 4.7.
Basically the issue is that we have two different services-config.xml
files, one that is used when we debug an app (services-config-debug.xml)
and the other is used when we do a release build
(services-config-release.xml). What I'd like to do is to setup the system
to do one of the following two things:
Either have it setup so the compiler to use the correct version based on
the button I click (debug or exprot release build)
Or be notified someway (alert box, color change, etc) that I am using the
services-config-debug.xml file.
We do nightly releases and I am getting tired of having to go into the
compiler, switch the file that is used, export the release build, then
switch the compiler back.
I am open to other suggestions and any help will be useful.
Thanks, Chris
No comments:
Post a Comment