Re: AW: AW: Where to host the Maven SDK generator?

2012-11-06 Thread Erik de Bruin
I'll be happy to work with you to get the code into the 'utilities' section of the repo, once the grant is approved. EdB On Tue, Nov 6, 2012 at 9:01 PM, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > I Just talked to Justin at the ApacheCon ... he'll send me a link to this >

Re: [RESULT] [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Erik de Bruin
+1 on Om's expedited release procedure. EdB On Tue, Nov 6, 2012 at 11:38 PM, Om wrote: > Given that we have voted on this so many times already, I dint see a need > for another 72 hour window. But I will keep this voting thread open and if > the Release Candidate gets more -1s than +1s, I w

Re: Bug Fixing

2012-11-06 Thread Alex Harui
What does the default GIT output look like? I should probably extend the utility to handle that format. On 11/6/12 10:01 PM, "Cyrill Zadra" wrote: > Hey Alex > > Went through https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing and > tried to fix step by step a EasyFix labeled jira ite

[jira] [Updated] (FLEX-33238) Falcon Compile Error when using id attribute with ConstraintRow, ConstraintColumn or AddChild

2012-11-06 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33238: Description: Using the id attribute in or throws the error: C:\dev\ie8-git\flexclient\FalconTes

[jira] [Updated] (FLEX-33238) Falcon Compile Error when using id attribute with ConstraintRow, ConstraintColumn or AddChild

2012-11-06 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33238: Attachment: AddChildRowIdTest.mxml > Falcon Compile Error when using id attribute with Constrai

Re: Bug Fixing

2012-11-06 Thread Cyrill Zadra
Hey Alex Went through https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing and tried to fix step by step a EasyFix labeled jira item by myself. Everything necessary is written in this page.. it's very useful. There was only one thing.. I use git instead of svn so the command there could be

Re: About Flex runtime

2012-11-06 Thread Alex Harui
On 11/6/12 5:03 PM, "Frédéric THOMAS" wrote: > misconfigured ? > > I can't figure out how... could you elaborate pls ? Let's say you opt out of choosing to set up the embedded font libraries. If you do that, then all rotated text is blank for mx controls. Once that happens, if you then caus

[jira] [Updated] (FLEX-29017) FlexPrintJob: printJob property is private and not accessible

2012-11-06 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-29017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-29017: Attachment: (was: MustellaTest.diff.txt) > FlexPrintJob: printJob property is private and n

[jira] [Updated] (FLEX-29017) FlexPrintJob: printJob property is private and not accessible

2012-11-06 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-29017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-29017: Attachment: MustellaTest.diff the correct diff file > FlexPrintJob: printJob prope

[jira] [Updated] (FLEX-29017) FlexPrintJob: printJob property is private and not accessible

2012-11-06 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-29017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-29017: Attachment: MustellaTest.diff.txt Didn't find any test so I tried to create an own mustella test. B

[jira] [Updated] (FLEX-29017) FlexPrintJob: printJob property is private and not accessible

2012-11-06 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-29017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-29017: Attachment: Patch.diff > FlexPrintJob: printJob property is private and not accessible > --

Re: Bug Fixing

2012-11-06 Thread Cyrill Zadra
Hi carlos I think at the moment there is no develop branch in svn.. so there is nothing to be mirrored to github. In the wiki ( https://cwiki.apache.org/confluence/display/FLEX/Falcon+Overview) page I found following about this -> > Adobe donated the source code to the Falcon compiler as revision

Re: [RESULT] [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Leif Wells
+1 Binding

Re: About Flex runtime

2012-11-06 Thread Frédéric THOMAS
misconfigured ? I can't figure out how... could you elaborate pls ? -Message d'origine- From: Alex Harui Sent: Wednesday, November 07, 2012 1:58 AM To: flex-dev@incubator.apache.org Subject: Re: About Flex runtime Until all the tests pass in the actual official version of the SDK,

Re: About Flex runtime

2012-11-06 Thread Alex Harui
> Until all the tests pass in the actual official version of the SDK, > switching to another swf version shouldn't be a problem when re-generating > the images. > Do I miss something ? Again, if you generate your own baselines, there is a chance you are misconfigured and will miss something. --

Re: About Flex runtime

2012-11-06 Thread Frédéric THOMAS
There may also be a way to speed up the current algorithm From what I read before, even optimizing the pause time the gain would be no more than 1 hour which represent no more than between 1/5 and 1/8 of the total time which is low. My fear is that the next player version will break the bitm

Re: About Flex runtime

2012-11-06 Thread Alex Harui
On 11/6/12 2:48 PM, "Frédéric THOMAS" wrote: > ok, I see :) > > ps: Given it's slower, will it be mixed with the today pixel based framework > in order to be used only when there is hassle dealing with differences in > the rendering pipeline ? > I suppose we could do that. We'll see as I ge

Re: mxmlc locales

2012-11-06 Thread Frédéric THOMAS
Thank you Alex, I found it, it happens that's it's done automaticaly using the release target, I'll be able to manage now, cheers. -Message d'origine- From: Alex Harui Sent: Wednesday, November 07, 2012 12:37 AM To: flex-dev@incubator.apache.org Subject: Re: mxmlc locales Hmm, looks

Re: mxmlc locales

2012-11-06 Thread Alex Harui
Hmm, looks like I'm 0 for 2. Sorry. On further examination it looks like you can set the localized.jar property to true in your local.properties. On 11/6/12 3:18 PM, "Frédéric THOMAS" wrote: > hum... other.locales is only for the framework, not the compiler or am I > wrong ? > > -Message

Re: mxmlc locales

2012-11-06 Thread Frédéric THOMAS
hum... other.locales is only for the framework, not the compiler or am I wrong ? -Message d'origine- From: Alex Harui Sent: Tuesday, November 06, 2012 11:58 PM To: flex-dev@incubator.apache.org Subject: Re: mxmlc locales Sorry, I gave you the wrong answer. I thought you were talking

[jira] [Commented] (FLEX-33242) Mustella tests failed: when your computer language doesn't match the expected localized error

2012-11-06 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491940#comment-13491940 ] Frédéric THOMAS commented on FLEX-33242: As example:

Re: mxmlc locales

2012-11-06 Thread Alex Harui
Sorry, I gave you the wrong answer. I thought you were talking about the installer results and locale jars for all of the compiler like batik and velocity. The default setting doesn't build all the locales. There is a separate ant target to build the other locales called "other.locales" On 11/

Re: About Flex runtime

2012-11-06 Thread Frédéric THOMAS
ok, I see :) ps: Given it's slower, will it be mixed with the today pixel based framework in order to be used only when there is hassle dealing with differences in the rendering pipeline ? -Message d'origine- From: Alex Harui Sent: Tuesday, November 06, 2012 6:31 PM To: flex-dev@inc

Re: About Flex runtime

2012-11-06 Thread Frédéric THOMAS
Done: https://issues.apache.org/jira/browse/FLEX-33242 -Message d'origine- From: Alex Harui Sent: Tuesday, November 06, 2012 8:24 AM To: flex-dev@incubator.apache.org Subject: Re: About Flex runtime On 11/5/12 10:44 PM, "Frédéric THOMAS" wrote: 1- Is it preferable to wait for the

Re: mxmlc locales

2012-11-06 Thread Frédéric THOMAS
thank's for the explanation, that makes me wonder 2 things: 1- At which moment of the building process of apache-flex-sdk-4.8.0-incubating-bin.zip these files are included, I mean you don't use only the ant build ? (I need to be able to reproduce what is done for apache-flex-sdk-4.8.0-incubati

Re: [RESULT] [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Om
Given that we have voted on this so many times already, I dint see a need for another 72 hour window. But I will keep this voting thread open and if the Release Candidate gets more -1s than +1s, I will pull the vote thread from general@i.a.o. Thanks, Om On Tue, Nov 6, 2012 at 2:28 PM, Carol Fram

Re: [RESULT] [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Carol Frampton
Om, I think this is premature. The vote has to be open for 72 hours [1]. Carol [1] http://incubator.apache.org/guides/releasemanagement.html#glossary-release- manager On 11/6/12 12 :22PM, "Om" wrote: >The vote passes with the following results: > >+1 Binding: >Erik de Bruin >Alex Harui >Gr

[jira] [Updated] (FLEX-33242) Mustella tests failed: when your computer language doesn't match the expected localized error

2012-11-06 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS updated FLEX-33242: --- Attachment: FLEX-33242.patch This patch is a temporary patch, I'll have to modifiy AssertMeth

[jira] [Created] (FLEX-33242) Mustella tests failed: when your computer language doesn't match the expected localized error

2012-11-06 Thread JIRA
Frédéric THOMAS created FLEX-33242: -- Summary: Mustella tests failed: when your computer language doesn't match the expected localized error Key: FLEX-33242 URL: https://issues.apache.org/jira/browse/FLEX-33242

Re: AW: Where to host the Maven SDK generator?

2012-11-06 Thread Eugene Krevenets (aka Hyzhak)
Thanks for good job, I very glad for it. It's can save me on my huge project. If Apache team of commiters will not host you, maybe better decision will be a github? Where everybody can pull request new features and fixed problems. Best regards. -- Eugene Krevenets. Software Engineer of Real

[RESULT] [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Om
The vote passes with the following results: +1 Binding: Erik de Bruin Alex Harui Greg Reddin (Mentor/IPMC) Om +1 Non-binding: Roland Zwaga Miguel Martín-Forero Ruiz I will start a vote thread on gene...@incubator.apache.org now. Thanks to everyone who voted! Regards, Om On Tue, Nov 6, 2012 at

Re: [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Om
+1 On Tue, Nov 6, 2012 at 12:15 PM, Alex Harui wrote: > +1 (binding) > > Signature ok. > Rat ok. > Source built. > > > On 11/6/12 12:01 AM, "Om" wrote: > > > *Issues addressed in this Release Candidate:* > > > > We received feedback on gene...@incubator.apache.org regarding RC9. > Here > > is

Re: [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Alex Harui
+1 (binding) Signature ok. Rat ok. Source built. On 11/6/12 12:01 AM, "Om" wrote: > *Issues addressed in this Release Candidate:* > > We received feedback on gene...@incubator.apache.org regarding RC9. Here > is the email thread for that vote thread: > http://markmail.org/thread/yx263i737qtf

AW: AW: AW: Where to host the Maven SDK generator?

2012-11-06 Thread christofer.d...@c-ware.de
I Just talked to Justin at the ApacheCon ... he'll send me a link to this code donation contract thingy I'll need. Then I'll send you that as well as the code. Chris [ C h r i s t o f e r  D u t z ] C-Ware IT-Service Inhaber Dipl. Inf. Christofer Dutz Karlstraße. 104, 64285 Darmstadt    IT-

Re: AW: AW: Where to host the Maven SDK generator?

2012-11-06 Thread Greg Reddin
A software grant would cover all our bases. Bertrand, do you have an opinion? On Tue, Nov 6, 2012 at 12:02 PM, Alex Harui wrote: > OK, I certainly wouldn't turn it away. It is a big project or just a few > files. Maybe the mentors will help us decide on if it needs a whole > software grant or t

AW: AW: AW: Where to host the Maven SDK generator?

2012-11-06 Thread christofer.d...@c-ware.de
It's just 9 Java classes, 2 Textfiles and a maven pom ... so I would call it teenieweenie :-) [ C h r i s t o f e r  D u t z ] C-Ware IT-Service Inhaber Dipl. Inf. Christofer Dutz Karlstraße. 104, 64285 Darmstadt    IT- und Systemhäuser fon:  0 61 51 / 27315 - 61 fax:  0 61 51 / 27315 - 64 m

Re: AW: AW: Where to host the Maven SDK generator?

2012-11-06 Thread Alex Harui
OK, I certainly wouldn't turn it away. It is a big project or just a few files. Maybe the mentors will help us decide on if it needs a whole software grant or there is some other way to donate it. On 11/6/12 9:52 AM, "christofer.d...@c-ware.de" wrote: > Well I think in any case the Generator

Re: [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Greg Reddin
+1 binding mentor On Tue, Nov 6, 2012 at 2:01 AM, Om wrote: > *Issues addressed in this Release Candidate:* > > We received feedback on gene...@incubator.apache.org regarding RC9. Here > is the email thread for that vote thread: > http://markmail.org/thread/yx263i737qtfbszf > We have fixed all t

AW: AW: Where to host the Maven SDK generator?

2012-11-06 Thread christofer.d...@c-ware.de
Well I think in any case the Generator will be usefull. Assuming the scenario in which we were to deploy the stuff in a Maven repo, still the FDKs would have to be generated as long as Flex itself is not built by maven. Assuming the szenario in which we were not to deploy the needed files, pe

Re: AW: Where to host the Maven SDK generator?

2012-11-06 Thread Alex Harui
Hi Chris, Actually, I have a meeting today with the runtime folks about maven and the player and air SDKs. Let's suppose we get what we want from the runtime team. How does that affect the long-term plans for the generator, if at all? On 11/6/12 7:58 AM, "christofer.d...@c-ware.de" wrote: >

Re: About Flex runtime

2012-11-06 Thread Alex Harui
On 11/6/12 3:54 AM, "Frédéric THOMAS" wrote: > Ok, I'll do that tonight then, I'm at work now. > >> My early prototype of display list compares worked fine for AIR, > FlashPlayer 11.1 and FlashPlayer 10.3 > > You made me curious about what you did exactly :) Instead of saving bitmaps, you s

Re: mxmlc locales

2012-11-06 Thread Alex Harui
Those are coming from the Adobe SDK. The translation files were not in the Adobe donation to Apache mainly due to oversight. We could probably go through the process to get it donated, but since the focus is now on Falcon I haven't bothered to take the time. On 11/6/12 7:54 AM, "Frédéric Thomas

Re: Where to host the Maven SDK generator?

2012-11-06 Thread Markus Gritsch
Hi Chris, great news! My current project is because of it`s size totally based on flexmojos. It would be very nice to get it build with flex 4.8. I`m really excited to try your maven fdk gen. once it is public. In the past I was trying to build flexmojos from source but it was very complicated.

Re: Where to host the Maven SDK generator?

2012-11-06 Thread Carlos Rovira
Hi Chris, I think people should not be only interested...your work is a need for flex future! Thanks again for your work! :) I would like to test 4.8 sdk as soon as you give access to it, since we are now on 4.6, I think it would be very straight forward to upgrade to 4.8 maven flex artifacts and

Re: Bug Fixing

2012-11-06 Thread Carlos Rovira
Another info I would welcome is the falcon develop branch in github. I'm unable to find it... someone could share the url? Thanks in advance. 2012/11/6 Frédéric THOMAS > The "Work with the source-code" section of the > https://cwiki.apache.org/confluence/display/FLEX/Getting+Started page can >

AW: Where to host the Maven SDK generator?

2012-11-06 Thread christofer.d...@c-ware.de
Yeah. I've written the generator and would like to donate it. But only if you guys are interesting in it. I've also updated flexmojos6 to work with those fdks. So people could start building flex 4.8 applications using Maven. Chris Von: Greg Reddin [gre

mxmlc locales

2012-11-06 Thread Frédéric Thomas
Just noticed today that in apache-flex-sdk-4.8.0-incubating-bin.zip\lib I can find every the locales for the mxmlc but when I build from the develop branch, I only got the mxmlx.jar and the mxmlc_ja.jar, can someone confirm what I've got or explain how I've have to do to get the other locales bu

Re: Where to host the Maven SDK generator?

2012-11-06 Thread Greg Reddin
Sorry for my ignorance. I know we've discussed this before, but I've not been able to catch up on all the discussions about it yet. Do you have ownership of the code? If so, would you be interested in donating it to the Apache Flex project? If so, we could make it part of our project and generate

AW: Where to host the Maven SDK generator?

2012-11-06 Thread christofer.d...@c-ware.de
no i was more thinking about contributing the source code. So anyone interested could check it out, build and generate his own fdks. I I think there shouldn't be any legal issues with that. Chris Von: Erik de Bruin [e...@ixsoftware.nl] Gesendet: Dienstag,

Re: Where to host the Maven SDK generator?

2012-11-06 Thread Erik de Bruin
I have no idea what the "hosting" of this would mean (what types of files are we talking about; is there source included or only 'binaries'), but I can comment on the general direction of thinking with regard to hosting on Apache servers... They rather we didn't. For the actual Apache releases, a s

RE: Bug Fixing

2012-11-06 Thread Frédéric THOMAS
The "Work with the source-code" section of the https://cwiki.apache.org/confluence/display/FLEX/Getting+Started page can be reviewed and updated with those informations with an incoming link from http://incubator.apache.org/flex/source.html should be even nice. I just tested that I still got the r

Re: Bug Fixing

2012-11-06 Thread Carlos Rovira
Great Info Frédéric! I think this should be available on the wiki too so people who wants to contribute could find easily how to setup the environment. Thanks! 2012/11/6 Frédéric THOMAS > Hi Carlos, > > - To build, develop and test on the develop branch, there're the 2 > readme.txt located at

RE: Bug Fixing

2012-11-06 Thread Frédéric THOMAS
Hi Carlos, - To build, develop and test on the develop branch, there're the 2 readme.txt located at the root of the sdk and at the root of the mustella directory. - Most of the projects under framework/projects are already set up to run with eclipse. - For intellij idea, there're 2 videos http://w

RE: About Flex runtime

2012-11-06 Thread Frédéric THOMAS
Ok, I'll do that tonight then, I'm at work now. > My early prototype of display list compares worked fine for AIR, FlashPlayer 11.1 and FlashPlayer 10.3 You made me curious about what you did exactly :) -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, Novembe

Re: [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Hans | dotdotcommadot
+1 On 06 Nov 2012, at 11:42, Miguel Martín-Forero Ruiz wrote: > +1 > > --- > [image: Cycle-IT] > * Miguel Martín* > Director de Tecnología [image: P] +34 644 469 698 > [image: E] miguel.mar...@cycle-it.com > [image: W] www.cycle-it.com > [image: T] @lasneyx > >

Re: [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Miguel Martín-Forero Ruiz
+1 --- [image: Cycle-IT] * Miguel Martín* Director de Tecnología [image: P] +34 644 469 698 [image: E] miguel.mar...@cycle-it.com [image: W] www.cycle-it.com [image: T] @lasneyx 2012/11/6 Roland Zwaga > +1 (non-binding) > > On 6 November 2012 09:01, Om wrote

Re: [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Roland Zwaga
+1 (non-binding) On 6 November 2012 09:01, Om wrote: > *Issues addressed in this Release Candidate:* > > We received feedback on gene...@incubator.apache.org regarding RC9. Here > is the email thread for that vote thread: > http://markmail.org/thread/yx263i737qtfbszf > We have fixed all these i

Re: [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Erik de Bruin
+1 (binding) or +10 (incremental) ;-) EdB On Tue, Nov 6, 2012 at 9:01 AM, Om wrote: > *Issues addressed in this Release Candidate:* > > We received feedback on gene...@incubator.apache.org regarding RC9. Here > is the email thread for that vote thread: > http://markmail.org/thread/yx263i

Re: Bug Fixing

2012-11-06 Thread Carlos Rovira
Hi Alex, I was searching for some info or page on the wiki that explain how to develop Flex SDK (fix bugs, implement new features,...). I'm referring on how to set up the environment and what people need to start working. Is there some document or tutorial like this? Thanks in advance 2012/11

[VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-06 Thread Om
*Issues addressed in this Release Candidate:* We received feedback on gene...@incubator.apache.org regarding RC9. Here is the email thread for that vote thread: http://markmail.org/thread/yx263i737qtfbszf We have fixed all these issues in this Release Candidate. 1. Incorrect headers in MD5Stream