AIR automatic version number in ExhibitDescriptorTemplate.xml

Hi,

I'm quite new to IntelliJ IDEA, but loving it for actionscript development.

I'd like to know if there is a tool/plugin that could automatically update the versionNumber of my Exhibit Descriptor xml.

Could someone point me in the right direction please? I'm using v13.0.1
Also, any general tips on customising the build process would be appreciated.

Thanks

0

Sorry for delay.
I'm afraid there's no way to update the app version in the AIR descriptor template automatically.
Not sure what kind of build process customization you mean. Project Structure dialog | Modules | [your module] | [your Flash build configuration subnode] should contain everything you may need to customize.

0
Avatar
Permanently deleted user

Thanks for the reply

By build customisation, I meant more of the same - modifying or generating text/xml files.

0

You may write an ant task and configure it to be automatically triggered before or after each compilation or before starting a run configuration.

0
Avatar
Permanently deleted user

That sounds like what I need - thanks

0

请先登录再写评论。