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 O

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 exact

[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 a

[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-tabpanel&focusedCommentId=13604933#comment-13604933 ] Alexander Doroshko commented on FLEX-33427: --- Better translation to Russian (sorr

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 mess

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 deal

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-tabpanel&focusedCommentId=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 what

Re: Git and revision numbers

2013-03-18 Thread Frédéric THOMAS
JIRA use the JIRA Fisheye plugin to link the sources with, aparently, it's not setup for our project, I retreived the infra ticket [1], we can then directly deal with altassian to setup our project with fisheye. From [2] : Support FAQ Can we use Fisheye to browse and search our repository? Y

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 wr

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 Mercedes

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 T

.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 t

Re: Namespaces in FXG

2013-03-18 Thread Sebastian Mohr
Ok Alex, I'll give it a try. Is there any more documentation beside of this [1] about FXG and its supported namespaces? Is there a DTD or a XSD Schema that describes the language set? [...] xmlns:ATE="http://ns.adobe.com/ate/2009"; xmlns:ai="http://ns.adobe.com/ai/2009"; xmlns:fc="http://ns.adobe

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: FlexComponentKi

[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-tabpanel&focusedCommentId=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" 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. > > > BTW, an SVN

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 flex

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 asks

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" 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 that's not > in

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" wrote: > Actually, on windows, I've the same file but with mxp extension, which I > excluded thru the

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" wrote: > Ok Alex, > > I'l

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: de

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: FlexComponent

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: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Alex Harui
Let's make sure we're talking about the right file: I thought the MXI is source. It certainly looks like it. The MXP is generated and should be in the ignore list. What is Git showing as changes in that file? On 3/18/13 8:36 AM, "Frédéric THOMAS" wrote: > That's why I wanted folks reviewed

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 wrote: > Amigos estou implementando uma galeria de imagens. > > As imagens estao vindo corretamente, mas quando tento rolar para ver mais > ima

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 chang

Re: Help Error TileList

2013-03-18 Thread Marcio Fermino
same problem the code 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" creationComplete="titlewindow1_creationCompleteHandler(event)">

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 ins

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: FlexComponentKit.m

Re: Help Error TileList

2013-03-18 Thread Marcio Fermino
Friend, thank you. I resolved The error is implementation http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.a

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" wrote: > same problem > > the code > > > http://ns.adobe.com/mxml/2009"; > xmlns:s="library://ns.a

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Marcio Fermino
Friend resolved… http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"

Re: Namespaces in FXG

2013-03-18 Thread jude
+1 on the documentation. Maybe a PDF. There are tags are being removed on the specifications page. For example, search for "broad" and in the document and you'll see this, "Elements such as , , http://sourceforge.net/adobe/flexsdk/wiki/SolidColor>> define actual content that typically appear in or

Re: .gitignore: FlexComponentKit.mxi

2013-03-18 Thread Alex Harui
There are two flash-integration folders: frameworks/flash-integration and frameworks/projects/flash-integration. Are you looking in the right one? On 3/18/13 9:31 AM, "Frédéric THOMAS" wrote: > Weird, I haven't got the mxi version of this file in my repo, only the mxp > one, not even after I b

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 nu

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 sug

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), s

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" wrote: > 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 > > --

Re: Git and revision numbers

2013-03-18 Thread Alex Harui
On 3/18/13 10:16 AM, "Gordon Smith" 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 > distinguis

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 AM

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 wrote: > > > > On 3/18/13 10:16 AM, "Gordon Smith" wrote: > >>> what can we put in JIRA to show exactly what changes that have occurred >> >> I r

Re: Git commit emails

2013-03-18 Thread Om
On Mon, Mar 18, 2013 at 10:20 AM, Gordon Smith 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 to pay more

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 r

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 wrote: > Thanks Alex, I haven't no

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 docume

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 right

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 br

Re: Git commit emails

2013-03-18 Thread Alex Harui
I am fine with your suggestion. On 3/18/13 10:45 AM, "Om" wrote: > On Mon, Mar 18, 2013 at 10:20 AM, Gordon Smith 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 thi

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 git

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 mailto: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: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Alex Harui
There are instructions in build.xml about having to install some jars to run RAT. On 3/18/13 11:24 AM, "Frédéric THOMAS" wrote: > 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:

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Frédéric THOMAS
I done that already when I first looked at the build.xml :P -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 7:30 PM To: dev@flex.apache.org Subject: Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3 There are instructions in build.xml about having to install som

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Om
I just did an ant release locally and I see the rat.report file after the build is complete. Are you sure that your explorer is not hiding the file or something like that? If not, can you please debug the ant script? That shouldnt block us from releasing, though. If you just fix the issues that

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: http://git-wip-us.apache.org/repos/asf/flex-sdk/r

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 - R

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" wrote: > I done that already when I first looked at the build.xml :P > > -Fred > > -Message d'origine- > From: Alex Harui > Sent: Monday,

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-tabpanel&focusedCommentId=13605464#comment-13605464 ] Mikko Torniainen commented on FLEX-33427: - for fi_FI (Finnish) invalidCharPostcod

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 wrote: > Actually, the current format, see the example[1], shows everything we > need, maybe even too

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 http

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 ex

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" 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 license > from the M

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

2013-03-18 Thread Alex Harui
I put in the original FLAs from Adobe (they are binary files so didn't want to put them in the main project) and a tool for converting FLAs to FXG. On 3/18/13 12:09 PM, "Frédéric THOMAS" wrote: > 1. Migrate the External project to git > > Why the External project is for ? I looked inside but

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 Subjec

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

2013-03-18 Thread Frédéric THOMAS
Ok, so what's the interest of migrating this repo except maybe for homogeneity, does it worth to migrate it ? -Fred -Message d'origine- From: Alex Harui Sent: Monday, March 18, 2013 8:39 PM To: dev@flex.apache.org Subject: Re: [LAZY] Asking Infra to make all git repos read-write. I p

Re: [VOTE] Release InstallApacheFlex 2.5.2 - RC3

2013-03-18 Thread Alex Harui
On 3/18/13 12:39 PM, "Frédéric THOMAS" wrote: > @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 ? > Nope. Rat was the only indicator of a bad kit that I saw. I

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 rep

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 read/

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 wit

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 r

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" 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, March 18, 201

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' be

Re: nvie branch model

2013-03-18 Thread Alex Harui
On 3/18/13 12:54 PM, "Gordon Smith" 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 like to u

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 (http://www.ixsoftwar

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 a

[Website] Links to "new" Mailing List Archives missing

2013-03-18 Thread Marcus Fritze
Hi, it seems that on the mailing list page [1] the links to the "new" archives are missing. There are only links to the incubator archives. The new links of the Apache Archives: commits:http://mail-archives.apache.org/mod_mbox/flex-commits/ dev:http://mail-archives.a

RE: nvie branch model

2013-03-18 Thread Gordon Smith
Erik, are you OK with just doing everything on a 'develop' branch? - Gordon -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Monday, March 18, 2013 1:16 PM To: dev@flex.apache.org Subject: Re: nvie branch model I don't agree with that. I think we need 'develop' i

Re: nvie branch model

2013-03-18 Thread Alex Harui
On 3/18/13 1:16 PM, "Erik de Bruin" 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 > (nvie.com)

[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 wrote: > Om, > > I gave the OK in a

[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 Chrome

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 ca

[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 i

  1   2   >