Hi.

I'm compiling flex2 library in command line/ant script. The problems I faced
related with including resources into library.
When I use -include-file directive like the following
[excerpt from library-config.xml]
...
   <include-file>
       <name>some_styles.css</name>
       <path>src/resources/css/some_styles.css</path>
   </include-file>
   <include-file>
       <name>some_icon.png</name>
       <path>src/resources/icons/some_icon.png</path>
   </include-file>
...

all the resources listed this way are put in the root of resulted swc. Flex
Builder however compiles libraries with preserved resources folder hierarchy
(e.g. library.swc>resources/icons or library.swc>resources/css). Can I
achieve the same result via compc and how?

Thanks in advance,
R.

Reply via email to