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
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
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
[
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
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
>>
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
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
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
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
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
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
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
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
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
[
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
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
[
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
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
Hi
I'd like to request wiki write access. My wiki account:
cyrill.za...@gmail.com - Cyrill Zadra.
thanks
cyrill
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
Hi,
BTW for a RC we'd need to remove the incubating DISCLAIMER and RELEASE_NOTES
need a license header.
Justin
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
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
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
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
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]
> [
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
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
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.
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
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
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
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
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
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
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
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
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
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
39 matches
Mail list logo