Re: Mustella code checked in to SVN

2012-05-07 Thread Florian Fesseler
Thanks Alex! Got this error when trying to launch the ant task though : /cygdrive/c/Users/user/FlexSDK/source/mustella > $ ant > Buildfile: C:\Users\user\FlexSDK\source\mustella\build.xml > [echo] exclude file will be: > C:\Users\user\FlexSDK\source\mustella/tests/ExcludeListWin.txt > > cle

Re: What is AIR_HOME?

2012-05-07 Thread Carol Frampton
Relative paths should not be used for any of the new environment variables. They are used by the ant scripts at various levels of the Flex tree so even if they work at the top-level they won't work at other levels. I will fix the documentation to specify this and add more information about what e

[jira] [Commented] (FLEX-56) RTL Tooltip is not presented well in RTL languages

2012-05-07 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269616#comment-13269616 ] Carol Frampton commented on FLEX-56: Please include an example that matches your descript

Re: [jira] [Created] (FLEX-56) RTL Tooltip is not presented well in RTL languages

2012-05-07 Thread Carol Frampton
What is our policy vis-a-vie bug priorities? While this bug may be critical to the author I would not consider the bug a ciritical priority to the project? Do I leave it as is or adjust it? Carol On 5/5/12 5 :31AM, "Tamar Amit (JIRA)" wrote: >Tamar Amit created FLEX-56: >-

Re: [jira] [Created] (FLEX-56) RTL Tooltip is not presented well in RTL languages

2012-05-07 Thread Justin Mclean
Hi,What is our policy vis-a-vie bug priorities? JIRA makes it fairly clear: BlockerBlocks development and/or testing work, production could not run CriticalCrashes, loss of data, severe memory leak. MajorMajor loss of function. MinorMinor loss of function, or other problem where easy workaround is

Re: [jira] [Created] (FLEX-56) RTL Tooltip is not presented well in RTL languages

2012-05-07 Thread Carol Frampton
I understand all those priorities but can anyone change the priority of a bug? I would have marked it major, at least for a RTL app, if what is said in the bug is in fact the case, but as you noted it could just as well be minor. Carol On 5/7/12 9 :58AM, "Justin Mclean" mailto:jus...@classsof

[jira] [Commented] (FLEX-38) Build script requires sh on Windows

2012-05-07 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269665#comment-13269665 ] Carol Frampton commented on FLEX-38: All the code to unzip the AIR Integration Kit has be

[jira] [Issue Comment Edited] (FLEX-38) Build script requires sh on Windows

2012-05-07 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269665#comment-13269665 ] Carol Frampton edited comment on FLEX-38 at 5/7/12 2:47 PM: All t

Re: Mustella code checked in to SVN

2012-05-07 Thread Carol Frampton
A "google" turned up this: http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-wa s-not-set I see another problem as well. From the errors I see that mustalla requires antcontrib which you don't have installed. Alex will need to update his wiki to include this requirement.

Re: Mustella code checked in to SVN

2012-05-07 Thread Florian Fesseler
Hi Carol, includeantruntime was just a warning but thanks anyway for the link, the warning doesn't appear anymore. I had antcontrib already installed in the lib folder of the mustella directory. For me this error seems to indicate another jar is missing. 2012/5/7 Carol Frampton > A "google" tu

Re: Mustella code checked in to SVN

2012-05-07 Thread Florian Fesseler
I'm not an expert about ant tasks but form what I understand : - Mustella code is compiled from 'java/src' to 'classes' - Some ant targets need taskdefs resulting from this compilation In build.xml, line 1024 : -> I can't find any mustella/GetConfigIdTask.class in 'classes' folder, neither GetCo

Re: What is AIR_HOME?

2012-05-07 Thread Left Right
Sorry to be a bore (could it be worth than that?), but wouldn't fixing the program such as to accept relative paths be a better option? I didn't have the time to look into what Flex Ant task does exactly, but I wouldn't be surprised that instead of some sort of Path.combine() it does simple string

Re: Button question

2012-05-07 Thread Brian Zaleski
Hi, Yes, this was the exact component. I'd never used it before. Perfect. Thanks, Brian On 05/05/2012 02:34 PM, Roland Zwaga wrote: Isn't this just the PopupMenuButton that is already part of spark? Or am I missing something? Roland On 5 May 2012 22:30, Aaron Miller wrote: Use the spark

Re: What is AIR_HOME?

2012-05-07 Thread Alex Harui
On 5/7/12 10:50 AM, "olegsivo...@gmail.com" wrote: > Sorry to be a bore (could it be worth than that?), but wouldn't fixing the > program such as to accept relative paths be a better option? I didn't have > the time to look into what Flex Ant task does exactly, but I wouldn't be > surprised th

Re: Button question

2012-05-07 Thread Roland Zwaga
Beware though, its got a nasty bug. (I'll try and create a patch for it once the JIRA issues have been fully imported and I can see if an issue already exists) The bug is: if you click on a dropdown item (instead of on the button) a button click event is also dispatched, when in reality it shouldn

Re: What is AIR_HOME?

2012-05-07 Thread Carol Frampton
The current issue is that ../../anything means one thing if you are in the flex root directory and another thing if you are in {flex-home}/frameworks. /abosolute/path/anything means the same thing in any of the flex subdirectories. The checkintests ant task needs the flashplayer to run the tests

Re: What is AIR_HOME?

2012-05-07 Thread Left Right
On Mon, May 7, 2012 at 9:09 PM, Carol Frampton wrote: > The current issue is that ../../anything means one thing if you are in the > flex root directory and another thing if you are in > {flex-home}/frameworks. /abosolute/path/anything means the same thing in > any of the flex subdirectories. >

Button question

2012-05-07 Thread Brian Zaleski
Hi, One of our designers got hooked on the idea of this button: http://demos.telerik.com/aspnet-ajax/button/examples/splitbutton/defaultcs.aspx If you look at that button, it has some rather odd functionality. I'm wondering if anyone has built anything like this in Flex. I found a reference

Re: svn commit: r1335308 - in /incubator/flex/trunk: ./ frameworks/projects/advancedgrids/ frameworks/projects/airframework/ frameworks/projects/airspark/ frameworks/projects/authoringsupport/ framewo

2012-05-07 Thread Justin Mclean
Hi, Looks like there's an issue with the build. With a clean checkout up and envs set correctly I get target "frameworks-rsls" target failing like so: Buildfile: /Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Clean/build.xml frameworks-rsls: [unzip] Expanding: /Users/ju

Re: FalcoJs

2012-05-07 Thread Justin Mclean
Hi, > I have to disagree about the no control part. Mustella got partially in this > week because some of you wanted it done that way. I could drop the rest of > mustella and start scrubbing the falcon js code but I thought we agreed that > a verification suite was more important. I think mos

Re: Mustella code checked in to SVN

2012-05-07 Thread Justin Mclean
Hi there, I'm also having trough getting it to compile: compile-mustella: [echo] Compiling mustella source code... [javac] /Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Clean/mustella/java/src/build.xml:75: warning: 'includeantruntime' was not set, defaulting to bui

Re: Mustella code checked in to SVN

2012-05-07 Thread Justin Mclean
Hi, > I could be wrong but I feel some source code is missing. Flash builder report issues with ant build scripts and it notes that mustella.GetExcludeIdsTask, mustella.GenIncludesTask, mustella.CousinPreCompile, mustella.GetDeviceSpecsTask and mustella.WriteFileNames are unable to be found.

Re: FalcoJs

2012-05-07 Thread Alex Harui
On 5/7/12 9:08 PM, "Justin Mclean" wrote: > > Dare I ask if we have a rough idea of when the full Mustella tests might be > donated? (weeks away or months away?) Probably weeks. We're almost done with the scrub, but now we have to get the tests to run again. We could donate with tests broken

Mustella tests

2012-05-07 Thread Justin Mclean
Hi, >> We could donate with tests broken and fix them up > in Apache if folks are more interested in seeing the tests rather than > running them. I guess that depends on how many test currently fail. Having some % of test passing is still useful even as an exercise to get familiar with Musella