views:

406

answers:

1

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

A: 

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.

maclema
That is what you expect. But for some reason .properties files are not copied to the output folder. Other files like xml files are added...
Wannes Coolen
Is the .properties file inside the src folder?
maclema