[VF2JS] has (kinda) landed...

2014-08-01 Thread Erik de Bruin
Hi, An update on my VF2JS progress: - merged/moved the code from the various feature branches to the 'develop' branches: - flex-sdk: NO CHANGES were made; VF2JS will be an overlay over a regular SDK - flex-asjs: added 'vf2js' directory and two examples; added two targets to 'build-example.xml

issue w/embedded text asset and incremental compiles

2014-08-01 Thread Scott Talsma
Hello all, I just spent too much time tracking down a RTE to having incremental compiles turned on. Basically, it was very hit and miss; it always would compile fine; run when running the installed product is would sometimes sometimes simply fail, throwing a Error #1065, before it even ran the cla

Re: Next Donation from Adobe

2014-08-01 Thread Darrell Loverin
>>9. The source code for a prototype of a code coverage utility that I wrote. Has this code been donated? -Darrell On Fri, Mar 28, 2014 at 11:42 AM, Alex Harui wrote: > Hi folks, > > Adobe legal and business folks have approved the donation of several > Flex-related items to Apache. The dona

I must be going mad in my git-based on age

2014-08-01 Thread Tom Chiverton
#git push Username for 'https://git-wip-us.apache.org': t...@apache.org Password for 'https://t...@apache.org@git-wip-us.apache.org': fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/flex-sdk.git/': The requested URL returned error: 500 I don't use git very much outside of Flex

Re: I must be going mad in my git-based on age

2014-08-01 Thread Tom Chiverton
TomOn Friday 01 Aug 2014 18:57:58 Chiverton wrote: > #git push > Username for 'https://git-wip-us.apache.org': t...@apache.org Doh ! Should be just 'tomc'. Now, why am I getting : To https://git-wip-us.apache.org/repos/asf/flex-sdk.git ! [rejected]master -> master (non-fast-forward) er

AW: Missing BlazeDS repo on the sources page

2014-08-01 Thread Christofer Dutz
Hi Justin, I double checked, the build and I can't find a single binary resource (not a single image file and not any other binary artifact). The build is running niceley without a single compile error. The only problems there are are that 2 AMF related tests seem to be failling, but here I k

Re: I must be going mad in my git-based on age

2014-08-01 Thread OmPrakash Muppirala
I just saw your commit; I am assuming you fixed the issue? In any case, I recommend that you use a GUI tool (TortoiseGit, SmartGit, etc.) It will make your life much easier. Here is what I usually do: 1. Commit my code into my local branch 2. Do a Fetch 3. Then do a Rebase 4. Then push to r

Re: I must be going mad in my git-based on age

2014-08-01 Thread Tom Chiverton
On Friday 01 Aug 2014 11:14:19 OmPrakash Muppirala wrote: > I just saw your commit; I am assuming you fixed the issue? Oh, so it worked despite the error ? Going back in my shell history, I see the first commit was only partly working ? Counting objects: 118, done. Delta compression using up to 4

AW: Missing BlazeDS repo on the sources page

2014-08-01 Thread Christofer Dutz
Keep in mind that the maven build I am running is only running the "modules" part of the entire suite as this is built by maven and contains the heart of BlazeDS (All libs and the testsuite fort he core libraries). The surrounding stuff seemed completely outdated and more like a testsuite for co

Re: I must be going mad in my git-based on age

2014-08-01 Thread OmPrakash Muppirala
On Fri, Aug 1, 2014 at 11:18 AM, Tom Chiverton wrote: > On Friday 01 Aug 2014 11:14:19 OmPrakash Muppirala wrote: > > I just saw your commit; I am assuming you fixed the issue? > > Oh, so it worked despite the error ? > Yes, it did. For the develop branch. You should subscribe to comm...@flex.

Re: [LAZY] Enabling Github pull requests in Apache Flex

2014-08-01 Thread OmPrakash Muppirala
I have created a JIRA ticket for Infra for this integration [1] I will send an update when this gets done. Thanks, Om [1] https://issues.apache.org/jira/browse/INFRA-8140 On Mon, Jul 28, 2014 at 9:52 AM, OmPrakash Muppirala wrote: > On Mon, Jul 28, 2014 at 2:46 AM, Christofer Dutz < > christ

Pending pull requests on Github

2014-08-01 Thread OmPrakash Muppirala
There are 3 pending requests on Github for flex-sdk [1] Does someone want to take a shot a committing them into the repo? Thanks, Om [1] https://github.com/apache/flex-sdk/pulls

Away Aug 3 - Sep 4

2014-08-01 Thread Gordon Smith
I won't be able to respond to any Falcon questions on the Apache Flex lists during this time. - Gordon

Re: Next Donation from Adobe

2014-08-01 Thread Alex Harui
On 8/1/14 10:39 AM, "Darrell Loverin" wrote: >>>9. The source code for a prototype of a code coverage utility that I >wrote. >Has this code been donated? Yes, it is the flex-utilities repo in the CodeCoverage folder. I've used this code to do a tracing profiler and started in on trying to use

Re: [VF2JS] has (kinda) landed...

2014-08-01 Thread Alex Harui
Very cool. I'm wondering: -Does it really need its own build or is it just part of FalconJX and FlexJS builds? -Does it really need its own installer? Currently the FLexJS install downloads and installs part of the current Flex SDK. I'm wondering if that install should set up another folder full

Re: issue w/embedded text asset and incremental compiles

2014-08-01 Thread Alex Harui
Incremental compilation is unfortunately known to be buggy. I suppose you could file a bug with a reproducible test case, but I'm not sure if we'll be able to reproduce it or are willing to take the risk to fix it. Hopefully in the future, the Falcon compiler will just be faster and avoid trying t