Re: [Installer] Try the new installer

2014-01-29 Thread Markus Gritsch
Hi, The installer was working as expected - Flex-SDK, Flex-JS! Of course there is the certificate problem, so you have to uninstall the previous installer first. The installation of Falcon and FalconJX - both nightly, requiring FLEX_HOME variable set. I`m on a mac here. Before the installation

Re: [Installer] Centralizing Downloads

2014-01-29 Thread Tom Chiverton
On 29/01/2014 02:37, Nicholas Kwiatkowski wrote: ant -f installer.xml if they have Ant installed. So I was hoping a pure Ant install could also find/use this cache of downloads. The correct location for Linux is under '/var/cache/', but I really wouldn't want an ant script stuffing stuff in

AW: Flex at ApacheCon

2014-01-29 Thread Christofer Dutz
Hi Alex, I submitted two proposals: - One Presentation on how to build Enterprise Applications using Apache Flex on the frontend and Java on the backend (Using Apache Flex, FlexUnit, BlazeDS and Maven) - One Tutorial with the same Focus, but in which I actually want to Setup such a Project

Flex CI integration

2014-01-29 Thread Daniel Tiefenauer
Hello there I'm desperately trying to build a Flex mobile project in Jenkins. I managed to write ANT-Tasks to compile and package the Code. What I have been trying to do during the past days is : - Execute my FlexUnit4 Tests and write the results in a log - Generate ASDOC for

RE: [Installer] Centralizing Downloads

2014-01-29 Thread Kessler CTR Mark J
If the caching works out, it would be nice if you could be able to do an offline install on other machines. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, January 27, 2014 3:33 PM To: dev@flex.apache.org Subject: [Installer] Centralizing Downloads

Re: Problems installing Apache Flex SDK 4.11.0

2014-01-29 Thread Tom Chiverton
Why are our mirrors often broken ? Tom On 29/01/2014 11:10, Pedro Serralha wrote: Cosma Colanicchia you ROCK! So I went to https://dist.apache.org/repos/dist/release/flex/installer/2.7/binaries/apache-flex-sdk-installer-2.7.0-bin.exe.md5 To retrieve the md5 signature and then I use the tool

RE: [FlexJS] Try out the FlexJS Installer

2014-01-29 Thread Maurice Amsellem
I tested the new installer on Flex SDK: Configuration: Windows 7, locale = FR - had to uninstall previous installer (2.8) Test #1: Flex SDK 4.12 nightly installs correctly and uses ANT - run installer on Flex SDK 4.12 nightly with AIR 3.9 and FP 11.9 - Added SDK in IDEA IntelliJ 13 - Compiled

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
I have used asdoc ant task to generate asdocs for my project. Would you like help on that, or only on the CI part ? Maurice -Message d'origine- De : Daniel Tiefenauer [mailto:daniel.tiefena...@crealogix.com] Envoyé : mercredi 29 janvier 2014 11:54 À : dev@flex.apache.org Objet : Flex

Re: Problems installing Apache Flex SDK 4.11.0

2014-01-29 Thread Cosma Colanicchia
I’m glad that you got it working Pedro :) -- Cosma 2014-01-29 Tom Chiverton t...@extravision.com Why are our mirrors often broken ? Tom On 29/01/2014 11:10, Pedro Serralha wrote: Cosma Colanicchia you ROCK! So I went to https://dist.apache.org/repos/dist/release/flex/installer/2.

AW: Flex CI integration

2014-01-29 Thread Christofer Dutz
Hi Daniel, Well If you are not stuck to Ant, but would think about using Maven, Flexmojos already offers the following out of the box: - Unit-Testing and logging the results - Running ASDoc Generation - Executing Integration tests Chris Von: Daniel

Re: Flex CI integration

2014-01-29 Thread Avi Kessner
We use Maven for our Teamcity integration. I wouldn't recommend any other solution :) brought to you by the letters A, V, and I and the number 47 On Wed, Jan 29, 2014 at 1:30 PM, Christofer Dutz christofer.d...@c-ware.dewrote: Hi Daniel, Well If you are not stuck to Ant, but would think

Re: Flex CI integration

2014-01-29 Thread Avi Kessner
Well that is embarrassing, the link did not get pasted: http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together brought to you by the letters A, V, and I and the number 47 On Wed, Jan 29, 2014 at 1:49 PM, Avi Kessner akess...@gmail.com wrote:

AW: Flex CI integration

2014-01-29 Thread Daniel Tiefenauer
Hi Maurice Help on the ASDOC part would be a good start. As soon as I got this working I can continue with the FlexUnit task and CI generally. Many thanks in advance Daniel -Ursprüngliche Nachricht- Von: Maurice Amsellem [mailto:maurice.amsel...@systar.com] Gesendet: Mittwoch, 29.

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
If you can download SDK source, have a look at asdoc/build.xml asdoc statement (line 93) (see below). Basically, you need to indicate the source paths for the classes to document using compiler.source-path path-element.../, Set exclude-dependencies=false or true, if you want referenced classes

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
Also, since doc generation takes a lot of time, start with generating asdoc for a few classes. -Message d'origine- De : Maurice Amsellem Envoyé : mercredi 29 janvier 2014 15:00 À : dev@flex.apache.org Objet : RE: Flex CI integration If you can download SDK source, have a look at

Re: [Installer] Try the new installer

2014-01-29 Thread Alex Harui
Hi Markus, Thanks for trying it out. For Falcon/FalconJX, the installer was supposed to force you to choose an existing Flex SDK folder, not an empty one because the Falcon compiler installer wants overlays the MXMLC compiler and then you shouldn't have to set FLEX_HOME. I'll take a look at why

Re: Problems installing Apache Flex SDK 4.11.0

2014-01-29 Thread Alex Harui
On 1/29/14 3:14 AM, Tom Chiverton t...@extravision.com wrote: Why are our mirrors often broken ? Good question. Maybe it is because it is a free volunteer service. But that is why we have md5 checksums. -Alex

Re: [FlexJS] Try out the FlexJS Installer

2014-01-29 Thread Alex Harui
Thanks! Yes, the log will change back to english when it starts running the ant script because we don't have french properties yet. Don't know why it was faster on the second run. I think we know that AIR downloads sometimes do get cached in the browser cache, so that would be my guess. But I

Re: [Installer] Centralizing Downloads

2014-01-29 Thread Alex Harui
On 1/29/14 2:54 AM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: If the caching works out, it would be nice if you could be able to do an offline install on other machines. The installer already supports a custom config file. When I do my testing, I make a local copy of

Re: AW: Flex CI integration

2014-01-29 Thread Alex Harui
Pretty sure our jenkins build is just running the release target in the main build.xml. You can see how it calls the asdic build.xml HTH, -Alex On 1/29/14 5:37 AM, Daniel Tiefenauer daniel.tiefena...@crealogix.com wrote: Hi Maurice Help on the ASDOC part would be a good start. As soon as I got

Re: AW: Flex at ApacheCon

2014-01-29 Thread Alex Harui
Sounds interesting. I don't know how much help I would be as this Maven stuff is still a puzzle. And, my attendance is pretty much dependent on getting a free admission by getting a session approved. But if you can get it in and I'm there I'll help anyway I can. -Alex On 1/29/14 1:50 AM,

Re: Problems installing Apache Flex SDK 4.11.0

2014-01-29 Thread Alex Harui
On 1/29/14 6:22 AM, Tom Chiverton t...@extravision.com wrote: On 29/01/2014 14:18, Alex Harui wrote: On 1/29/14 3:14 AM, Tom Chiverton t...@extravision.com wrote: Why are our mirrors often broken ? Good question. Maybe it is because it is a free volunteer service. But that is why we have

Re: git commit: [flex-asjs] [refs/heads/develop] - Changes necessary to get ActionScript DataGrid to cross-compile to JavaScript DataGrid.

2014-01-29 Thread Peter Ent
Thanks. I am looking into that now. --peter On 1/28/14 6:16 PM, Alex Harui aha...@adobe.com wrote: I pushed an old copy of DataGridColumn just to fix the build. If you made changes, make sure you back up your copy before syncing so your changes don't get overwritten. -Alex On 1/28/14 2:54 PM,

RE: [Installer] Centralizing Downloads

2014-01-29 Thread Kessler CTR Mark J
Oh that's nice. Thanks Alex. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, January 29, 2014 9:26 AM To: dev@flex.apache.org Subject: Re: [Installer] Centralizing Downloads On 1/29/14 2:54 AM, Kessler CTR Mark J mark.kessler@usmc.mil

Re: git commit: [flex-asjs] [refs/heads/develop] - Changes necessary to get ActionScript DataGrid to cross-compile to JavaScript DataGrid.

2014-01-29 Thread Peter Ent
I got confused between the FlexJSUI and FlexJSJX code when I saw DataGridColumn and forgot to put it into JSJX. Thanks for bailing me out, Alex. There was no change to that class so taking it from JSUI was correct. --peter On 1/28/14 6:16 PM, Alex Harui aha...@adobe.com wrote: I pushed an old

FlexUnit Cleanup Task

2014-01-29 Thread Michael A. Labriola
If anyone is looking for a way to help, the FlexUnit wiki pages were all moved over but some of the internal links still point back to FlexUnit.org instead of self-referencing and that seems to orphan some content unless you know the URL. It will be a while before I get to it, but a good simple

RE: Flex CI integration

2014-01-29 Thread Michael A. Labriola
Execute my FlexUnit4 Tests and write the results in a log Daniel, For the FlexUnit question you may want to look at the build scripts that Apache is using to build FlexUnit and run the tests itself from Jenkins. Mike

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-29 Thread Peter Ent
Alex's fix for DataGridColumn is correct and that build should do it. The DataGrid in AS now cross-compiles to a working DataGrid in JavaScript. There are some small differences in event handling that I will try to work out as things go on (or someone else can if they want to help). But this was a

Re: FlexUnit Cleanup Task

2014-01-29 Thread Alex Harui
BTW, Infra did say they can host flexunit.org, but they did not answer my question about what form the files need to be. It won't be any fun if we have to convert it to mdtext. -Alex On 1/29/14 7:13 AM, Michael A. Labriola labri...@digitalprimates.net wrote: If anyone is looking for a way to

RE: FlexUnit Cleanup Task

2014-01-29 Thread Michael A. Labriola
BTW, Infra did say they can host flexunit.org, but they did not answer my question about what form the files need to be. It won't be any fun if we have to convert it to mdtext. So agree. Mike

FlexUnit.org (was Re: FlexUnit Cleanup Task)

2014-01-29 Thread Alex Harui
So, were the files on flexunit.org in the original FlexUnit donation? If not, what is the licensing on the site content? You may need to do another donation. -Alex On 1/29/14 8:04 AM, Michael A. Labriola labri...@digitalprimates.net wrote: BTW, Infra did say they can host flexunit.org, but

RE: FlexUnit.org (was Re: FlexUnit Cleanup Task)

2014-01-29 Thread Michael A. Labriola
So, were the files on flexunit.org in the original FlexUnit donation? If not, what is the licensing on the site content? You may need to do another donation. They likely weren't but I will look back at the language I wrote in the grant. No problem if I need to do another. As far as the site

Re: FlexUnit.org (was Re: FlexUnit Cleanup Task)

2014-01-29 Thread Alex Harui
My bad for not actually looking at the site. I just tried though and it isn't responding. What do you mean by domain staying intact? Are you saying we should just map flexunit.org to a brand new site on Apache hardware and not take any of the old content? -Alex On 1/29/14 9:28 AM, Michael A.

Re: FlexUnit.org (was Re: FlexUnit Cleanup Task)

2014-01-29 Thread Alex Harui
On 1/29/14 9:38 AM, Michael A. Labriola labri...@digitalprimates.net wrote: My bad for not actually looking at the site. I just tried though and it isn't responding. What do you mean by domain staying intact? Are you saying we should just map flexunit.org to a brand new site on Apache

[LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Alex Harui
Now that FlexUnit has been donated to Apache, the owner of the flexunit.org domain name would like to have that domain hosted at Apache. The initial plan is to simply have a brand new site built on Apache hardware for that domain. The old content will not be initially donated because it is mostly

Re: [LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Andrei Tchijov
+1 Not sure what is required to be eligible to vote, but if I am here is my vote. On 30/1/14 24:47 , Alex Harui wrote: Now that FlexUnit has been donated to Apache, the owner of the flexunit.org domain name would like to have that domain hosted at Apache. The initial plan is to simply have a

Re: [LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Erik de Bruin
Everyone can vote! EdB PS. it's a LAZY vote, so actually there is no need to vote (but it feels good, doesn't it?), the vote will pass unless there is an objection. On Wed, Jan 29, 2014 at 6:50 PM, Andrei Tchijov and...@leapingbytes.net wrote: +1 Not sure what is required to be eligible to

Re: FlexUnit.org (was Re: FlexUnit Cleanup Task)

2014-01-29 Thread Erik de Bruin
Maybe we can ask Infra to point flexunit.org to flex.apache.org/flexunit? That way we at least have a framework to place the FlexUnit information in. EdB On Wed, Jan 29, 2014 at 6:43 PM, Alex Harui aha...@adobe.com wrote: On 1/29/14 9:38 AM, Michael A. Labriola labri...@digitalprimates.net

RE: [LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Kessler CTR Mark J
+1 Sounds good. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, January 29, 2014 12:47 PM To: dev@flex.apache.org Subject: [LAZY] Accept donation of flexunit.org domain name Now that FlexUnit has been donated to Apache, the owner of the

[DISCUSS] Flexunit.org dontation

2014-01-29 Thread Kessler CTR Mark J
Quick question... Would this mean the FlexUnit.org would become part of the SVN CMS that we use for the flex.apache.org? -Mark

Re: [DISCUSS] Flexunit.org dontation

2014-01-29 Thread Erik de Bruin
What I seem to remember is that the CMS allows for HTML, or at least, it can be taught to serve 'plain' HTML. EdB On Wed, Jan 29, 2014 at 7:04 PM, Alex Harui aha...@adobe.com wrote: On 1/29/14 9:58 AM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: Quick question... Would this mean

Re: [LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Carlos Rovira
+1 Great! :) 2014-01-29 Maurice Amsellem maurice.amsel...@systar.com +1. Logical move. Maurice -Message d'origine- De : Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Envoyé : mercredi 29 janvier 2014 18:56 À : dev@flex.apache.org Objet : RE: [LAZY] Accept donation of

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread OmPrakash Muppirala
When I compile and run the BarChartExample, in the JS version, this is what I am seeing (swf works fine) http://jsfiddle.net/cvLqE/ Once I tweak the output html like this http://jsfiddle.net/52uaL/2/ i.e. remove the position: absolute style attribute of 'barChart' div, the bars show up, but

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread OmPrakash Muppirala
On Wed, Jan 29, 2014 at 11:40 AM, OmPrakash Muppirala bigosma...@gmail.comwrote: When I compile and run the BarChartExample, in the JS version, this is what I am seeing (swf works fine) http://jsfiddle.net/cvLqE/ To be clear, in the above version, I dont see any bars in either browsers. The

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
Please feel free to make adjustments. I have to admit that the particulars of CSS escape me sometimes. Thanks for your help and checking this out. Peter On 1/29/14 2:40 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: When I compile and run the BarChartExample, in the JS version, this is

RE: [LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Michelle Yaiser
+1 - Michelle Yaiser Instructional Designer  |  Creative Cloud Learning Adobe Systems  |  myai...@adobe.com  |  617-766-2344 -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, January

Re: Flex at ApacheCon

2014-01-29 Thread Jun Heider
On Jan 29, 2014, at 7:37 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Well I guess you're the Compiler guy and I'm the Maven guy ... so if we put our mojo together, we should manage to get it running. After all the Compiler is probably as much a mytery to me as maven is to you ;-)

RE: [LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Frédéric THOMAS
+1 Frédéric THOMAS

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Alex Harui
I just discovered that the BarChartExample is stale. It isn't using the BarChart now checked into FlexJSJX. I'm going to try to get it to compile and run in AS and then maybe Peter will have time to look at the JS side. -Alex On 1/29/14 11:59 AM, Peter Ent p...@adobe.com wrote: Please feel

Re: [DISCUSS] Flexunit.org dontation

2014-01-29 Thread Mark Kessler
Oh good that leaves us options. On Wed, Jan 29, 2014 at 1:04 PM, Alex Harui aha...@adobe.com wrote: On 1/29/14 9:58 AM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: Quick question... Would this mean the FlexUnit.org would become part of the SVN CMS that we use for the

Re: [LAZY] Accept donation of flexunit.org domain name

2014-01-29 Thread Edward J. Apostol
+1 Regards, Edward J. Apostol Consultant / Instructor Web, RIAs and wireless Toronto, ON Canada On 2014-01-29, at 4:04 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: +1 Frédéric THOMAS

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
I wonder why it is stale? I'll take a look as well since it will help me remember and help with any JS issues. -peter On 1/29/14 4:07 PM, Alex Harui aha...@adobe.com wrote: I just discovered that the BarChartExample is stale. It isn't using the BarChart now checked into FlexJSJX. I'm going to

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
The ActionScript side works for me but JavaScript produces what Om is seeing, so I will look into that. --peter On 1/29/14 4:12 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Jan 29, 2014 at 1:07 PM, Alex Harui aha...@adobe.com wrote: I just discovered that the BarChartExample is

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Alex Harui
It is stale because it was using the custom bar chart and not the one I moved to FLexJSJX. I have it updated locally but there is a problem now because we're trying to use the Ifactory code gen in the compiler and it isn't working right. -Alex On 1/29/14 1:49 PM, Peter Ent p...@adobe.com wrote:

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Alex Harui
OK, things appear to be compiling and running again on the AS side. Make sure the BarChartExample works and you think it should. Thanks -Alex On 1/29/14 2:12 PM, Alex Harui aha...@adobe.com wrote: It is stale because it was using the custom bar chart and not the one I moved to FLexJSJX. I