Add .properties file to output folder of Flex project

爱⌒轻易说出口 提交于 2019-12-11 21:28:00

问题


In our current project we use .properties files as external files. When building our project the properties files are not added to the bin debug (output folder). Xml files are added without any problem.

Does anybody know how I can add the .properties extension to a kind of exclusion filter list or something, so flash builder will add this files to my output folder instead of ignoring them?

(I'm using Flash builder beta 2 as plugin for Eclipse)

Thanks a lot.

Wannes


回答1:


Remove .properties from the exclusion list under Window > Preferences > Flash Builder > File Exclusions > File Extensions.

This should do the job.




回答2:


In the Project Properties, under Flex Compiler there is a checkbox that allows you to "Copy non-embedded files to output folder".

That should work.




回答3:


A quick solution for that would be to change the "properties" suffix to "xml"

It will auto copy your files

I didn't find a quick solution for that also, but I don't have a lot of time to waste trying to find bug fixes for Adobe :)



来源:https://stackoverflow.com/questions/1644976/add-properties-file-to-output-folder-of-flex-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!