Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Sat, Dec 29, 2012 at 2:18 PM, Justin Mclean wrote: > HI, > > > I am ready to put out an RC1 for voting. I need a committer with a Mac > to > > build and sign a .dmg file for the Mac installer. > > I can do that if needed. Have you tagged RC1 in some way or should I just > use trunk? > > Justin

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-30 Thread Michael Schmalle
Quoting Alex Harui : On 12/29/12 8:52 AM, "Michael Schmalle" wrote: I know when I wrote ASDoc, I was able to resolve everything but I used the MXML compiler as a base. I just need to really understand what is going on now. I takled the multithreading in FalconJx, but when I debug, the mul

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-30 Thread Michael Schmalle
Quoting Alex Harui : On 12/29/12 8:58 AM, "Michael Schmalle" wrote: And one other thing; I thought this compiler was written for FlashBuilder, this means Adobe has a huge API for saying files have changed, updating scopes ect. Probably true. In the IWorkspace API you can see evidence

[jira] [Commented] (FLEX-33332) Make metadata annotations first class AS3 citizens

2012-12-30 Thread Roland Zwaga (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541085#comment-13541085 ] Roland Zwaga commented on FLEX-2: - As an addendum, I think this would be probably

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-30 Thread Alex Harui
On 12/30/12 4:57 AM, "Michael Schmalle" wrote: > > Quoting Alex Harui : > >> >> >> >> On 12/29/12 8:52 AM, "Michael Schmalle" wrote: >> >>> I know when I wrote ASDoc, I was able to resolve everything but I used >>> the MXML compiler as a base. I just need to really understand what is >>

[jira] [Created] (FLEX-33334) AIRSDK version numbers mismatched in Flash Builder IDE make file

2012-12-30 Thread Tangent Lin (JIRA)
Tangent Lin created FLEX-4: -- Summary: AIRSDK version numbers mismatched in Flash Builder IDE make file Key: FLEX-4 URL: https://issues.apache.org/jira/browse/FLEX-4 Project: Apache Flex

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Erik de Bruin
I've finished implementing the code to make the "Method Members" tests pass. I needed to reroute some of the AS emitter code in order to allow the JS emitter to override the writing of the function closing block so I could output the closing semicolon, please feel free to check my implementation an

Re: Writable AST and Code generation for Falcon was: [Re: [jira] [Commented] (FLEX-33330) ... )

2012-12-30 Thread Michael Schmalle
Quoting Alex Harui : On 12/30/12 4:57 AM, "Michael Schmalle" wrote: Quoting Alex Harui : On 12/29/12 8:52 AM, "Michael Schmalle" wrote: I know when I wrote ASDoc, I was able to resolve everything but I used the MXML compiler as a base. I just need to really understand what is goi

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Michael Schmalle
The only thing I see that you might want to think about is "context". When adding api like that specifically for overriding in a subclass I would pass the node context being overridden; writeBlockClose(IContainerNode node); This will allow subclasses to do further analysis of the node in q

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Michael Schmalle
Erik, Did you run all the tests before you committed? I have 9 failures and had an error assertOutDebug not found. I also see now what happened to the semi-colan debacle. I should have told you this but when testing a function/method, it will not have the semi-colon because it's the larger

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Erik de Bruin
Ah, I'm more sloppy than I thought, sorry again. I did test, but I had that 'debug' method hanging around, so they all passed. I like really atomic commits, but that's not at all that easy (I'm not complaining, mind you), as the changes needed to make some tests pass are all over the place ;-) I

Re: [FalconJx::TestGoogXYZ] Creating tests for emmitters

2012-12-30 Thread Michael Schmalle
Erik, Don't get me wrong man, you are awesome in what you are doing!!! The problem is we are talking through email and code and if I talked to you in person for about an hour, I could tell you the little design decisions I made and why. Please do not take anything I say as something like I

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, > Trunk is good to go. Any reason we're working in trunk and not develop? Seems a little inconsistent. > I have created the source kits and windows binary kit. We just need the Mac > binaries now. Just sync up SVN and I'll have a go at making one now. Thanks, Justin

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Dec 30, 2012 1:40 PM, "Justin Mclean" wrote: > > Hi, > > > Trunk is good to go. > Any reason we're working in trunk and not develop? Seems a little inconsistent. > We decided to work on trunk for the installer since it has low traffic. And this decision was made before the rules for sdk branc

[jira] [Commented] (FLEX-33275) Falcon Compile Error: Define a color with- rgb(100%, 0%, 0%) is not supported.

2012-12-30 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541170#comment-13541170 ] Cyrill Zadra commented on FLEX-33275: - Added support to declare a color with a rgb(x,x

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, > Great. I am available in case you run into any issues. Having a few compile issues right now (issue with air-config.xml) - should be sorted soon. Thanks, Justin

[jira] [Resolved] (FLEX-33275) Falcon Compile Error: Define a color with- rgb(100%, 0%, 0%) is not supported.

2012-12-30 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra resolved FLEX-33275. - Resolution: Fixed Fix Version/s: (was: Apache Flex 4.9.0) Apache Fle

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, Looks like something isn't quite right in the build file on OSX. [mxmlc] command line: Error: unable to open '/Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Installer/../common/src' Any idea why the ".." is in there? Justin

[MENTOR] wiki access

2012-12-30 Thread Cyrill Zadra
Hi I'd like to request wiki write access. My wiki account: cyrill.za...@gmail.com - Cyrill Zadra. thanks cyrill

Re: [jira] [Commented] (FLEX-33275) Falcon Compile Error: Define a color with- rgb(100%, 0%, 0%) is not supported.

2012-12-30 Thread Michael Schmalle
I'll take a look at it in a day or so. If you got a unit test that works I would say you did a good job. :) Mike Quoting "Cyrill Zadra (JIRA)" : [ https://issues.apache.org/jira/browse/FLEX-33275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, BTW for a RC we'd need to remove the incubating DISCLAIMER and RELEASE_NOTES need a license header. Justin

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Dec 30, 2012 2:34 PM, "Justin Mclean" wrote: > > Hi, > > Looks like something isn't quite right in the build file on OSX. > > [mxmlc] command line: Error: unable to open '/Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Installer/../common/src' > > Any idea why the ".." is

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Dec 30, 2012 2:54 PM, "Justin Mclean" wrote: > > Hi, > > BTW for a RC we'd need to remove the incubating DISCLAIMER and RELEASE_NOTES need a license header. > > Justin > Feel free to make the changes and check them in. I will cut a new build once you are done. Thanks Om

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, > Are you sure you have checked out utilities/trunk/common/ as well? Nope as that's not included in the build instructions. It says to check out source and just run this: ant build [-DFLEX_HOME=/path/to/apache/flex/sdk] [-DAIR_HOME=/path/to/air/sdk] How/where does this need to be check ou

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, > Are you sure you have checked out utilities/trunk/common/ as well? OK it wasn't clear to me that you need to check out all of the utilities trunk rather than just the installer directory. We'll need to add instructions to the README on how to checkout the project. What version of AIR ar

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Sun, Dec 30, 2012 at 3:01 PM, Justin Mclean wrote: > Hi, > > > Are you sure you have checked out utilities/trunk/common/ as well? > > Nope as that's not included in the build instructions. > > It says to check out source and just run this: > ant build [-DFLEX_HOME=/path/to/apache/flex/sdk] > [

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Sun, Dec 30, 2012 at 3:18 PM, Justin Mclean wrote: > Hi, > > > Are you sure you have checked out utilities/trunk/common/ as well? > > OK it wasn't clear to me that you need to check out all of the utilities > trunk rather than just the installer directory. > > We'll need to add instructions to

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, > I am using Apache Flex 4.8 to build the installer. Which means AIR 3.1, > right? I think we should be using AF 4.9/AIR 3.4 - be nice if the SDK and installer were in sync. Justin

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Sun, Dec 30, 2012 at 3:36 PM, Justin Mclean wrote: > Hi, > > > I am using Apache Flex 4.8 to build the installer. Which means AIR 3.1, > > right? > > I think we should be using AF 4.9/AIR 3.4 - be nice if the SDK and > installer were in sync. > > Justin > > Makes sense. i will get on it now.

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
This is the error I am getting when I run ant release. Error in *bold* I googled this issue, it looks like quite a few folks have this issue with AIR 3.4. I have not been able to find out what is happening. Any ideas? C:\p\flex_os\workspace\flexroot\utilities\trunk\installer>ant release Buildf

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
BTW, the app compiles and runs fine with Apache Flex 4.9/AIR 3.4 when I run it from Flash Builder 4.6. On Sun, Dec 30, 2012 at 4:34 PM, Om wrote: > This is the error I am getting when I run ant release. Error in *bold* > > I googled this issue, it looks like quite a few folks have this issue wi

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, I'm getting a different error: packagenative: [java] SDK is missing file /Users/justinmclean/Documents/air/mac/AdobeAIRSDK/lib/nai/bin/naip BUILD FAILED /Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Utilities/installer/build.xml:203: Java returned: 5 Looking at th

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Dec 30, 2012 5:10 PM, "Justin Mclean" wrote: > > Hi, > > I'm getting a different error: > > packagenative: > [java] SDK is missing file /Users/justinmclean/Documents/air/mac/AdobeAIRSDK/lib/nai/bin/naip > > BUILD FAILED > /Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Ut

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Justin Mclean
Hi, > Does it compile in Flash Builder? No it fails as well looks like there's hard coded paths in the project files. /Applications/Adobe Flash Builder 4.6/sdks/4.8.0 does not exist. > How did you create the flex sdk for flash builder? Using the script or the > installer? The make IDE script fr

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Om
On Dec 30, 2012 5:48 PM, "Justin Mclean" wrote: > > Hi, > > > Does it compile in Flash Builder? > No it fails as well looks like there's hard coded paths in the project files. > > /Applications/Adobe Flash Builder 4.6/sdks/4.8.0 does not exist. > You are expected to change that in build.propertie

Re: [MENTOR] wiki access

2012-12-30 Thread Alex Harui
I added you to the individual users and gave you permission. I couldn't figure out how to add you to a group. Maybe I don't have privileges for that yet. Let me know if it works or not. On 12/30/12 2:44 PM, "Cyrill Zadra" wrote: > Hi > > I'd like to request wiki write access. My wiki accoun

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Alex Harui
Any chance you are pointing to a Windows AIR SDK and not the Mac SDK for AIR? On 12/30/12 5:09 PM, "Justin Mclean" wrote: > Hi, > > I'm getting a different error: > > packagenative: > [java] SDK is missing file > /Users/justinmclean/Documents/air/mac/AdobeAIRSDK/lib/nai/bin/naip > > BUI

Re: Prepping for Installer 2.0 RC1

2012-12-30 Thread Alex Harui
Not sure. Any chance you are pointing at AIR SDK 3.1 somehow? On 12/30/12 4:37 PM, "Om" wrote: > BTW, the app compiles and runs fine with Apache Flex 4.9/AIR 3.4 when I run > it from Flash Builder 4.6. > > On Sun, Dec 30, 2012 at 4:34 PM, Om wrote: > >> This is the error I am getting when I

Re: [MENTOR] wiki access

2012-12-30 Thread Cyrill Zadra
Thanks... it worked. Cyrill On Sun, Dec 30, 2012 at 9:27 PM, Alex Harui wrote: > I added you to the individual users and gave you permission. I couldn't > figure out how to add you to a group. Maybe I don't have privileges for > that yet. > > Let me know if it works or not. > > > On 12/30/12