Re: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Erik de Bruin
>> These kinds of verify errors indicate mixing different swc versions. All >> swcs going into a swf must be on the same sdk version otherwise you risk >> verify errors. > > Does that mean that we ideally should release different FlexUnit > 'versions' to match each Apache Flex SDK version? At le

Re: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Erik de Bruin
> These kinds of verify errors indicate mixing different swc versions. All > swcs going into a swf must be on the same sdk version otherwise you risk > verify errors. Does that mean that we ideally should release different FlexUnit 'versions' to match each Apache Flex SDK version? At least for

Re: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Alex Harui
We just want to see the source package before you start a vote on it. Thanks Alex Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Christofer Dutz Date: Thu, Apr 2, 2015 12:46 AM To: dev@flex.apache.org; Subject:AW: [LAST CALL] FlexUnit 4.3 The staging

Re: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Alex Harui
These kinds of verify errors indicate mixing different swc versions. All swcs going into a swf must be on the same sdk version otherwise you risk verify errors. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Frédéric THOMAS Date: Thu, Apr 2, 2015 1:54 AM

Re: Check out Git

2015-04-02 Thread Alex Harui
Yes you can do that. If you only want to use the sdk and not change its code you might want to use the installer Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Dany Dhondt Date: Thu, Apr 2, 2015 5:13 AM To: dev@flex.apache.org; Subject:Check out Git Hi

Re: Check out Git

2015-04-02 Thread piotrz
Dany, If you didn't have flex repository on your PC before - yes simple checkout give you the freshest sources. But if you have had repository checkouted - you have to "Pull" and you will get the freshest sources. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in c

Re: Drag n drop from mx tree to data grid

2015-04-02 Thread Alex Harui
Tree drags hierarchical data. Data grid expects linear data. There is no built-in support. There should be several old threads on old flex forums and maybe some old blog posts as well. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: OmPrakash Muppirala Date

Re: Drag n drop from mx tree to data grid

2015-04-02 Thread OmPrakash Muppirala
Pawan, Can you post a simple example of what you are trying to achieve? This way, it would be easier for folks to help you out. Thanks, Om On Thu, Apr 2, 2015 at 2:34 AM, Pawan Yadav wrote: > Hi - I am trying drag n drop operation from mx tree to spark data grid, It > is not working, Not gett

[Installer 3.2] # Apache Flex SDK Installer 3.2 nightly build 26: Still Failing

2015-04-02 Thread flex . ci . builds
flex-utilities_installer_release-candidate - Build #26 - Still Failing Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_installer_release-candidate/26/.

Re: [1/2] git commit: [flex-tlf] [refs/heads/develop] - FLEX-34756 Split the functionality provided by FlowComposerBase.isDamaged() and StandardFlowComposer.isDamaged() into two separate functions, be

2015-04-02 Thread piotrz
Mihai, I did look into one of the failing test. -> ImportAPITest:testMarkupImportErrors. In general this test is checks whether we are getting appropriate error message. I've went through the code and found that method "getResourceString" from class spark.utils.TextUtil returns null. Resource bu

Check out Git

2015-04-02 Thread Dany Dhondt
Hi, Just this little question to be sure: Now that a new version of the sdk is available, syncing this with sdk in my computer is as simple as 'git checkout'? Thx, Dany

AW: AW: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Christofer Dutz
But eventually this would be worth solving first ... it seems the automatiacly generated runner generates code, which is not backward compatible. Eventually we could fix this, but I guess someone else could give this a look ... I'm more the tooling guy ;-) Chris ___

AW: AW: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Christofer Dutz
There were different compilations of FlexUnit available in the earlier days ... perhaps to avoid that error? Chris Von: Frédéric THOMAS Gesendet: Donnerstag, 2. April 2015 13:05 An: dev@flex.apache.org Betreff: RE: AW: AW: [LAST CALL] FlexUnit 4.3 Btw,

RE: AW: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Frédéric THOMAS
Btw, now I'm thinking a little bit more about it, I think I used FU 4.1 with my last 4.6 project because of the same issue and used the 4.2 for apache SDKs. Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: AW: AW: [LAST CALL] FlexUnit 4.3 > Date: Thu, 2 Ap

RE: AW: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Frédéric THOMAS
Hi Chris, Yes, with the 4.6 but was pretty sure to remember that I used the FU 4.2 with my last 4.6 project (maven) and worked fine, maybe I've got a bad memory. > Did we change anything signifficantly? I'm not sure but that's pity if it means it won't work with the 4.6 Frédéric THOMAS > From

AW: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Christofer Dutz
Hi Frederic, well I think FlexUnit is compiled with Flex 4.12 (At least I think this is what I could see in the Ant scripts) ... in the End I think it will use whatever is located in the FLEX_HOME variable (Which is a 4.13 for the system I built the artifacts from). Judging from your message I

Drag n drop from mx tree to data grid

2015-04-02 Thread Pawan Yadav
Hi - I am trying drag n drop operation from mx tree to spark data grid, It is not working, Not getting any dragdrop event. But drag n drop from data grid to data grid is working fine. Is it supported to drop file in data grid from tree or native drag n drop ᐧ

RE: AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Frédéric THOMAS
Hi, Except the site [1] was extremely slow at me this morning at 9 am GMT +0, I've been able to run all my tests with this new FU version from IntelliJ. Out of the IDE, my build system for this app is done with Rake (ruby) and use a Runner app which once compile is launched by ADL, for this

AW: [LAST CALL] FlexUnit 4.3

2015-04-02 Thread Christofer Dutz
The staging repo is for the playing around ... the source package is needed for the release. I didn't quite see the point in deploying the source package to the Nexus as the source package is released otherwise. Chris Von: Justin Mclean Gesendet: Donner