RE: Building the SDK from git

2013-09-26 Thread Kessler CTR Mark J
26, 2013 8:04 AM To: dev@flex.apache.org Subject: RE: Building the SDK from git Actually, the README says that TLF_HOME is optional if the tlf directory is a sibling of sdk. This is my directory configuration: ApacheFlex/git_source/ sdk/ tlf/ And I still get an error when running the build

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
: Building the SDK from git Actually, the README says that TLF_HOME is optional if the tlf directory is a sibling of sdk. This is my directory configuration: ApacheFlex/git_source/ sdk/ tlf/ And I still get an error when running the build TLF_HOME is not defined. Maurice De : Maurice Amsellem

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
d'origine- De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : jeudi 26 septembre 2013 14:27 À : dev@flex.apache.org Objet : RE: Building the SDK from git Also, be sure to be on the develop branch git checkout develop and the wiki will tell you how to configure git, this is important

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
. - Which source is the most up-to-date ? Maurice -Message d'origine- De : Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Envoyé : jeudi 26 septembre 2013 14:11 À : dev@flex.apache.org Objet : RE: Building the SDK from git I use... [anypath]/flex-sdk [anypath]/flex-tlf Just

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
https://git-wip-us.apache.org/#contents -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 2013 14:31 À : dev@flex.apache.org Objet : RE: Building the SDK from git Yes, I am on the develop branch. I have also read the basic docs

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
@flex.apache.org Objet : RE: Building the SDK from git Both are good, the build script is able to take either flex-sdk or sdk, flex-tlf or tlf but you can have troubles run the script if at your first checkout the autocrlf in your USER_HOME/.gitconfig was not set to input -Message d'origine- De

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, With TLF environment variables work fine. On OSX I have the following: TLF_HOME=/Users/justinmclean/Documents/ApacheFlexTLFGit/ AIR_HOME=/Users/justinmclean/Documents/air/mac/3.1/ PLAYERGLOBAL_HOME=/Users/justinmclean/Documents/player/

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, Which source is the most up-to-date ? You want the develop branches of both the SDK and TLF. Thanks, Justin

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
@flex.apache.org Objet : Re: Building the SDK from git Hi, With TLF environment variables work fine. On OSX I have the following: TLF_HOME=/Users/justinmclean/Documents/ApacheFlexTLFGit/ AIR_HOME=/Users/justinmclean/Documents/air/mac/3.1/ PLAYERGLOBAL_HOME=/Users/justinmclean/Documents/player

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Understood. So maybe they should be included in the .gitignore (along with .project, etc.) ? Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : jeudi 26 septembre 2013 15:45 À : dev@flex.apache.org Objet : Re: Building the SDK from git On purpose, we

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
@flex.apache.org Objet : Re: Building the SDK from git Yes, I think that is the idea... I think we somehow all ended up with it in our local ignores, a legacy from the rather messy transition from SVN. Also, you raise a couple of good issues with the README and other docs. Would you mind keeping

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, So maybe they should be included in the .gitignore (along with .project, etc.) ? -1 to that. Anything that is actually in version control should not be in .gitignore, this has caused far too many issues in the past, including breaking a release candidate. IMO if something in version

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, Yes, I think that is the idea... I think we somehow all ended up with it in our local ignores It's not in mine and I've not seen any issues, but they probably shouldn't be in there in the first place, given ant is the preferred build method. Thanks, Justin

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
: Building the SDK from git Hi, Yes, I think that is the idea... I think we somehow all ended up with it in our local ignores It's not in mine and I've not seen any issues, but they probably shouldn't be in there in the first place, given ant is the preferred build method. Thanks, Justin

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, Please can you share how you proceed to compile when you make even small changes to the code and would like to test them. Are you using an IDE at all ? I normally use Flash Builder to edit files (but sometimes vi from the command line) and I normally compile using ant from the command

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, However playerglobal.version is still 11.1. Does this mean I should compile agains FP 11.1? You can compile against any version of the Flash Player from 10.2 onwards, we try and keep it backwards compatible. People who use AIR generally want the latest, people who use Flash Player may

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
 : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 26 septembre 2013 17:04 À : dev@flex.apache.org Objet : Re: Building the SDK from git Hi, Please can you share how you proceed to compile when you make even small changes to the code and would like to test them. Are you using

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
BUILD SUCCESSFUL! YEEHAA! Do you me to recap the few issues I have faced as a newbie? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 2013 17:42 À : dev@flex.apache.org Objet : RE: Building the SDK from git Thanks

Re: Building the SDK from git

2013-09-26 Thread Alex Harui
On 9/26/13 9:12 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: BUILD SUCCESSFUL! YEEHAA! Do you me to recap the few issues I have faced as a newbie? Sure. I think you'll be getting write access soon, so then you'll be able to update the README yourself. -Alex

Re: Building the SDK from git

2013-09-26 Thread Erik de Bruin
River Song would say: Spoilers! The bane of time travellers all over the universe... ;-) EdB On Thu, Sep 26, 2013 at 6:32 PM, Alex Harui aha...@adobe.com wrote: On 9/26/13 9:12 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: BUILD SUCCESSFUL! YEEHAA! Do you me to recap the few

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
-Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 2013 18:58 À : dev@flex.apache.org Objet : RE: Building the SDK from git Hi, This is my (uncensored :-) feedback following the SDK build. 1) Doc inconsistency: There are 3

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
@flex.apache.org Objet : RE: Building the SDK from git Just a small note. The git property changes are independent of the sdk specifically and more geared toward which git client you use on how to change the properties. -Original Message- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com

RE: Building the SDK from git

2013-09-26 Thread Kessler CTR Mark J
Yeah I'm Windows with TortoiseGit, didn't have to change anything out of the box for that. It's setup to translate into Windows cr/lf and then back again automatically. -Original Message- From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] It depends the OS, on Windows it is

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
 : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : jeudi 26 septembre 2013 19:24 À : dev@flex.apache.org Objet : RE: Building the SDK from git It depends the OS, on Windows it is recommended to set it to true, input on others but if you're on windows but use Cygwin, it has to be set to input

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
Yep, I guess it is not the same doing a check out from windows (whatever the tool) and from Cygwin. -Message d'origine- De : Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Envoyé : jeudi 26 septembre 2013 19:29 À : dev@flex.apache.org Objet : RE: Building the SDK from git Yeah