Re: Committers - preparing for Git

2013-03-18 Thread Justin Mclean
Hi, So does this mean we picked a SCM technology that does not scale? It scales but there a difference in that with SVN you can check out from a directory in a SVN repo but with Git you need to check out the whole repo. BTW, an SVN checkout of the Flex SDK used to take me 2.5 hours or more

Re: Git and revision numbers

2013-03-18 Thread Justin Mclean
Hi, You can check writing the JIRA ticket id in the commit message(s), push it/them , then go to JIRA, in the source tab, you should see all the modified files (if this feature is not broken again). As far as I know this is not a feature we have - so what can we put in JIRA to show exactly

[jira] [Created] (FLEX-33431) Prompt text in Textinput is not showing when the landscape keyboard is shown ( android devices )

2013-03-18 Thread Jed Hatamosa (JIRA)
Jed Hatamosa created FLEX-33431: --- Summary: Prompt text in Textinput is not showing when the landscape keyboard is shown ( android devices ) Key: FLEX-33431 URL: https://issues.apache.org/jira/browse/FLEX-33431

Re: [Falcon] building

2013-03-18 Thread Justin Mclean
Hi, If you do whatever git command that pulls from the remote or pushes to the remote, what will happen to files in the linked in directories? Nothing - they are not updated or overwritten. It does however stop you from running a few git commands as the link is regarded as something that's an

[jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-18 Thread Alexander Doroshko (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604933#comment-13604933 ] Alexander Doroshko commented on FLEX-33427: --- Better translation to Russian

Re: Git and revision numbers

2013-03-18 Thread Frédéric THOMAS
That's a feature we have but maybe broken (we should deal with infra IMO). -Fred -Message d'origine- From: Justin Mclean Sent: Monday, March 18, 2013 8:58 AM To: dev@flex.apache.org Subject: Re: Git and revision numbers Hi, You can check writing the JIRA ticket id in the commit

Re: Git and revision numbers

2013-03-18 Thread Frédéric THOMAS
Who is JIRA admin btw ? it seem the fisheye plugin is there but misconfigured. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Monday, March 18, 2013 9:19 AM To: dev@flex.apache.org Subject: Re: Git and revision numbers That's a feature we have but maybe broken (we should

Unsubscribe me...

2013-03-18 Thread Caleb Pedroso
... how to? []s, Caleb

Re: Unsubscribe me...

2013-03-18 Thread Erik de Bruin
dev-unsubscr...@flex.apache.org? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl (http://www.ixsoftware.nl) On Monday, March 18, 2013 at 9:45, Caleb Pedroso wrote: ... how to? []s, Caleb

[jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-18 Thread tom chiverton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604954#comment-13604954 ] tom chiverton commented on FLEX-33427: -- wrongFormatPostcodeError is the error an end

Re: Committers - preparing for Git

2013-03-18 Thread Jose Barragan
Hi Fréd, The structure was commenting applicable major repositories: flex-sdk, flex-tlf, flex-asjs and flex-falcon. The whiteboard repo as is, missing sense at the end, because experimental developments or whatever you need to do, what you can do in your own whiteboard branch of project

Re: Unsubscribe me...

2013-03-18 Thread Caleb Pedroso
thank you Erik, i'll try... Em 18/03/2013 06:01, Erik de Bruin escreveu: dev-unsubscr...@flex.apache.org? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl (http://www.ixsoftware.nl) On Monday, March 18, 2013 at 9:45, Caleb Pedroso

Re: Git and revision numbers

2013-03-18 Thread Jose Barragan
In my work, I use the build number of the Hudson, or occasionally the short version of the commit SHA that I am building. Anyway, I leave as you get the short version of the SHA, in GIT git log -1 --pretty=format:%h -- Jose Barragan Chief Software Architect Codeoscopic Madrid C/. Infanta

Re: Git and revision numbers

2013-03-18 Thread Frédéric THOMAS
Hi Jose, I thought about the short sha1 too and it could work, I was thinking about a lightweight tag too (more readable), not sure though what is the best, I have to dig into more deeply. Thanks, -Fred -Message d'origine- From: Jose Barragan Sent: Monday, March 18, 2013 10:37 AM

.gitignore: FlexComponentKit.mxi

2013-03-18 Thread Erik de Bruin
Hi, I just checked out the 'develop' branch of the SDK and build it. I noticed that there is a file that's created/copied/whatever into the SDK that's not included in the .gitignore: frameworks/projects/flash-integration/FlexComponentKit.mxi Now, I don't know if this is a Mac-only thing and

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Frédéric THOMAS
Actually, on windows, I've the same file but with mxp extension, which I excluded thru the .gitignore, I guess you can do the same with mxi. -Fred -Message d'origine- From: Erik de Bruin Sent: Monday, March 18, 2013 11:44 AM To: dev@flex.apache.org Subject: .gitignore:

[jira] [Commented] (FLEX-33418) Error #2044: Unhandled error:. text=PDFError

2013-03-18 Thread Patrick Barry (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605058#comment-13605058 ] Patrick Barry commented on FLEX-33418: -- I am using 11.0.02 Adobe Reader. Even though

Re: Committers - preparing for Git

2013-03-18 Thread Om
On Mar 18, 2013 12:52 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, So does this mean we picked a SCM technology that does not scale? It scales but there a difference in that with SVN you can check out from a directory in a SVN repo but with Git you need to check out the whole repo.

Re: Committers - preparing for Git

2013-03-18 Thread Frédéric THOMAS
Hi Om, Aparently, you missed something in the understanding of the commands you ran, I will details them to make them clear for the others too. // create a directory and an empty repo, basicly, the .git structure with minimun files which gonna be populated by the following commands cd

Re: Committers - preparing for Git

2013-03-18 Thread Om
'actually, you can argue that the fetch size is far smaller (about 200 Mb) than the result of the checkout (about 2.6Gb)' That is exactly what I am saying. You are making the problem sounds worse than it is. Sparse checkout does help doesn't it?

Re: Committers - preparing for Git

2013-03-18 Thread Frédéric THOMAS
You are making the problem sounds worse than it is. I'm not sure what you mean but those 200Mb took 2h30 yesterday afternoon, tonight, less than 15mn, I'm not sure it came from the apache servers but because it already appened before, I suspected it, so maybe I made noise but better that and

Re: Git and revision numbers

2013-03-18 Thread Alex Harui
Let's stop for a second and identify what problems we are trying to solve. I think there are actually several. I can think of: 1) Looking at JIRA ticket, what changes to Git were related 2) Looking at GIT log to see what JIRA issues got fixed (in order to update release notes or when someone

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Alex Harui
That file was under version control in SVN, so I don't think it should be ignored. On 3/18/13 3:44 AM, Erik de Bruin e...@ixsoftware.nl wrote: Hi, I just checked out the 'develop' branch of the SDK and build it. I noticed that there is a file that's created/copied/whatever into the SDK

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Alex Harui
Why would we ignore stuff that was under version control in SVN? I think I saw that flex-description.xml was also in ignore. What am I not understanding? On 3/18/13 4:04 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Actually, on windows, I've the same file but with mxp extension, which

Re: Namespaces in FXG

2013-03-18 Thread Alex Harui
Maybe I don't understand what you are trying to do. I thought you knew which of a couple of namespaces you needed and would ignore the rest. When compiled into the SWF, I don't think any of the product specific namespaces matter. On 3/18/13 3:56 AM, Sebastian Mohr flex.masul...@gmail.com

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Frédéric THOMAS
Hi, I wonder, because this file is generated, wasn't it a mistake having it in svn ? -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 4:27 PM To: dev@flex.apache.org Subject: Re: .gitignore: FlexComponentKit.mxi That file was under version control in SVN, so

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Frédéric THOMAS
That's why I wanted folks reviewed this file before I committed it and I might have been wrong but I assumed that if a file is generated, it shouldn't go into Git. It can be changed easily anyway. -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 4:29 PM To:

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Frédéric THOMAS
stage? No, working tree, the stage area is a place where you add files you want in a future particular commit, they are tracked already. -Fred -Message d'origine- From: Erik de Bruin Sent: Monday, March 18, 2013 4:34 PM To: dev@flex.apache.org Subject: Re: .gitignore:

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Erik de Bruin
Let's put that to the git proponents, because either the file isn't under source control now, or it is changed when you build the SDK. Whichever it is, it shows up in my please do something with these files area (stage?)… EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht

Re: FXG 2.0 donation progress concerns and Adobe design tool support

2013-03-18 Thread Nicholas Kwiatkowski
Dosen't FXG also support bitmaps, effects, and other things as well? I thought that is how the support with Photoshop worked (btw, FXG was only supported in CS 5.0 and 5.5. 6.0 and 6.1 no longer support FXG without a hard-to-find plugin). Would those elements be able to be supported with SVG?

Re: Help Error TileList

2013-03-18 Thread manish sharma
try creationPolicy = All or send me source code.I will debug Thanks Regards* **?* *MANISH SHARMA* On Mon, Mar 18, 2013 at 9:20 PM, Marcio Fermino prologicasiste...@gmail.com wrote: Amigos estou implementando uma galeria de imagens. As imagens estao vindo corretamente, mas quando tento

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Erik de Bruin
My GUI (Tower) reports: File Mode changed to 100775 (Executable File) EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl (http://www.ixsoftware.nl) On Monday, March 18, 2013 at 16:55, Alex Harui wrote: Let's make sure we're talking

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Erik de Bruin
Does git pick up on file properties that SVN doesn't? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl (http://www.ixsoftware.nl) On Monday, March 18, 2013 at 17:04, Erik de Bruin wrote: My GUI (Tower) reports: File Mode changed

Re: Help Error TileList

2013-03-18 Thread Marcio Fermino
same problem the code ?xml version=1.0 encoding=utf-8? s:TitleWindow xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/mx width=686 height=494

Re: Git and revision numbers

2013-03-18 Thread Frédéric THOMAS
1) Looking at JIRA ticket, what changes to Git were related Time ago, Bertrand commented a JIRA ticket [1] to activate FishEye on JIRA for the Flex project but it has been closed, sending us to Altassian but nothing has been done on that way, so, I opened a FishEye ticket [2] following the

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Frédéric THOMAS
Weird, I haven't got the mxi version of this file in my repo, only the mxp one, not even after I built the sdk, is it normal on windows ? -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 4:55 PM To: dev@flex.apache.org Subject: Re: .gitignore:

Re: Help Error TileList

2013-03-18 Thread Marcio Fermino
Friend, thank you. I resolved The error is implementation ?xml version=1.0 encoding=utf-8? s:MXAdvancedDataGridItemRenderer xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark

Re: Help Error TileList

2013-03-18 Thread Alex Harui
Hi Marcio, Do not set the name=CustomItemRenderer. The list classes need to autogenerate a name in order to track different renderer instances. -Alex On 3/18/13 9:13 AM, Marcio Fermino prologicasiste...@gmail.com wrote: same problem the code ?xml version=1.0 encoding=utf-8?

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Frédéric THOMAS
Ok, this file .MXi is already added to git then, I wonder why Erik see it as untracked or mofified, is it regenerated ? Thanks, -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 6:09 PM To: dev@flex.apache.org Subject: Re: .gitignore: FlexComponentKit.mxi There

RE: Git and revision numbers

2013-03-18 Thread Gordon Smith
what can we put in JIRA to show exactly what changes that have occurred I read that the first 7 characters of the 40-character SHA-1 hash for a commit are typically used to identify the commit, because they are usually enough to distinguish it. So we should use these 7 characters as a build

Git commit emails

2013-03-18 Thread Gordon Smith
The email subject is currently something like git commit: The files/directories to exclude while checkin. Since we have 4 different repos, can we customize this to show which repo the commit was for? (Why? Because I want to pay more attention to commits to flex-falcon than to flex-sdk.) I

Re: Git and revision numbers

2013-03-18 Thread Frédéric THOMAS
Hi Gordon, You right that usualy, the short SHA1 id of the commit could be considerated as unique, the point is elsewhere, I explain, a commit in Git unlike Svn doesn't identify by force a bugfix or a new feature described in a JIRA ticket, it can be a set of commits (so called a changeset),

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Alex Harui
He said after the build it showed up as changed. I don't think it should, but I haven't looked. On 3/18/13 10:16 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Ok, this file .MXi is already added to git then, I wonder why Erik see it as untracked or mofified, is it regenerated ?

Re: Git and revision numbers

2013-03-18 Thread Alex Harui
On 3/18/13 10:16 AM, Gordon Smith gosm...@adobe.com wrote: what can we put in JIRA to show exactly what changes that have occurred I read that the first 7 characters of the 40-character SHA-1 hash for a commit are typically used to identify the commit, because they are usually enough to

Re: Git and revision numbers

2013-03-18 Thread Frédéric THOMAS
Oups, sorry guys I misread, I was out of subject, I thought you was talking about the bidirectional commits/JIRA links. -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 6:32 PM To: dev@flex.apache.org Subject: Re: Git and revision numbers On 3/18/13 10:16

Re: Git and revision numbers

2013-03-18 Thread Dasa Paddock
Maybe ant's BuildNumber task could be used: http://ant.apache.org/manual/Tasks/buildnumber.html --Dasa On Mar 18, 2013, at 10:32 AM, Alex Harui aha...@adobe.com wrote: On 3/18/13 10:16 AM, Gordon Smith gosm...@adobe.com wrote: what can we put in JIRA to show exactly what changes that

Re: Git commit emails

2013-03-18 Thread Om
On Mon, Mar 18, 2013 at 10:20 AM, Gordon Smith gosm...@adobe.com wrote: The email subject is currently something like git commit: The files/directories to exclude while checkin. Since we have 4 different repos, can we customize this to show which repo the commit was for? (Why? Because I want

I'm confused about local vs. remote branches

2013-03-18 Thread Gordon Smith
I've cloned the flex-sdk repo. When I do 'git branch' all I see is * master but when I do 'git branch -a' I see * master remotes/origin/HEAD - origin/master remotes/origin/develop remotes/origin/patches remotes/origin/release4.9 I'm not clear on how to read this, but it looks like the remote

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Alex Harui
-1 (Binding) I know I don't have veto power, but the rat.report is not clean and I don't think any PMC member should approve the src kit as it currently is. There is an .idea folder in the source kits that should probably be removed, and Tracker.mxml doesn't have an Apache header. Sorry for not

Re: I'm confused about local vs. remote branches

2013-03-18 Thread Erik de Bruin
The way I understand it, if you do git checkout develop, it will give you a local copy of the develop branch that tracks 'origin/develop'… but I'm also just learning git, so please correct me if I'm explaining this wrong. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
Thanks Alex, I haven't notice the .idea folder in the sources, I don't know ant so much but I'll try to figure out how I can remove it. I never used the rat-report before, where do you see that, nothing seems to be reported when I run it. -Fred -Message d'origine- From: Alex Harui

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Om
Fred, The RELEASE_GUIDE document explains this. The release ant script also runs the rat report as well. It will be created in the installer directory and wont be copied into the release artifacts. Thanks, Om On Mon, Mar 18, 2013 at 11:11 AM, Frédéric THOMAS webdoubl...@hotmail.comwrote:

RE: I'm confused about local vs. remote branches

2013-03-18 Thread Gordon Smith
You seem to be right. I tried 'git checkout develop' and it switched to that branch. Afterwards 'git branch' showed *develop master So now that I have two local branches, will 'git pull' update both of them, or only the current branch? - Gordon -Original Message- From: Erik de Bruin

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
Thanks Om but that's the point I have no report generated :P Ok, anyway, I'll fix the Tracker file. -Fred -Message d'origine- From: Om Sent: Monday, March 18, 2013 7:13 PM To: dev@flex.apache.org Subject: Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3 Fred, The RELEASE_GUIDE

Re: I'm confused about local vs. remote branches

2013-03-18 Thread Frédéric THOMAS
use git branch --all to see local and remote branches, local branches are created at checkout time. -Fred -Message d'origine- From: Gordon Smith Sent: Monday, March 18, 2013 7:21 PM To: dev@flex.apache.org Subject: RE: I'm confused about local vs. remote branches You seem to be

Re: I'm confused about local vs. remote branches

2013-03-18 Thread Jose Barragan
Ok Gordon, I will try to explain to you how it works, I hope to do :).. When cloning a GIT repository, what you get is just that, a complete clone the remote repository. Well, GIT shows you how local branches that are available for use in your working copy, and as remote, which represent the

Re: Git commit emails

2013-03-18 Thread Alex Harui
I am fine with your suggestion. On 3/18/13 10:45 AM, Om bigosma...@gmail.com wrote: On Mon, Mar 18, 2013 at 10:20 AM, Gordon Smith gosm...@adobe.com wrote: The email subject is currently something like git commit: The files/directories to exclude while checkin. Since we have 4 different

Re: [LAZY] Asking Infra to make all git repos read-write.

2013-03-18 Thread Om
I will ask again: Any objections to making all git repos read/write? Alex is the only person who has said yes so far. Other than these anything else we need to go to Infra for?: 1. Migrate the External project to git 2. Change commit email subject format. We can decided on the whiteboard

Re: I'm confused about local vs. remote branches

2013-03-18 Thread Dasa Paddock
Only the current branch. http://git-scm.com/docs/git-pull --Dasa On Mar 18, 2013, at 11:21 AM, Gordon Smith gosm...@adobe.commailto:gosm...@adobe.com wrote: So now that I have two local branches, will 'git pull' update both of them, or only the current branch?

Re: Git commit emails

2013-03-18 Thread Frédéric THOMAS
Actually, the current format, see the example[1], shows everything we need, maybe even too much, that's the point ? -Fred [1] Updated Branches: refs/heads/develop a099d6af8 - 077c87ea9 The files/directories to exclude while checkinProject:

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
Actually, the release run well until the end, no reports are generated, I'll investigate later and check manualy the files :P Thanks, -Fred -Message d'origine- From: Om Sent: Monday, March 18, 2013 7:34 PM To: dev@flex.apache.org Subject: Re: [VOTE] Release InstallApacheFlex 2.5.2 -

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Alex Harui
Run: ant rat-report What does the console output say? I have to give it the zip package and then it runs. On 3/18/13 11:33 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: I done that already when I first looked at the build.xml :P -Fred -Message d'origine- From: Alex Harui

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
Ok, thanks Alex, I've got it, it has been generated from a call from the command line and not from my IDE, that's because I've got 2 Ant versions installed and I installed the Rat lib only into one of them :P Cheers, -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18,

[jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-18 Thread Mikko Torniainen (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605464#comment-13605464 ] Mikko Torniainen commented on FLEX-33427: - for fi_FI (Finnish)

Re: Git commit emails

2013-03-18 Thread Om
Fred, This is the content of the email. Gordon is talking about the subject of the email so that he can monitor the commits easily. Thanks, Om On Mon, Mar 18, 2013 at 11:39 AM, Frédéric THOMAS webdoubl...@hotmail.comwrote: Actually, the current format, see the example[1], shows everything we

Re: [LAZY] Asking Infra to make all git repos read-write.

2013-03-18 Thread Frédéric THOMAS
1. Migrate the External project to git Why the External project is for ? I looked inside but never noticed it was here before today. Thanks, -Fred -Message d'origine- From: Om Sent: Monday, March 18, 2013 7:27 PM To: dev@flex.apache.org Subject: Re: [LAZY] Asking Infra to make all

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
Well, I've been able to get how to exclude the .idea dir/files from the rat.report but with the Tracker.mxml, I don't know, I copied the license from the MPLLicense.mxml file but the rat report doesn't care, it still see it as an unapproved license, what did I miss ? here a copy. -Fred ?xml

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
Ok, the tmp folder never emptied, I did another release and that's good. Thanks, -Fred -Message d'origine- From: Frédéric THOMAS Sent: Monday, March 18, 2013 8:22 PM To: dev@flex.apache.org Subject: Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3 Well, I've been able to get how to

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Alex Harui
Did you run a full release target? Maybe RAT is seeing a file from the RC3 source kit. On 3/18/13 12:22 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Well, I've been able to get how to exclude the .idea dir/files from the rat.report but with the Tracker.mxml, I don't know, I copied the

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
@Alex, I don't think any PMC member should approve the src kit as it currently is Does it mean there is something else in more than the rat.report and the .idea folder ? -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 6:55 PM To: dev@flex.apache.org

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
Ok, so, as soon, the utilities repo is r/w, I commit and upload the RC4. Thanks, -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 8:43 PM To: dev@flex.apache.org Subject: Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3 On 3/18/13 12:39 PM, Frédéric THOMAS

RE: Git commit emails

2013-03-18 Thread Gordon Smith
git commit [%(repo_name)s]: %(subject)s I don't think the colon adds anything useful. If folks want to come up with a commit email subject format for each repo, I can give that to Infra and they set it up for us. The format should be consistent for all the repos, differing only by the repo

Re: [LAZY] Asking Infra to make all git repos read-write.

2013-03-18 Thread Frédéric THOMAS
That's ok for me, I see no points for not going forward :) -Fred -Message d'origine- From: Om Sent: Monday, March 18, 2013 7:27 PM To: dev@flex.apache.org Subject: Re: [LAZY] Asking Infra to make all git repos read-write. I will ask again: Any objections to making all git repos

nvie branch model

2013-03-18 Thread Gordon Smith
My understanding is that we've decided to follow http://nvie.com/posts/a-successful-git-branching-model/ but the first diagram looks like spaghetti to me. There are relatively few people working in the flex-falcon repo, and I'd like to understand what we have to do to be minimally compliant

Re: nvie branch model

2013-03-18 Thread Frédéric THOMAS
From what I understand of this model, you don't even develop on the dev branch but on feature/bugfix branches, this allow you to cleanup your commits (rebasing/squashing them first, sorry for the bad words, see [1] in case) before merging the complete feature/bugfix on the develop branch, the

Re: [LAZY] Asking Infra to make all git repos read-write.

2013-03-18 Thread Alex Harui
On 3/18/13 12:43 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Ok, so what's the interest of migrating this repo except maybe for homogeneity, does it worth to migrate it ? I think we should move everything to Git. -Fred -Message d'origine- From: Alex Harui Sent: Monday,

Re: nvie branch model

2013-03-18 Thread Erik de Bruin
Gordon, This is my understanding as well (create 'develop' branch remotely, nothing else). The way I see it, at least at this point in Apache Flex's use of git, the purple 'feature' branches are local branches (on your machine only), which you, when done, merge back into your local 'develop'

Re: nvie branch model

2013-03-18 Thread Alex Harui
On 3/18/13 12:54 PM, Gordon Smith gosm...@adobe.com wrote: My understanding is that we've decided to follow http://nvie.com/posts/a-successful-git-branching-model/ but the first diagram looks like spaghetti to me. There are relatively few people working in the flex-falcon repo, and I'd

Re: [LAZY] Asking Infra to make all git repos read-write.

2013-03-18 Thread Erik de Bruin
Om, I gave the OK in another thread (enthusiastically). As this is a LAZY vote, I thought I'd be just that, as that implies consent :-) But here you go: +1 (binding) EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: nvie branch model

2013-03-18 Thread Erik de Bruin
I don't agree with that. I think we need 'develop' if for nothing else that set us up correctly from the start. Not sure about Mike, but you, Gordon and me are all absolute beginners on git, and following the agreed upon procedures (nvie.com) will make it easier to get help from the proponents

Re: nvie branch model

2013-03-18 Thread Alex Harui
On 3/18/13 1:16 PM, Erik de Bruin e...@ixsoftware.nl wrote: I don't agree with that. I think we need 'develop' if for nothing else that set us up correctly from the start. Not sure about Mike, but you, Gordon and me are all absolute beginners on git, and following the agreed upon procedures

[jira] [Created] (FLEX-33432) some Flex projects not loading on Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
Marcus Fritze created FLEX-33432: Summary: some Flex projects not loading on Chrome Key: FLEX-33432 URL: https://issues.apache.org/jira/browse/FLEX-33432 Project: Apache Flex Issue Type: Bug

Re: [LAZY] Asking Infra to make all git repos read-write.

2013-03-18 Thread OmPrakash Muppirala
Thanks Erik. I think I will wait for at least Fred and Justin to give their final OKs - given that they have been actively working on this task. (Of course, everyone is free to give their inputs at anytime) Om On Mon, Mar 18, 2013 at 1:13 PM, Erik de Bruin e...@ixsoftware.nl wrote: Om, I

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Summary: some Flex projects not loading in Chrome (was: some Flex projects not loading on

Re: Namespaces in FXG

2013-03-18 Thread Sebastian Mohr
Sorry Alex, I was a little mixing the topics here. My basic concern is about loosing the FXG extension support in the Adobe design tools [1] [2], and, the interconnection to Apache Flex that is dependent on FXG for now. Knowing the internals of the other namespaces of FXG would be beneficial in

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: SparkPreloader.as FileUploadBug.mxml Attached a simple project that

Re: nvie branch model

2013-03-18 Thread Erik de Bruin
Gordon, Yes, to me this seems like the way to go. We work in 'develop' and once we think we're ready for 1.0, we cut a release branch, make that work and once done merge all of that into 'master' and tag it 1.0. Until then, we ignore 'master' ;-) EdB -- Ix Multimedia Software Jan

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: Firefox_working_output_used_Flex_SDK_4.6.0.png

Re: nvie branch model

2013-03-18 Thread Dasa Paddock
The nvie.comhttp://nvie.com git flow actually advocates not squashing your feature branches when you merge them to develop. From the section entitled, Incorporating a finished feature on develop. The --no-ff flag causes the merge to always create a new commit object, even if the merge could be

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Description: Some Flex projects are not loading in Chrome (Pepper Flash Player). It's

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: FileUploadBug.swf here is the created swf which is not loading in chrome

[jira] [Created] (FLEX-33433) A swf is playing well as a standalone application, but when it gets loaded in a SWFLoader the images in source swf goes off.

2013-03-18 Thread Arshad Siddiqui (JIRA)
Arshad Siddiqui created FLEX-33433: -- Summary: A swf is playing well as a standalone application, but when it gets loaded in a SWFLoader the images in source swf goes off. Key: FLEX-33433 URL:

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: Chrome_Flex_SDK_4.6.0_output.mp4 Firefox_Flex_SDK_4.6.0_output.mp4

Re: nvie branch model

2013-03-18 Thread Frédéric THOMAS
The nvie.comhttp://nvie.com git flow actually advocates not squashing your feature branches when you merge them to develop. From the section entitled, Incorporating a finished feature on develop. The --no-ff flag causes the merge to always create a new commit object, even if the merge could be

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Description: Some Flex projects are not loading in Chrome (Pepper Flash Player). It's

Re: nvie branch model

2013-03-18 Thread Dasa Paddock
I agree that for only one commit on the feature branch, merging it with --no-ff is a little excessive, but it does help if the name of the branch is valuable in the merge commit. I don't think there's any problem with rebasing the feature branch on develop before merging to keep the history

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: Firefox_Flex_SDK_4.9.0_output.mp4 Chrome_Flex_SDK_4.9.0_output.mp4

Re: Apache Flex Update Meeting in Chicago

2013-03-18 Thread JP Bader
For anyone interested in watching/participating in tonight's talk about Apache Flex from Nick Kwiatkowski (@quetwo), or Randori and it's exciting new announcement from Michael Labriola (@labriola) please sign in here: https://experts.adobeconnect.com/randori_does_apache/ We're recording, and

[jira] [Created] (FLEX-33434) Unable to add Flex objects in QTP using Flex addin 4.5.0

2013-03-18 Thread Rachit Mathur (JIRA)
Rachit Mathur created FLEX-33434: Summary: Unable to add Flex objects in QTP using Flex addin 4.5.0 Key: FLEX-33434 URL: https://issues.apache.org/jira/browse/FLEX-33434 Project: Apache Flex

[jira] [Updated] (FLEX-33427) Missing translation for postcode components

2013-03-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33427: - Description: Missing translation of error messages for the postcode componets. In English they

  1   2   >