Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Erik de Bruin
Or sometimes plain Refresh (F5) on the project helps. EdB On Fri, Mar 29, 2013 at 4:55 AM, Cyrill Zadra cyrill.za...@gmail.com wrote: No that should be enough. You could also try 'ant super-clean main'. Sometimes you need to reopen and rebuild the eclipse project. Cyrill On Fri, Mar

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Alex Harui
When I first imported the project it did not build and I ended up tweaking the project properties. Do we want the project files in Git? On 3/28/13 11:22 PM, Erik de Bruin e...@ixsoftware.nl wrote: Or sometimes plain Refresh (F5) on the project helps. EdB On Fri, Mar 29, 2013 at 4:55

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Erik de Bruin
Normally, we don't. Some documentation might come in handy, though. EdB On Fri, Mar 29, 2013 at 7:25 AM, Alex Harui aha...@adobe.com wrote: When I first imported the project it did not build and I ended up tweaking the project properties. Do we want the project files in Git? On 3/28/13

Re: Can't build compiler.jx in Eclipse

2013-03-29 Thread Alex Harui
The .classpath files in compiler.jx and compiler.jx/tests are showing up as modified in git. Should we put them in .gitignore? I wouldn't mind having them in there as a starting point. On 3/28/13 11:55 PM, Erik de Bruin e...@ixsoftware.nl wrote: Normally, we don't. Some documentation might

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

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

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 kesslerconsult...@gmail.com 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

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 cyrill.za...@gmail.com Same here.. It's a new warning which is introduced through this commit.

Re: Falcon functional test failure

2013-03-29 Thread Carlos Rovira
commited. Sorry for the inconvenience. Carlos 2013/3/29 Carlos Rovira carlos.rov...@codeoscopic.com Hi, this my fault. I'll commit the fix ASAP. thanks for seeing this. Best, Carlos 2013/3/29 Cyrill Zadra cyrill.za...@gmail.com Same here.. It's a new warning which is introduced

Re: Welcome our newest Apache Flex committer Mark Kessler

2013-03-29 Thread Carlos Rovira
Welcome Mark! 2013/3/29 Jose Barragan jose.barra...@codeoscopic.com Welcome aboard Mark -Jose On Mar 29, 2013, at 2:52 AM, Mark Kessler kesslerconsult...@gmail.com wrote: Thank you, Bit about what I use Flex for and what I plan on working on with the SDK... I started building

[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

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

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,

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

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.

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 cyrill.za...@gmail.com wrote: Currently its quite easy to setup the eclipse falcon project. Import

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

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 aha...@adobe.com 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 e...@ixsoftware.nl wrote: Uh oh... Turns out I was testing against an outdated

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 aha...@adobe.com 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 e...@ixsoftware.nl wrote: Uh oh... Turns

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

Re: Falcon functional test failure

2013-03-29 Thread Carlos Rovira
Thanks to you for bring it out Gordon :) 2013/3/29 Gordon Smith gosm...@adobe.com 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: 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 gosm...@adobe.com 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

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 and

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

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 gosm...@adobe.com: 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

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

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

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 a

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 e...@ixsoftware.nl 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

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

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

[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-tabpanelfocusedCommentId=13617995#comment-13617995 ] Alex Harui commented on FLEX-28915: --- Possible workaround: Add script block to

[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-tabpanelfocusedCommentId=13617998#comment-13617998 ] Alex Harui commented on FLEX-28915: --- Scroller calls clearVirtualCache on GridLayout when