Back to one year ago, the last time I used the apache groupId, I couldn't use the FDKs, I'm not sure to remember why but I guess that was because FM still use a compiler ref linked to the adobe groupId, so, I would pass always false to this parameter but maybe @Chris could remind us if it is still like that or not.
Out of that, if you don't mind, I would like to implement that feature in the installer, sure I would need some help to make it working on mac and Linux (I'm thinking about the git detection), however, I've got already the code working for the windows part. > The README needs to be updated to reflect the fact that a third parameter is required: "use-apache-gid" Yep, still need to install the SDK on my new computer, given today seems to be quiet, I guess I can handle that. -Fred -----Message d'origine----- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : lundi 2 septembre 2013 09:58 À : dev@flex.apache.org Objet : Problems running Mavenizer 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