Hi Poonam (Hope this is your first Name ;-) ) While thinking about it, I think to remember that there were some Problems with automatically adding files regarding a file-Name pattern. Having a look at my current Projects, I usually only manually list the items that I Need to include, because this is just a Hand full. But I understand that such a Feature is actually quite important.
Could you please open an issue on the Flexmojos Jira at: https://flexmojos.atlassian.net/secure/Dashboard.jspa I will have a look at this as soon as I find a Little spare time. Until then I would recommend to try manually listing the elements you want to include. If this doesn't work, It's a bug. Chris ________________________________________ Von: Poonam Anand <[email protected]> Gesendet: Freitag, 7. März 2014 10:04 An: [email protected] Betreff: Re: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion 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.
