Re: Mustella code checked in to SVN

2012-05-10 Thread Alex Harui
On 5/10/12 11:08 PM, "Justin Mclean" wrote: > Hi, > >>> Finally if you're on OSX and have a FB project with workspace/project with >>> no >>> spaces with a clean checkout and have teh 3 environment variables set up the >>> mustella tests will compile but not run. >> What error do you get? Di

Re: Mustella code checked in to SVN

2012-05-10 Thread Justin Mclean
Hi, >> Finally if you're on OSX and have a FB project with workspace/project with no >> spaces with a clean checkout and have teh 3 environment variables set up the >> mustella tests will compile but not run. > What error do you get? Did Ant main of the top level build.xml run > successfully? To

[jira] [Commented] (FLEX-60) Mustella tests don't run if sdk source folder contains spaces

2012-05-10 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273055#comment-13273055 ] Alex Harui commented on FLEX-60: The issue I saw is that there are several calls to StringToA

Re: Mustella code checked in to SVN

2012-05-10 Thread Alex Harui
On 5/10/12 9:50 PM, "Justin Mclean" wrote: > Hi, > >> I think the recommended approach is when importing the project, you don't >> copy it to the workspace subfolders, you leave it in the source tree (which >> you hopefully downloaded into a folder tree without spaces) > > If you import it f

[jira] [Commented] (FLEX-60) Mustella tests don't run if sdk source folder contains spaces

2012-05-10 Thread Christophe Herreman (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273051#comment-13273051 ] Christophe Herreman commented on FLEX-60: - I don't have a Mac to test this unfortunat

Re: Mustella code checked in to SVN

2012-05-10 Thread Justin Mclean
Hi, > I think the recommended approach is when importing the project, you don't > copy it to the workspace subfolders, you leave it in the source tree (which > you hopefully downloaded into a folder tree without spaces) If you import it from SVN within FB (which is what I would assume most people

Re: Mustella code checked in to SVN

2012-05-10 Thread Alex Harui
On 5/10/12 5:44 PM, "Justin Mclean" wrote: > Hi, > >> I don't think I understand the problem. Spaces in what names? > The path which all workspaces are placed by default contains spaces eg for FB > 4.6 they reside in a directory called "Adobe Flash Builder 4.6". I think the recommended appro

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Carol Frampton
New build at http://people.apache.org/~cframpton/ApacheFlexRC/1336997/ As Justin pointed out it is getting hard to keep things straight. I will put each build in a subdirectory of http://people.apache.org/~cframpton/ApacheFlexRC/ whose name corresponds to the last svn log number in that build. T

Re: Mustella code checked in to SVN

2012-05-10 Thread Justin Mclean
Hi, > I don't think I understand the problem. Spaces in what names? The path which all workspaces are placed by default contains spaces eg for FB 4.6 they reside in a directory called "Adobe Flash Builder 4.6". > What scenario does a user of the SDK run mustella tests? To see that the nice new

Re: Mustella code checked in to SVN

2012-05-10 Thread Alex Harui
On 5/10/12 5:19 PM, "Justin Mclean" wrote: > Hi Alex, > >> I tried the patch on Mac and couldn't get it to work. In the interest of >> time, I think we will have to require that folks not use spaces in the >> folder names until we reach parity. After that, any volunteer can take on >> the t

Re: Mustella code checked in to SVN

2012-05-10 Thread Justin Mclean
Hi Alex, > I tried the patch on Mac and couldn't get it to work. In the interest of > time, I think we will have to require that folks not use spaces in the > folder names until we reach parity. After that, any volunteer can take on > the task of making it handle spaces. By default Flash Builde

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Alex Harui
On 5/10/12 4:17 PM, "Justin Mclean" wrote: > HI, > >> Edit frameworks/flex-config.xml and replace {playerglobalHome} with >> libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion} >> Edit framework/airmobile-config.xml and air-config.x and remove all >> instances of the {airHome} t

Re: Mustella code checked in to SVN

2012-05-10 Thread Alex Harui
On 5/10/12 8:29 AM, "Christophe Herreman" wrote: > Hi Justin, > > I was able to reproduce the error you got. As I already suspected, this has > to do with the fact that the sdk source folders contain spaces. > > I've raised a ticket and provided a patch. Let me know if this works for > you. I

[jira] [Resolved] (FLEX-60) Mustella tests don't run if sdk source folder contains spaces

2012-05-10 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-60. Resolution: Incomplete I couldn't get the patch to work on Mac. The Mustella Java code tries several times t

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Justin Mclean
HI, > Edit frameworks/flex-config.xml and replace {playerglobalHome} with > libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion} > Edit framework/airmobile-config.xml and air-config.x and remove all > instances of the {airHome} token. The correct path is > lib/air/whatever.swc Do we

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Justin Mclean
Hi, > New kits posted to http://people.apache.org/~cframpton/ApacheFlexRC which > should clean up the mess I made in yesterday's kits. The binary/non source SDK gives (not unexpectedly) the following error when imported into Flash Builder and used in a project. unable to open '/Users/justinmcle

[jira] [Assigned] (FLEX-60) Mustella tests don't run if sdk source folder contains spaces

2012-05-10 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui reassigned FLEX-60: -- Assignee: Alex Harui (was: Bertrand Delacretaz) > Mustella tests don't run if sdk source folder conta

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Carol Frampton
Om, I happened to have spent the afternoon working on Apache Flex integration with FlashBuilder for the next release of FB. So I don't know what your particular issue is but I do know that you're going to have to combine the SDK with the AIR Integration kit and playerglobal.swc if you want it to

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Om
> > > I was trying to be generic. Rename whatever playerglobal swc file you > have to playerglobal.swc. Depending where you download it from the > original name differs. > That's what I figured, but it took me a while to get it :-) Maybe you should call it playerglobalXX_X.swc to make it clear

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Justin Mclean
Hi, > Alex is looking into the space in directory name issue that Justin > uncovered. He's on Windows but I'm not sure if it is os specific. Im on OSX (wasn't sure who "He's" referred to there) and it's an issue with running the mustella tests via mini_run.sh not building the Apache Flex SDK. T

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Carol Frampton
On 5/10/12 5 :49PM, "Om" wrote: >Typo in the readme? > >(rename playerglobal swc to >> playerglobal.swc and set to absolute >> path of directory containing >> playerglobal.swc file) >> >> >It must be: > >(rename *playerglobal11_1.swc* to >playerglobal.swc and set to absolute >

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Om
To make it clear: *C:\p\flex_os\**playerglobal\11.1* is the actual path. Somewhere the path construction has gone wrong. On Thu, May 10, 2012 at 2:49 PM, Om wrote: > Typo in the readme? > > (rename playerglobal swc to >> playerglobal.swc and set to absolute >> path of directory containin

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Om
Typo in the readme? (rename playerglobal swc to > playerglobal.swc and set to absolute > path of directory containing > playerglobal.swc file) > > It must be: (rename *playerglobal11_1.swc* to playerglobal.swc and set to absolute path of directory containing playerglobal.s

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Carol Frampton
Thanks, I will take a look. I've been concentrating on the bin kit and haven't spent much/any time on the source kit. Carol On 5/10/12 3 :53PM, "Christophe Herreman" wrote: >Hi, > >I downloaded the sources and tried to build them by running the default >goal on the root Ant script. I got the f

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Christophe Herreman
Hi, I downloaded the sources and tried to build them by running the default goal on the root Ant script. I got the following errors: - frameworks\projects\flash-integration\bundles\en_US is missing - frameworks\projects\authoringsupport\libs is missing After copying these from the trunk, the bui

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-10 Thread Carol Frampton
Kits just refreshed with latest bits. They are at http://people.apache.org/~cframpton/ApacheFlexRC/ See http://people.apache.org/~cframpton/ApacheFlexRC/readme for prerequisites. Alex is looking into the space in directory name issue that Justin uncovered. He's on Windows but I'm not sure if i

Re: [RT] Screencast

2012-05-10 Thread Jeffry Houser
On 5/10/2012 2:32 PM, Michael Montoya wrote: You're right Jeffrey - my assumption was that Carol and Alex would be the most familiar with the code and how it's laid out given their history with it, however, as you rightly point out, there are probably other veterans on our team who have gained

Re: [RT] Screencast

2012-05-10 Thread Michael Montoya
You're right Jeffrey - my assumption was that Carol and Alex would be the most familiar with the code and how it's laid out given their history with it, however, as you rightly point out, there are probably other veterans on our team who have gained a comparable level of intimacy with the code - it

Re: [RT] Screencast

2012-05-10 Thread Jeffry Houser
I agree something like this would be beneficial. I'm not sure why the the responsibility would be on Alex or Carol to create this. On 5/10/2012 1:20 PM, Michael Montoya wrote: This is directed at Alex and Carol: I know you are surely both swamped with your current obligations, but I would

[RT] Screencast

2012-05-10 Thread Michael Montoya
This is directed at Alex and Carol: I know you are surely both swamped with your current obligations, but I would not make this request if I did not think it would be of great benefit to the community: It would be extremely helpful to new members such as myself coming on board for the first t

Re: Mustella code checked in to SVN

2012-05-10 Thread Christophe Herreman
Hi Justin, I was able to reproduce the error you got. As I already suspected, this has to do with the fact that the sdk source folders contain spaces. I've raised a ticket and provided a patch. Let me know if this works for you. I've tested this on Windows under Cygwin and was able to successfull

[jira] [Updated] (FLEX-60) Mustella tests don't run if sdk source folder contains spaces

2012-05-10 Thread Christophe Herreman (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Herreman updated FLEX-60: Attachment: FLEX-60.patch Attached patch > Mustella tests don't run if sdk so

[jira] [Created] (FLEX-60) Mustella tests don't run if sdk source folder contains spaces

2012-05-10 Thread Christophe Herreman (JIRA)
Christophe Herreman created FLEX-60: --- Summary: Mustella tests don't run if sdk source folder contains spaces Key: FLEX-60 URL: https://issues.apache.org/jira/browse/FLEX-60 Project: Apache Flex

[jira] [Updated] (FLEX-58) env.properties is not used in *.bat files

2012-05-10 Thread Christophe Herreman (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Herreman updated FLEX-58: Attachment: batch-env-setup-spaces-support.patch Attached a new patch that supports spaces in

Re: Mustella code checked in to SVN

2012-05-10 Thread Christophe Herreman
It might well be the issue. Can you post the complete console output of running the Mustella tests? 2012/5/10 Justin Mclean > Hi, > > > do any of the paths you are using have spaces? > Yep as I use Flash Builder all paths have spaces by default. (ie /Adobe > Flash Builder 4.6). Is that an issue?

Re: Mustella code checked in to SVN

2012-05-10 Thread Justin Mclean
Hi, > do any of the paths you are using have spaces? Yep as I use Flash Builder all paths have spaces by default. (ie /Adobe Flash Builder 4.6). Is that an issue? Justin

Re: Mustella code checked in to SVN

2012-05-10 Thread Christophe Herreman
Hi Justin, do any of the paths you are using have spaces? regards, Christophe 2012/5/10 Justin Mclean > Hi, > > > if you are on Mac or Linux running the Mustella tests will cause issues > > when using env.properties. This is because the Mustella Ant script > > internally calls the compc shell

Re: Mustella code checked in to SVN

2012-05-10 Thread Justin Mclean
Hi, > if you are on Mac or Linux running the Mustella tests will cause issues > when using env.properties. This is because the Mustella Ant script > internally calls the compc shell script, which does not take into account > the env.properties file. Thanks that's good to know. I tried setting the

Re: Mustella code checked in to SVN

2012-05-10 Thread Christophe Herreman
Here's the output of "./mini_run.sh tests/components/Button" after a successful test run on Windows under Cygwin: http://pastebin.com/hqgNhezi regards, Christophe 2012/5/10 Christophe Herreman > Hi, > > if you are on Mac or Linux running the Mustella tests will cause issues > when using env.pr

Re: Mustella code checked in to SVN

2012-05-10 Thread Christophe Herreman
Hi, if you are on Mac or Linux running the Mustella tests will cause issues when using env.properties. This is because the Mustella Ant script internally calls the compc shell script, which does not take into account the env.properties file. regards, Christophe 2012/5/10 Justin Mclean > Hi, >

Re: index out of bounds without stack trace in Flashbuilder Debug window

2012-05-10 Thread sathyamoorthi
ha. Just a thought. :-) . Ok, then. On 5/10/2012 12:28 PM, Alex Harui wrote: On 5/9/12 11:50 PM, "sathyamoorthi" wrote: Hi Alex, It will be tough to concentrate on both forums. Is it possible to make it as single forum? Means, If adobe allows Apache flex question in Adobe forum, tha