[jira] [Commented] (FLEX-28915) Data disappears from DataGrid when tablet state changed from portrait to landscape

2013-03-29 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13617998#comment-13617998 ] Alex Harui commented on FLEX-28915: --- Scroller calls clearVirtualCache on GridLayout when

[jira] [Assigned] (FLEX-28915) Data disappears from DataGrid when tablet state changed from portrait to landscape

2013-03-29 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui reassigned FLEX-28915: - Assignee: Alex Harui > Data disappears from DataGrid when tablet state changed from portrait

[jira] [Commented] (FLEX-28915) Data disappears from DataGrid when tablet state changed from portrait to landscape

2013-03-29 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13617995#comment-13617995 ] Alex Harui commented on FLEX-28915: --- Possible workaround: Add script block to HomeView.

Re: [DISCUSS] Apache Flex SDK Installer 2.5 RC4 (was: [DISCUSS] Apache Flex SDK Installer 2.5 RC3)

2013-03-29 Thread Justin Mclean
HI, > Can you please build RC4 before I go for a vote, I just committed the sources > and the release files ? Think this needs a minor change before calling for a new RC. installer/src/org/apache/flex/packageflexsdk/view/components/Tracker.mxml is missing an apache header. Justin

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Alex Harui
OK, I added an 'all' target to the flex-falcon build.xml. I wasn't sure Gordon wanted to wait for the FalconJX stuff when running the default main target. Running 'all' should also set up Eclipse properly for FalconJX. I was able to use the .classpath files as-is after that. On 3/29/13 1:58 PM

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Alex Harui
OK, sounds like we have reached consensus. I will try to get everything working again. On 3/29/13 1:51 PM, "Erik de Bruin" wrote: > I think what's meant by "bad practice" is that most Eclipse projects > are set up with local system dependencies in them, like paths etc. > Having that type of in

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Erik de Bruin
I think what's meant by "bad practice" is that most Eclipse projects are set up with local system dependencies in them, like paths etc. Having that type of information under version control would mean that everyone would change the information in the project to their required settings, end up with

RE: Can't build compiler.jx in Eclipse

2013-03-29 Thread Gordon Smith
I see no reason not to have Eclipse projects under source control. Why would this be bad practice? - Gordon -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Friday, March 29, 2013 11:28 AM To: dev@flex.apache.org Subject: Re: Can't build compil

RE: Can't build compiler.jx in Eclipse

2013-03-29 Thread Gordon Smith
I know Ant well enough to figure it out. - Gordon -Original Message- From: Michael Schmalle [mailto:apa...@teotigraphix.com] Sent: Friday, March 29, 2013 12:14 PM To: dev@flex.apache.org Subject: RE: Can't build compiler.jx in Eclipse downloads.xml downloads those 2 deps. Don't know wh

RE: Can't build compiler.jx in Eclipse

2013-03-29 Thread Michael Schmalle
downloads.xml downloads those 2 deps. Don't know why it is not doing that for you. I am no build file nija either. Mike Quoting Gordon Smith : Did you get it to work with the checked-in project files? No, I haven't had time to figure out what the problem is. The compiler.jx project is loo

RE: Can't build compiler.jx in Eclipse

2013-03-29 Thread Gordon Smith
> Did you get it to work with the checked-in project files? No, I haven't had time to figure out what the problem is. The compiler.jx project is looking for google/closure-compiler/compiler.jar. Running 'ant clean main' at the level of flex-falcon doesn't produce such a file anywhere. I suspect

Re: [FalconJx] progress update

2013-03-29 Thread Erik de Bruin
Ok, we're back in business! I think this time I have been working with the right version of FlexJS (the one with the timer and the drop down list?) and it looks to work as advertised: http://people.apache.org/~erikdebruin/flexjs/ Time to get packing for the long flight ;-) EdB On Fri, Mar 29,

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Om
A happy middle would be to affix a ".template" extension and check that in. And the actual file extension would be added to gitignore. For example, .project would be added to gitignore. But, .project.template can be checked in. Whoever wants to use it, can copy the file into .project locally an

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Michael Schmalle
I will add my 2 cents. I think the people that say "keep the IDE files out" are used to maven and other such tools that can setup your IDE for you. The falcon framework has non of this and until it does, the Eclipse project IDE files stay in the repo. Mike Quoting Alex Harui : Gordon,

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Alex Harui
Gordon, Did you get it to work with the checked-in project files? On 3/29/13 10:14 AM, "Gordon Smith" wrote: > The project files should be under source control and they should build without > tweaking when you import them. The only exception is having to configure > things at the workspace leve

Re: Falcon functional test failure

2013-03-29 Thread Carlos Rovira
Thanks to you for bring it out Gordon :) 2013/3/29 Gordon Smith > Ah, I see Carlos took care of it. Thanks, Carlos! > > - Gordon > > -Original Message- > From: Gordon Smith [mailto:gosm...@adobe.com] > Sent: Friday, March 29, 2013 10:12 AM > To: dev@flex.apache.org > Subject: RE: Falco

RE: Falcon functional test failure

2013-03-29 Thread Gordon Smith
Ah, I see Carlos took care of it. Thanks, Carlos! - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Friday, March 29, 2013 10:12 AM To: dev@flex.apache.org Subject: RE: Falcon functional test failure Aha, I should have realized that it was likely a recent c

RE: Can't build compiler.jx in Eclipse

2013-03-29 Thread Gordon Smith
The project files should be under source control and they should build without tweaking when you import them. The only exception is having to configure things at the workspace level. For example, the compiler project requires that ANT_JAR be set in the classpath of the workspace. - Gordon

RE: Falcon functional test failure

2013-03-29 Thread Gordon Smith
Aha, I should have realized that it was likely a recent change to the framework. I recommend renaming it to removedItem. I try not to change the SDK because I'm not sure what tests I have to run. Are you willing to do it? - Gordon -Original Message- From: Cyrill Zadra [mailto:cyrill.za.

[DISCUSS] Apache Flex SDK Installer 2.5 RC4 (was: [DISCUSS] Apache Flex SDK Installer 2.5 RC3)

2013-03-29 Thread Frédéric THOMAS
Hi Justin, Can you please build RC4 before I go for a vote, I just committed the sources and the release files ? Thanks, -Fred

Re: [FalconJx] progress update

2013-03-29 Thread Erik de Bruin
Ah, and there's plenty left for you to "learn" from :-) EdB On Fri, Mar 29, 2013 at 2:30 PM, Alex Harui wrote: > No worries. Might be a good way for me to learn how it works by getting it > to work. > > > On 3/29/13 12:31 AM, "Erik de Bruin" wrote: > >> Uh oh... Turns out I was testing again

Re: [FalconJx] progress update

2013-03-29 Thread Erik de Bruin
Nearly there... EdB On Fri, Mar 29, 2013 at 2:30 PM, Alex Harui wrote: > No worries. Might be a good way for me to learn how it works by getting it > to work. > > > On 3/29/13 12:31 AM, "Erik de Bruin" wrote: > >> Uh oh... Turns out I was testing against an outdated ASJS lib >> (pre-fb614905

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Frédéric THOMAS
I can't remember I tried it but logically, removing the .classpath from the .gitignore, committing only the .classpath then re-adding it in the .gitignore should work but still, I think it's better to write a guideline than checkin IDE files :) -Fred -Message d'origine- From: Alex Ha

Re: [FalconJx] progress update

2013-03-29 Thread Alex Harui
No worries. Might be a good way for me to learn how it works by getting it to work. On 3/29/13 12:31 AM, "Erik de Bruin" wrote: > Uh oh... Turns out I was testing against an outdated ASJS lib > (pre-fb614905ac), so FalconJx DOESN'T WORK against the current > iteration of FlexJS. Sorry about th

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Alex Harui
Is there a way to have a file in git that is also in gitignore? That way you get it when you clone, but when you modify it, it doesn't get checked back in. On 3/29/13 12:27 AM, "Cyrill Zadra" wrote: > Currently its quite easy to setup the eclipse falcon project. > > Import falcon projects in

Re: [Git + Falcon] all projects in one basket?

2013-03-29 Thread Jose Barragan
Just two ideas: 1- clone again in your hard disk to establish each current branch and related each together, just for your local usage 2- separate those subprojects as git submodules, by this way, you can establish any pointer at any submodule related from a single commit in master project. -Jo

Re: [Git + Falcon] all projects in one basket?

2013-03-29 Thread Frédéric THOMAS
True Justin, it's not my intention, maybe my misunderstanding of the projects living together, having apparently, from what I can understand things in common but not in the same development line ? it is where I'm lost maybe. If it is just to create a bugFix branch and get back the work (or a p

Re: [Git + Falcon] all projects in one basket?

2013-03-29 Thread Justin Mclean
Hi, > That's not currently the case, so project1 can live on a branch, when you > needs commits from another branch/project Please -1 to this. Just work in develop as was voted on. Why do we need to make things far more complex than they need to be? Justin

Re: [Git + Falcon] all projects in one basket?

2013-03-29 Thread Frédéric THOMAS
Well, I don't know the specifics of your projects, I mean how those projects have things in common, so don't take my answer as 100% adapted for your case. Tell more specific case, maybe I can't be more specific as well. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Friday, M

Re: [Git + Falcon] all projects in one basket?

2013-03-29 Thread Frédéric THOMAS
The normal git workflow imply you have 1 project per repo, unit tests included, functional tests could stand in another one. That's not currently the case, so project1 can live on a branch, when you needs commits from another branch/project, depending of what you need, you can do a 'git rebase

[Git + Falcon] all projects in one basket?

2013-03-29 Thread Erik de Bruin
Hi, A question for the git gurus out there: Currently all 5 Falcon projects (compiler, js, js and 2x tests) are all in one repo. This means that on my system, all these repos will be on the same branch. Now, if at some point in the future we want to work on Jx in one branch (say a BugFix), but wa

Re: Welcome our newest Apache Flex committer Mark Kessler

2013-03-29 Thread Carlos Rovira
Welcome Mark! 2013/3/29 Jose Barragan > Welcome aboard Mark > > -Jose > > On Mar 29, 2013, at 2:52 AM, Mark Kessler > wrote: > > > Thank you, > > > > Bit about what I use Flex for and what I plan on working on with the > SDK... > > > > I started building web based applications in 2007 up to th

Re: Falcon functional test failure

2013-03-29 Thread Carlos Rovira
commited. Sorry for the inconvenience. Carlos 2013/3/29 Carlos Rovira > Hi, > > this my fault. I'll commit the fix ASAP. > > thanks for seeing this. > > Best, > > Carlos > > > > 2013/3/29 Cyrill Zadra > >> Same here.. It's a new warning which is introduced through this >> commit. >> https://g

Re: Falcon functional test failure

2013-03-29 Thread Carlos Rovira
Hi, this my fault. I'll commit the fix ASAP. thanks for seeing this. Best, Carlos 2013/3/29 Cyrill Zadra > Same here.. It's a new warning which is introduced through this > commit. > https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=commitdiff;h=461281f5818f25319391c6188805512cebc4d

Re: Welcome our newest Apache Flex committer Mark Kessler

2013-03-29 Thread Jose Barragan
Welcome aboard Mark -Jose On Mar 29, 2013, at 2:52 AM, Mark Kessler wrote: > Thank you, > > Bit about what I use Flex for and what I plan on working on with the SDK... > > I started building web based applications in 2007 up to the present day. I > currently have 12 active apps, so I have qu

Re: [FalconJx] progress update

2013-03-29 Thread Erik de Bruin
Uh oh... Turns out I was testing against an outdated ASJS lib (pre-fb614905ac), so FalconJx DOESN'T WORK against the current iteration of FlexJS. Sorry about that. I will work on that today, but I don't have a lot of time, so it might be a while before I can catch up, due to next week's travel to t

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Cyrill Zadra
Currently its quite easy to setup the eclipse falcon project. Import falcon projects in eclipse, run ant script, sometimes refresh the projects and you are ready to go.. Wouldn't it get more complicated if you put classpath to gitignore? Then I always have to add the libraries by myself. Just

Re: Update about Utilities repo migration

2013-03-29 Thread Om
Hi, The flex-utilities git repo is now read/write. It is available here: https://git-wip-us.apache.org/repos/asf/flex-utilities.git Also, https://git-wip-us.apache.org/repos/asf/flex-external.git is up for review. Alex, if you can get this reviewed, I will go ahead and ask them to open it up fo