Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Alex Harui
On 6/11/15, 4:31 PM, "Justin Mclean" wrote: >Hi, > >> But the binary in this case is an EXE or DMG. It isn’t a collection of >> files one of which could be a LICENSE file. I’ll ask on legal-discuss. > >Just like the Flex SDK binary convenience release which has a different >LICENSE/NOTICE for

Re: [1/2] git commit: [flex-falcon] [refs/heads/develop] - Ignoring ReferenceModelTest, for some reason the build server is not passing this, it passes locally.

2015-06-11 Thread Michael Schmalle
Yes Windows 7. Like I said, everything passes on my machine so, I can't figure it out. On Thu, Jun 11, 2015 at 7:29 PM, Alex Harui wrote: > It looks like the first step of TestReferenceModel calls clean-output > which can’t delete window.as. But just before that, I think windows.as > gets creat

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Justin Mclean
Hi, > But the binary in this case is an EXE or DMG. It isn’t a collection of > files one of which could be a LICENSE file. I’ll ask on legal-discuss. Just like the Flex SDK binary convenience release which has a different LICENSE/NOTICE for. Given the solution is straight forward i.e. add the

Re: [1/2] git commit: [flex-falcon] [refs/heads/develop] - Ignoring ReferenceModelTest, for some reason the build server is not passing this, it passes locally.

2015-06-11 Thread Alex Harui
It looks like the first step of TestReferenceModel calls clean-output which can’t delete window.as. But just before that, I think windows.as gets created in the TestExternalsJSCompile test? That’s why I think that window.as is still open for write when the clean-output tries to delete its parent

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Alex Harui
On 6/11/15, 3:54 PM, "Justin Mclean" wrote: >Hi, > >> True in most cases where the convenience binary is compiled libraries, >>but >> how does that apply to an application like the Installer? We aren’t >> bundling as much as linking. > >I’d say the guiding principle applies [1], basically if i

Re: [ASDoc] ASDoc client based of velocity templates

2015-06-11 Thread Michael Schmalle
Well the output format is created from a tree of objects(traversing). :) What I mean is, the convertor traverses the object model based on page structure so it doesn't do what you are asking right now. But sure, XML could be emitted then say Velocity could be written, but that is two passes and th

Re: [1/2] git commit: [flex-falcon] [refs/heads/develop] - Ignoring ReferenceModelTest, for some reason the build server is not passing this, it passes locally.

2015-06-11 Thread Michael Schmalle
No it's not. But I thought the same thing, There is so much being written at once, I think what may be happening is the delete call before that is cleaning the directory might now be finished. I think Fred and I had this same problem with testing Randori stuff where there was huge amounts of data b

Re: [ASDoc] ASDoc client based of velocity templates

2015-06-11 Thread Alex Harui
I don’t know all of the pieces that go into ASDoc. Is there some output format like XML that then goes into Velocity or are you sticking in some non-standard format? Having some canonical data format would be good so that folks can write other transformations but not necessarily know Velocity or

Re: [1/2] git commit: [flex-falcon] [refs/heads/develop] - Ignoring ReferenceModelTest, for some reason the build server is not passing this, it passes locally.

2015-06-11 Thread Alex Harui
It feels like this test is failing because some window.as is still open for writing. It looks like you are using FileUtils to wrote out window.as so that shouldn’t be a problem. I’m wondering if that file gets opened again during the test, or maybe since all of this is happening in one test some

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Justin Mclean
Hi, > True in most cases where the convenience binary is compiled libraries, but > how does that apply to an application like the Installer? We aren’t > bundling as much as linking. I’d say the guiding principle applies [1], basically if it’s included the binary then we need to add it to the bi

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Alex Harui
On 6/11/15, 3:28 PM, "Justin Mclean" wrote: >Hi, > >> The SSL and as3httpdclient library is downloaded. Both are BSD >>licensed. > >So the LICENSE for the binary (which is what most people use) would need >to change and have those added. True in most cases where the convenience binary is comp

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Justin Mclean
Hi, > The SSL and as3httpdclient library is downloaded. Both are BSD licensed. So the LICENSE for the binary (which is what most people use) would need to change and have those added. Thanks, Justin

[ASDoc] ASDoc client based of velocity templates

2015-06-11 Thread Michael Schmalle
Hi, I have code I wrote about 3 years ago just sitting, it is a full working ASDoc client that uses Apache Velocity templates instead of XSL to render the HTML. I created this back when I sold UI components as an internal tool for documenting my won work for product documentation. As it stands i

Just for your info: Installer 3.1 fails on flexJS 0.0.3 nightly installation

2015-06-11 Thread Marcus Fritze
Hi, I don’t know if you already know this. The log is below. And maybe we could add a BACK or RETRY Button to the Installer, if the installations fails. So we don’t have to reopen the app every time. ;-) And maybe also the question if the installer is to allowed to delete the incomplete instal

Re: [GENERA-ASK] Start using paste.apache.org :)

2015-06-11 Thread Chris Martin
+1 Sounds like a great idea! Sent from Surface From: piotrz Sent: ‎Wednesday‎, ‎June‎ ‎10‎, ‎2015 ‎11‎:‎06‎ ‎PM To: dev@flex.apache.org Hi Team, I'm struggling a lot with the problem of reading post on this dev list which is mixed with code or stack traces. I have polite ask to

Query on FlexUnit Automation Testing Tool

2015-06-11 Thread Rajveer Singh - ERS, HCL Tech
Dear Flex Team, I want to know following question about the FlexUnit test automation tool. 1. Does Flexunit automation tool can be used for functional testing ? 2.What are the feature is available in Flexunit tool ,does it involve drag and drop feature for flex based application. 3.What is the

Flex 4.6 development opportunity

2015-06-11 Thread Darrell Loverin
Looking for a software engineer to join a team developing vSphere Web Client extensions. This is a full time position but contract work is also possible. Candidates in the Greater Boston, US area are preferred. Responsibilities include: 1. Architect/design and develop our GUI within the vSpher

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Nicholas Kwiatkowski
The SSL and as3httpdclient library is downloaded. Both are BSD licensed. -Nick On Thu, Jun 11, 2015 at 2:27 AM, Justin Mclean wrote: > Hi, > > I’ve not has a chance to look but has the LICENSE been updated based on > the added SSL library? Is that bundled or just downloaded? > > Thanks, > Just

[GitHub] flex-sdk pull request: Update DateTimeFormatterEx.as

2015-06-11 Thread adpg
GitHub user adpg opened a pull request: https://github.com/apache/flex-sdk/pull/19 Update DateTimeFormatterEx.as Proposing patch for bug Apache Flex / FLEX-34581: DateSpinner crash when locale that uses a 24-hour setting. Modification of public function getUse24HourFlag() o

RE: Regarding Apcahe FlexUnit Automation Testing Tool

2015-06-11 Thread Amritpal Singh
-Original Message- From: Christofer Dutz [mailto:christofer.d...@c-ware.de] Sent: Wednesday, June 10, 2015 11:31 AM To: dev@flex.apache.org Subject: AW: Regarding Apcahe FlexUnit Automation Testing Tool And to add to that. Flexmojos produces normal surefire reports that look exactly li

RE: Regarding Apcahe FlexUnit Automation Testing Tool

2015-06-11 Thread Amritpal Singh
Justin Mclean Can you please share Contact details we need telephonic conversation to get more clarity on the same. Please reply ASAP. Queries: (1)Does this tool provide support for all kind of testing? Or just unit testing? (2)Will this work for Online Flex Based Applications? (3)