Thanks Chris for responding fast.

I actually tried this already. Just replace includeAsClasses block with
following:

                                        <includeClasses>
                                                <scan>
                                                        <includes>
                                                                
<include>com.guavus.library.*</include>
                                                        </includes>
                                                </scan>
                                        </includeClasses>

But still classes in this package doesn't get included in swc. Actually I
want to include all AS/MXML classes in src/main/flex (sourceDirectory) in
swc (no exclusions required). Structure of project is

src/main/flex
    com.guavus.library (this has all project classes)
    styles (this has css files)



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Flex-mojos-6-0-1-and-Flex-SDK-4-10-Facing-problem-with-AS-classes-inclusion-tp5331p5333.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to