Configure multiple source mxml files to generate multiple swf files

2018-02-07 Thread Vaibhav Shah
Hello, *Currently working code:* I am able to build a flex project using flexmojos-maven-plugin successfully. However, I can only provide one 'sourceFile' under my plugin configuration. Refer below my working pom.xml, which builds Main.mxml file correctly from 'src' directory. It generates the 's

Re: Configure multiple source mxml files to generate multiple swf files

2018-02-07 Thread Christofer Dutz
Hi Vaibhav, If you are building an swf there can only be one source mxml as this is what's used when you execute the application. In SWF you have a single source file and the flex compiler adds all mxml and as classes that are directly and indirectly referenced from that. You could add an additi