[flexcoders] Re: Ant + SWC

2007-10-16 Thread realeyes_jun
Christian, Although I was answering Richard, thanks for the note on the downside to using -include-sources. It'll be good to know the next time I need to include non-class resources such as .css files and images! :) -Jun --- In flexcoders@yahoogroups.com, Christian Edward Gruber <[EMAIL PROTECT

Re: [flexcoders] Re: Ant + SWC

2007-10-15 Thread Christian Edward Gruber
That's actually why I built the maven plugin the way I did. While classes can be handled this way, non-class resources (such as .css files or images) can't. You have to explicitly call them out for compc. I essentially search the source path for .as files and the resource path for all o

[flexcoders] Re: Ant + SWC

2007-10-15 Thread realeyes_jun
Richard, So far the suggestions have been made to use: - Flex Ant tasks - flex2ant plugin - antennae Although I'm sure each of the above solutions work well, I ran across this issue myself recently and solved the issue you're asking about by providing the -include-sources option to compc in my c