简体   繁体   中英

Add .properties file to output folder of Flex project

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

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

This should do the job.

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.

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 :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM