I am following the README from here: https://fisheye6.atlassian.com/browse/flex-utilities/mavenizer/README.txt?hb=true
A couple of problems: 1. The README needs to be updated to reflect the fact that a third parameter is required: "use-apache-gid" 2. When I run it in this format: C:\p\flex_os\workspace\flexroot\git\flex-utilities\mavenizer>java -cp target\flex-sdk-converter-1.0.jar SDKGenerator "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\ApacheFlex4.10.0" "C:\temp\mavenized" true or C:\p\flex_os\workspace\flexroot\git\flex-utilities\mavenizer>java -cp target\flex-sdk-converter-1.0.jar SDKGenerator "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\ApacheFlex4.10.0" "C:\temp\mavenized" false nothing seems to happen. No error message, no mavenized SDK, it just quits silently. I even tried copying the Apache Flex SDK to a directory with no spaces, still no luck. Before I dig in too much, any idea what could be going on here? Thanks, Om