Problems running Mavenizer

2013-09-02 Thread OmPrakash Muppirala
I am following the README from here: https://fisheye6.atlassian.com/browse/flex-utilities/mavenizer/README.txt?hb=true A couple of problems: 1. The README needs to be updated to reflect the fact that a third parameter is required: "use-apache-gid" 2. When I run it in this format: C:\p\flex_os

RE: FlexUnit

2013-09-02 Thread Pete Thomas
Thanks Mike Makes sense, I'll remove and reinstall all it's a windows box so I'm guessing the .NET build file is calling another JVM Pete Thomas tel: +44 (0)208 832 7179 www.dunnhumby.com P please consider the environment before printing this email. -Original Message- From: Michael A.

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #110

2013-09-02 Thread Erik de Bruin
This is new... 2 Mobile tests fail. Thoughts? EdB On Mon, Sep 2, 2013 at 7:44 AM, wrote: > See > > Changes: > > [jmclean] Added 160 and 640 DPI constants > > [jmclean] added new DPI buckets as valid ones to use. > > [jmclean] u

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #110

2013-09-02 Thread Justin Mclean
Hi, > This is new... 2 Mobile tests fail. They failed before the skin checkin btw so not related to that. Took a quick look, seem to be related to popups and the onscreen keyboard but not 100% what the issue is. I've still not found a way to easily debug mustella tests. Justin

RE: Problems running Mavenizer

2013-09-02 Thread Frédéric THOMAS
Back to one year ago, the last time I used the apache groupId, I couldn't use the FDKs, I'm not sure to remember why but I guess that was because FM still use a compiler ref linked to the adobe groupId, so, I would pass always false to this parameter but maybe @Chris could remind us if it is still

Re: Building the SDK

2013-09-02 Thread Harbs
Okie Dokie! I'm finally up and running. Here's what I did in case it's useful to someone else having trouble with this: 1) Make sure your local repro names match the origin repro names exactly. (i.e. they should be called "flex-sdk" and "flex-tlf"). 2) Makes sure the repros are both in the same

Re: Problems running Mavenizer

2013-09-02 Thread Avi Kessner
When I ran it I had problems with the / or \ I had to play with them for it to actually run and not quit to prompt. On 2 Sep 2013 10:58, "OmPrakash Muppirala" wrote: > I am following the README from here: > > https://fisheye6.atlassian.com/browse/flex-utilities/mavenizer/README.txt?hb=true > > A

Re: Building the SDK

2013-09-02 Thread Harbs
BTW, I get a number of build warnings when building tlf: 1) ParagraphElement has two places where currentAtomIndex has no type declaration. 2) A bunch of calls to TextLine.flushAtomData() does nothing. 3) A couple of these warnings: ApplyElementStyleNameOperation' has been deprecated. Please use

Re: Download Button on website

2013-09-02 Thread !default
Whats your browser/version and screen resolution? Probably a simple css positioning fix. Aj Sent from my iPhone On Sep 1, 2013, at 4:46 PM, Harbs wrote: > The download button appears on the right side of the website on my computer. > This obscures the text at the top of most pages. IIRC, i

Re: Shift Enter in TLF

2013-09-02 Thread Harbs
Alex, Is it possible that your latest changes broke the cursor movement for soft line breaks? Here's the behavior I'm seeing in 4.10.0: With a line break (no new paragraph), and the cursor at the beginning of the new line I'm seeing the following: A backspace will delete the line break Left ar

AW: Problems running Mavenizer

2013-09-02 Thread christofer.d...@c-ware.de
Hi, it's still that way ... and it's nothing I will be able to come upt with a fix though. The only Option would be to release Flexmojos in two flavours ... one that works with the Apache GID and one with the Adobe GID :-( Unfortunately as soon as I Switch to Apache GIDs the Testsuite completel

Re: Download Button on website

2013-09-02 Thread Harbs
I'm seeing it in Chrome and Firefox on Mac. Safari looks correct. The font on Safari is much narrower than Chrome and Firefox, so that's probably (at least part of) the issue. (Although the font on Safari looks pixelated.) On Sep 2, 2013, at 5:34 PM, !default wrote: > Whats your browser/versio

RE: FlexUnit

2013-09-02 Thread Michael A. Labriola
>Does flexUnit plan on making a mocking framework built in? The documentation >on Mockolate and other frameworks seems to have just died mid >devleopment, >and the code doesn't match the docs or the forums anymore. :( brought to you >by the letters A, V, and I and the number 47 FlexUnit belongs

Re: Shift Enter in TLF

2013-09-02 Thread Alex Harui
Yup, definitely possible. If you can make a small test case I will take a look. For now, set the ContainerController flag to false to get back to old behavior. -Alex On 9/2/13 7:40 AM, "Harbs" wrote: >Alex, > >Is it possible that your latest changes broke the cursor movement for >soft line br

Re: Building the SDK

2013-09-02 Thread Alex Harui
On 9/2/13 5:26 AM, "Harbs" wrote: > >You should now be able to edit and debug the TLF source. When you rebuild >the swc after editing the source, the correct swc should be linked. > >You will need to repeat steps 8-11 for every project you want to debug >tlf code with. > >HTH, >Harbs > >P.S. Shoul

Re: Building the SDK

2013-09-02 Thread Alex Harui
On 9/2/13 6:05 AM, "Harbs" wrote: >BTW, I get a number of build warnings when building tlf: >1) ParagraphElement has two places where currentAtomIndex has no type >declaration. >2) A bunch of calls to TextLine.flushAtomData() does nothing. >3) A couple of these warnings: ApplyElementStyleNameOp

Re: Shift Enter in TLF

2013-09-02 Thread Harbs
Just pull my test app off here https://issues.apache.org/jira/browse/FLEX-33693 And add in \u2028 somewhere to create a line break. (I think \u000A will do the same.) On Sep 2, 2013, at 5:47 PM, Alex Harui wrote: > Yup, definitely possible. > > If you can make a small test case I will take a l

Re: Building the SDK

2013-09-02 Thread Harbs
> First question: Are you using the develop branch in TLF? And building by > just running "ant" from the sdk's textLayout folder? I'm not having > these issues. I don't know what will happen if you run the build.xml in > the TLF repo. I've never done it. Yes. That's right. The missing type d

RE: Problems running Mavenizer

2013-09-02 Thread Frédéric THOMAS
Thanks Chris, that's fine to me, even with the adobe groupId, was just enough you to confirm it, I'll re-run the mavenizer / deployer between today and tomorrow with all the existing SDKs on my new computer / artifactory and check if everything goes well, I will check it still possible to get a sna

RE: Building the SDK

2013-09-02 Thread Frédéric THOMAS
Harbs, I'm in the process to install the SDK + TLF + others, before my dir structure was apache/flex/sdk, apache/flex/tlf and was working pretty well, it wasn't mandatory to have flex-sdk or flex-tlf, so, if you let me finish, I'll be able to tell you how it went. -Fred -Message d'origine---

Re: Shift Enter in TLF

2013-09-02 Thread Harbs
Never mind. I'm not seeing the problem in that test app. I'll have to figure out how to create a test case later… On Sep 2, 2013, at 6:04 PM, Harbs wrote: > Just pull my test app off here > https://issues.apache.org/jira/browse/FLEX-33693 > > And add in \u2028 somewhere to create a line break.

Re: Shift Enter in TLF

2013-09-02 Thread Harbs
Okay. Here's the deal: If your line return has text after it, the line return acts like any other character, but if you put your cursor at the end of the paragraph and delete(backspace) the text until you get to the line return, the line return will not get deleted. You can see the behavior in

RE: FlexUnit

2013-09-02 Thread Avi Kessner
Are any of the mocking frameworks being donated to apache then? The save work great, it's just documentation and getting the stack working together that I feel could be improved. On 2 Sep 2013 17:45, "Michael A. Labriola" wrote: > >Does flexUnit plan on making a mocking framework built in? The >

RE: FlexUnit

2013-09-02 Thread Avi Kessner
Save = swcs. Stupid autocorrect On 2 Sep 2013 19:51, "Avi Kessner" wrote: > Are any of the mocking frameworks being donated to apache then? The save > work great, it's just documentation and getting the stack working together > that I feel could be improved. > On 2 Sep 2013 17:45, "Michael A. L

Re: Shift Enter in TLF

2013-09-02 Thread Harbs
Here's a test case to make your life easier. Place your cursor after any of the line breaks and hit the delete key on Mac (which I think is the backspace key on Windows). It works correctly in 4.10.0, but does not work correctly in the develop branch code. http://ns.adobe.com/mxml/2009";

Re: Shift Enter in TLF

2013-09-02 Thread Harbs
FYI this makes it work correctly in the current development build as well: ContainerController.tlf_internal::usesDiscretionaryHyphens = false;

RE: Building the SDK

2013-09-02 Thread Frédéric THOMAS
I cloned flex-sdk to sdk, flex-tlf to tlf and had no problems to build the sdk. The only problem was to build falcon, I had to modify the build.xml to accept either flex-sdk or sdk and add local.properties to the .gitignore. I've been able to run ant and ant eclipse, did not try with falcon.js/jx

Re: Building the SDK

2013-09-02 Thread Harbs
If I'm not mistaken, building the sdk works, but building tlf directly does not work if the sdk is not named flex-sdk. This is a line from build.xml in TLF: Of course this could be overridden, but keeping the same directory names can't be a bad idea… ;-) On Sep 2, 2013, at 10:17 PM, Frédéric

RE: Building the SDK

2013-09-02 Thread Frédéric THOMAS
Ok, so, it is easy to make it accept other names, actually, we have flex-sdk and sdk, doing so is more flexible, personally, I don't like to have names repeating themselves in my path, I wouldn't like to have apache/flex/flex-sdk, I rather prefer to have apache/flex/sdk. I'll change that tomorrow

Re: Building the SDK

2013-09-02 Thread Mark Kessler
Am I the only person who just dumps all my GIT repo sources into a simple root folder GIT\Flex-SDK and GIT\Flex-TLF ? -Mark On Mon, Sep 2, 2013 at 3:56 PM, Frédéric THOMAS wrote: > Ok, so, it is easy to make it accept other names, actually, we have > flex-sdk > and sdk, doing so is more flexi

Re: Shift Enter in TLF

2013-09-02 Thread Harbs
I've done both the shift return and command+shift z for redo. I've tested on Mac. I'll try to test on Windows before I commit. Question: How should shift-return behave within lists? Should they behave like regular paragraphs where it only inserts a soft return, or should it create a hard return

RE: Building the SDK

2013-09-02 Thread Frédéric THOMAS
I don't know but to me, doing [myDevDisk]:/sources/apache/flex/sdk allows me to keep my source tree clean / clear having more opened/closed source projects. -Fred -Message d'origine- De : Mark Kessler [mailto:kesslerconsult...@gmail.com] Envoyé : lundi 2 septembre 2013 22:03 À : Dev@Flex

Re: Download Button on website

2013-09-02 Thread Harbs
I see the problem. When I go to http://flex.apache.org/ everything looks correct, but if I go to https://flex.apache.org/ then I get the download link shifted to the bottom left of the menu bar. The reason is because a font is not loaded: [blocked] The page at https://flex.apache.org/ ran insec

New Apache Flex user and development forums

2013-09-02 Thread Justin Mclean
Hi, The Apache Flex users and development forums provide an alternative to using the users and development mailing lists and can be found here: http://s.apache.org/flex-dev-forum http://s.apache.org/flex-users-forum Each forum is a mirror of the similarly named Apache Flex mailing list. All po

User mailing list archive gone missing

2013-09-02 Thread Justin Mclean
Hi, As noted in: https://issues.apache.org/jira/browse/FLEX-33538 The mailmark user archive has gone missing and neither of these links work: http://markmail.org/search/+list:org.apache.incubator.flex-users http://markmail.org/search/+list:org.apache.flex-users Anyone know what the real link is?

Re: Problems running Mavenizer

2013-09-02 Thread OmPrakash Muppirala
Out of that, if you don't mind, I would like to implement that feature in > the installer, sure I would need some help to make it working on mac and > Linux (I'm thinking about the git detection), however, I've got already the > code working for the windows part. > > Please go ahead with the imple

Re: User mailing list archive gone missing

2013-09-02 Thread Mark Kessler
Searching through markmail and matching Alex's name, I don't see many lists at all org.apache.incubator.flex-dev org.apache.flex.issues org.apache.incubator.flex-commits Apache's mail archive only shows our current ones. commits dev issues users -Mark On Mon, Sep 2, 2013 at 7

RE: Problems running Mavenizer

2013-09-02 Thread Frédéric THOMAS
Cool :-) -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : mardi 3 septembre 2013 01:27 À : dev@flex.apache.org Objet : Re: Problems running Mavenizer Out of that, if you don't mind, I would like to implement that feature in

RE: FlexUnit

2013-09-02 Thread Michael A. Labriola
>Are any of the mocking frameworks being donated to apache then? The save work >great, it's just documentation and getting the stack working together >that I >feel could be improved. I do not believe so. You can contact the authors about donations if others are interested as well. It is not my

Re: User mailing list archive gone missing

2013-09-02 Thread Alex Harui
Has anyone asked infra yet? Maybe it didn't get hooked up right. -Alex On 9/2/13 4:41 PM, "Mark Kessler" wrote: >Searching through markmail and matching Alex's name, I don't see many >lists >at all > >org.apache.incubator.flex-dev >org.apache.flex.issues >org.apache.incubator.flex-commits > >A

Re: Shift Enter in TLF

2013-09-02 Thread Alex Harui
On 9/2/13 1:03 PM, "Harbs" wrote: >I've done both the shift return and command+shift z for redo. I've tested >on Mac. I'll try to test on Windows before I commit. > >Question: How should shift-return behave within lists? Should they behave >like regular paragraphs where it only inserts a soft r

Re: Building the SDK

2013-09-02 Thread Alex Harui
On 9/2/13 12:45 PM, "Harbs" wrote: >If I'm not mistaken, building the sdk works, but building tlf directly >does not work if the sdk is not named flex-sdk. > >This is a line from build.xml in TLF: > > >Of course this could be overridden, but keeping the same directory names >can't be a bad idea

unregister

2013-09-02 Thread Métairie , Stéphane
-- ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have rece

Re: Build failed in Jenkins: flex-sdk_mustella-mobile #110

2013-09-02 Thread Alex Harui
There was this change: 03759d771cc3d1da7230d392915ca0f4e3ceda34 It looks good to me. A good workflow is to try to reproduce the failures locally. If you can, revert any changes you made in that area until the test passes. Then we will have narrowed down what to look for in the tests. -Alex On

Re: JSON to XML

2013-09-02 Thread Harbs
I'd like to pick up on this discussion over on the users list. Now with Adobe moving over to JS in their CS extensions, I'm going to be forced to move over quite a few extensions to js. (I'm hoping that will be an opportunity for me to get more involved in FlexJS…) One of my (many) concerns is

Re: JSON to XML

2013-09-02 Thread Alex Harui
Are you asking me to not reply until you've copied users@? On 9/2/13 11:20 PM, "Harbs" wrote: >I'd like to pick up on this discussion over on the users list. > >Now with Adobe moving over to JS in their CS extensions, I'm going to be >forced to move over quite a few extensions to js. (I'm hoping

Re: JSON to XML

2013-09-02 Thread Harbs
I moved over to dev because I thought it was the right place to go off on this tangent… On Sep 3, 2013, at 9:43 AM, Alex Harui wrote: > Are you asking me to not reply until you've copied users@? > > On 9/2/13 11:20 PM, "Harbs" wrote: > >> I'd like to pick up on this discussion over on the use