>You can try the makeApacheFlexForIDE to convert your repo to an FB-compatible >SDK. Personally, I don't do that because I'm trying to mix as few external >things as possible into the >repo folders, but others do.
I agree, I don't want to mix AIR stuff into the repo either. I will find if there is a script that merges the generated SDK and AIR_SDK to another directory. ___ >AIR is incompatibly licensed which is why it isn't mixed in by default. I >don't use FB projects for development in the SDK. I just use command-line >tools and occasionally run the 'release' >target and the IDE scripts or use a >recent SDK and overlay a SWC or two. I don't do that either. I just wanted to generate an SDK to make sure that everything was in place following the new addition of experimental_mobile.swc (sort of Q&A :-) ) ____ >[ using an AIR-enabled Flex SDK] It might work. It is just copying certain >files. It might copy more than you want from bin, but those files don't >change very often. I have checked ide/flashbuilder/build.xml (line 129) it copies everything from the env.AIR_HOME directory to the generated SDK. So it needs to be an standalone AIR SDK. The other scripts will directly download AIR SDK from Adobe. ___ >Could it be that it works for Flash, but not AIR/Mobile? I build my test >cases in Flash, not AIR (unless it is an AIR bug) just so I don't have to >hassle with the -app.xml and it is easier to >launch stuff in the debugger. Actually, I get this message "adt.jar" not found even when I try to install the SDK from the Prefrences>Flash Builder>Installed Flex SDKs. It's just that FB will make a number of checks on the SDK At least, this is what ide/flashbuilder/README_integration_with_Adobe_FlashBuilder.txt says. ____ >If not, create one and I'll give you write access. Done , user id is mamsellem. Maurice PS: I am posting to the ML as I understood this is the main way of communicating. Please let me know I am writing too many posts. -----Message d'origine----- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : vendredi 27 septembre 2013 17:21 À : dev@flex.apache.org Objet : Re: Mobile datagrid component integration On 9/27/13 8:07 AM, "Maurice Amsellem" <maurice.amsel...@systar.com> wrote: >Thanks for the info, I will try these options. > >Anyway, the documentation on the wiki may need to be updated, as it >currently suggests that the built SDK can direclty be used in an IDE, >which is not true. Could it be that it works for Flash, but not AIR/Mobile? I build my test cases in Flash, not AIR (unless it is an AIR bug) just so I don't have to hassle with the -app.xml and it is easier to launch stuff in the debugger. >Maybe it should include one line about the additional scripts. Do you have an account on our Wiki? It is a separate account system from JIRA and Git. If not, create one and I'll give you write access. I think there's a link to creating an account on the Wiki landing page. -Alex