Re: Mustella Update

2012-10-23 Thread Carol Frampton
On 10/23/12 9 :37AM, "Peter Ent" wrote: >Hi, > >I have just committed the changes to allow spaces in directory paths for >Mustella testing. These changes allow you to: > >- Have a directory path to Mustella that contains spaces, such as >/Users/pent/apache with spaces/flex/mustella/ >- Set FLEX

Re: Mustella Update

2012-10-23 Thread Peter Ent
Hi, I have just committed the changes to allow spaces in directory paths for Mustella testing. These changes allow you to: - Have a directory path to Mustella that contains spaces, such as /Users/pent/apache with spaces/flex/mustella/ - Set FLEX_HOME to be a path with spaces such as /Applications

Re: Mustella Update

2012-10-22 Thread Alex Harui
Which is all hopefully captured here: https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview If it isn't please offer feedback on how we can improve this document. -Alex On 10/22/12 7:00 AM, "Peter Ent" wrote: > Hi, > > Mustella is 98% Flex (there is some Java code to manage launc

Re: Mustella Update

2012-10-22 Thread Peter Ent
Hi, Mustella is 98% Flex (there is some Java code to manage launching of the tests and such). A "test" is actually two files. One file is the "test SWF" which is a main program MXML or AS file that contains the items to be tested, such as a DataGrid, along with any other data required by the test.

Re: Mustella Update

2012-10-22 Thread Peter Ent
Hi Mark, I think I have a handle on it and, I hope to be checking it in today. What I've done is allow spaces in the path "above" mustella. For example, I'm running a test with the directory, /Users/pent/apache with spaces/, so that everything, including the Flex SDK has this path in it. The tric

Re: Mustella Update

2012-10-22 Thread Ram Lee
I have checked some of the Mustella tests, they are all MXML source file, in my experience, don't we need to compile the source file to swf to make it run? I am trying to understand how Mustella works. Many thanks for any help. 李楠 在 2012-10-22,21:27,Carol Frampton 写道: > > > On 10/22/12 9 :

Re: Mustella Update

2012-10-22 Thread Carol Frampton
On 10/22/12 9 :14AM, "Kessler CTR Mark J" wrote: > > About a 2 months ago, I was offering to help Peter come up with a AS >class to manipulate command lines paths / parameters. He was having >issues with some spaces and irregular arguments. Original posts titled >"Re: Getting Mustella to wo

RE: Mustella Update

2012-10-22 Thread Kessler CTR Mark J
About a 2 months ago, I was offering to help Peter come up with a AS class to manipulate command lines paths / parameters. He was having issues with some spaces and irregular arguments. Original posts titled "Re: Getting Mustella to work" . He wanted to focus on knocking out the Mustel

Re: Mustella Update

2012-10-22 Thread Carol Frampton
On 10/22/12 6 :52AM, "Kessler CTR Mark J" wrote: >Ever take a look at that alpha class for managing command-line >properties/values? Do you still need it or have a direction it for it? Will you please elaborate? I don't understand what you are asking. Carol > > >-Original Message-

RE: Mustella Update

2012-10-22 Thread Kessler CTR Mark J
Ever take a look at that alpha class for managing command-line properties/values? Do you still need it or have a direction it for it? -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Thursday, October 18, 2012 13:58 To: flex-dev@incubator.apache.org Subject: Mustella Up

Re: Mustella Update

2012-10-18 Thread Carlos Rovira
Great work! great to see this already working. Thanks for the hard work! :) 2012/10/18 Alex Harui : > On 10/18/12 12:09 PM, "Om" wrote: > >> On Thu, Oct 18, 2012 at 12:03 PM, Alex Harui wrote: >> >>> The app I'm building says the following tests use >>> >> >> >> Haha. This is fantastic, Al

Re: Mustella Update

2012-10-18 Thread Alex Harui
On 10/18/12 12:09 PM, "Om" wrote: > On Thu, Oct 18, 2012 at 12:03 PM, Alex Harui wrote: > >> The app I'm building says the following tests use >> > > > Haha. This is fantastic, Alex! I would like to take a look at this app of > yours. I am thinking of adding the ability to directly run th

Re: Mustella Update

2012-10-18 Thread Alex Harui
On 10/18/12 12:09 PM, "Carol Frampton" wrote: > So the easiest way currently to run this list of tests is to cut/paste > this list into mustella/failures.txt and then from the mustella directory > run > > ./mini_run.sh -failures > > and it will build and run just those tests. Well, not sure

Re: Mustella Update

2012-10-18 Thread Om
On Thu, Oct 18, 2012 at 12:03 PM, Alex Harui wrote: > The app I'm building says the following tests use > Haha. This is fantastic, Alex! I would like to take a look at this app of yours. I am thinking of adding the ability to directly run the tests from the app itself. Maybe also hook this

Re: Mustella Update

2012-10-18 Thread Carol Frampton
So the easiest way currently to run this list of tests is to cut/paste this list into mustella/failures.txt and then from the mustella directory run ./mini_run.sh -failures and it will build and run just those tests. Carol On 10/18/12 3 :03PM, "Alex Harui" wrote: >The app I'm building says th

Re: Mustella Update

2012-10-18 Thread Alex Harui
The app I'm building says the following tests use spark.components.Scroller.as /tests/Managers/DragManager/Spark/DragManager_Squares_spark /tests/Managers/StyleManager/AdvancedCSS/descendantSelectors/AdvancedCSS_des cendantSelectors_Style2 /tests/Managers/StyleManager/AdvancedCSS/idSelectors/Advan

Re: Mustella Update

2012-10-18 Thread Roland Zwaga
alrighty, thanks for the pointers everyone! For now, I'm headed to bed because I have to get up early to catch my flight to New York tomorrow. I'm going to visit Drew Bourne (the Mockolate guy) there and on Sunday the both of us are heading over to Vegas for 360Min, I hope to see a bunch of you guy

Re: Mustella Update

2012-10-18 Thread Carol Frampton
On 10/18/12 2 :23PM, "Peter Ent" wrote: >You could try: > >./mini_run.sh tests/gumbo/components/Scroller I'd add tests/gumbo/components/DataGrid since that makes heavy use of the scroller. I hope there are some focusIn events in there. Carol > >There are probably other tests that also use th

Re: Mustella Update

2012-10-18 Thread Alex Harui
I am working on a couple of apps that you can plug in your list of changed files and it will pick out the tests to run. Hope to have that finished this week. On 10/18/12 11:23 AM, "Peter Ent" wrote: > You could try: > > ./mini_run.sh tests/gumbo/components/Scroller > > There are probably oth

Re: Mustella Update

2012-10-18 Thread Peter Ent
You could try: ./mini_run.sh tests/gumbo/components/Scroller There are probably other tests that also use the Spark Scroller, but that should cover a lot. Peter Ent Flex SDK Team Adobe Systems On 10/18/12 2:16 PM, "Roland Zwaga" wrote: >This is indeed great news! >Can someone give me a hint w

Re: Mustella Update

2012-10-18 Thread Roland Zwaga
This is indeed great news! Can someone give me a hint which mustella tests would be appropriate to run for this patch I submitted? https://issues.apache.org/jira/browse/FLEX-33156 Cheers, Roland On 18 October 2012 20:06, Om wrote: > > > > ...now you can start making changes to the SDK and ens

Re: Mustella Update

2012-10-18 Thread Om
> > ...now you can start making changes to the SDK and ensure you didn’t break > anything. > > Thanks Peter and everyone who contributed to get to this point! This is a HUGE deal. Hopefully this will open the floodgates for more contributions and bug fixes coming in to Apache Flex. Regards, Om

Re: Mustella Update

2012-10-18 Thread Omar Gonzalez
Nice, Peter! Thanks to you and all the committers for getting to this milestone! -omar On Thu, Oct 18, 2012 at 10:57 AM, Peter Ent wrote: > Hey folks, > > We have finished getting all tests in the default configuration (mini_run > –all) to pass on Mac and Windows platforms! That is currently 3

Re: Mustella Update

2012-09-12 Thread Peter Ent
Carlos, Thanks for the notification; it is very appreciated. --peter On 9/12/12 6:02 AM, "Carlos Rovira" wrote: >Hi Peter, > >regarding my return plans I must say that still can't join the party. >I want to notify here in order to avoid blocking any effort in >mustella. So If someone want to g

Re: Mustella Update

2012-09-12 Thread Carlos Rovira
Hi Peter, regarding my return plans I must say that still can't join the party. I want to notify here in order to avoid blocking any effort in mustella. So If someone want to get over my assignations here (https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview) please feel free to take

Re: Mustella Update

2012-09-11 Thread Kiel
Hi, Thanks Peter for clearing things regarding `mobile`. Still... have a few more things that I would like to know. 1) In regards with `-apollo` and `-browser` If a test has been done by `Projector content debugger`(standalone) do we still need to test them on `-apollo` and `-browser`? Can I e

Re: Mustella Update

2012-09-07 Thread Peter Ent
Hi, We aren't handling mobile at the moment. My apologies as that was not made clear. Aside from a device on which to run the tests, I'm not sure what else needs to be in place, but I will find out and post that information. You can send an email with your results. If you had to modify tests and/

Re: Mustella Update

2012-09-06 Thread Kiel
Hi Peter, 1) How to run Mustella tests on `/mobile`? 2) Where to put Mustella results for those not yet on wiki, Is it ok to just place it on mail having the subject "Mustella"? Regards, On 9/5/2012 5:18 AM, Peter Ent wrote: Hi, For all of you good folks helping with Mustella tests, how

Re: Mustella Update

2012-09-05 Thread Peter Ent
Ok, I'll take a look at them tomorrow. Thanks. Peter On Sep 5, 2012, at 5:18 PM, "Cyrill Zadra" wrote: > Hi Peter > > [java] = > [java] Failed: > [java] = > [java] >

Re: Mustella Update

2012-09-05 Thread Cyrill Zadra
Hi Peter [java] = [java] Failed: [java] = [java] Managers/StyleManager/AdvancedCSS/idSelectors/AdvancedCSS_IDSelectors_Source id_descendantSelector_GumboComp_style Failed

RE: Mustella Update

2012-09-05 Thread Kessler CTR Mark J
Did you take a quick peek at the argument handler code? What modifications would you like with it? -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, September 04, 2012 17:19 To: flex-dev@incubator.apache.org Subject: Mustella Update Hi, For all of you good folk

Re: Mustella Update

2012-09-04 Thread Cyrill Zadra
Hi Peter I think that I brought down the tests/Managers/StyleManager to 3 failing tests. [java] = [java] Failed: [java] = [java] Managers/StyleManager/AdvancedCSS/idSelect

Re: Mustella Update

2012-09-04 Thread Carlos Rovira
Hi Peter, this week I come back to work from vacation (time invested in mustella was done during vacation), and I'm adapting and solving lots of things here. Hope to return to mustella in few days as things calm. Hopefully I will return on monday, 10th by night. I'll keep you update if there's som