Ok will look into it. Sent from my LG G3, an AT&T 4G LTE smartphone
------ Original message------ From: Christofer Dutz Date: Mon, Jun 20, 2016 1:40 AM To: 'dev@flex.apache.org'; Subject:[Falcon][FlexJS] Help with finishing the maven migration Hi, I have finished migrating Falcon to Maven and all except the XML framework module of ASJS seem to be migrated too. I do need some help with getting the examples up and running and finding out why the js version of XML isn't working. I know that it worked a few days/1-2 weeks ago, but I have no idea why it's no longer working. A lot seems to have been changed with the configuration of the JS builds, so I would like to ask the people working on this to have a look. As you all have the Ant environment variables in place, you shouldn't need to do anything on that side, all you need to do is download Maven and make sure the bin directory is on the path. Then the following commands should built the individual parts of FlexJS In the falcon root directory: mvn -s settings-template.xml -P utils clean install mvn -s settings-template.xml -P compiler clean install (Add "-DskipTests" to skip tests) mvn -s settings-template.xml -P externs clean install In the ASJS root directory: mvn -s settings-template.xml clean install If you want to see what the compiler is doing, the plugin generates the configs for all build steps in the "target" directory of each module. I am not adding any other commandline arguments besides the location of the configuration so you can be sure that the config.xml contains all important settings. If you find something that's missing or wrong, I'll adjust the templates or add some more config options (I am planning on supporting all options, but till now I only implemented the ones that are actually needed for the build) Chris