Lee wrote: > Ant build completed successfully in 5m 12s at 21/10/13 13:52
SDK usually takes longer for a clean build. Maybe it was not that successful... Can you try using the SDK Maurice -----Message d'origine----- De : Lee Burrows [mailto:[email protected]] Envoyé : lundi 21 octobre 2013 15:44 À : [email protected] Objet : Re: [DISCUSSION] Apache Flex 4.11.0 RC 2 Yes, it's there. Don't worry too much about it; if its working for most people, i assume its a problem on my end. I'm also having issues with sdk build (cant build with JDK 1.7, cant include flash integration kit) and the frustration has removed my interest in attempting some bug fixes for now :) On 21/10/2013 14:30, Maurice Amsellem wrote: > Lee, > > Can you check that you have flexTasks.jar in sdk/lib/ directory? > > Maurice > > -----Message d'origine----- > De : Lee Burrows [mailto:[email protected]] > Envoyé : lundi 21 octobre 2013 15:00 > À : [email protected] > Objet : Re: [DISCUSSION] Apache Flex 4.11.0 RC 2 > > I have already done a full sdk build and ant does report success for asdocs > build: > > Ant build completed successfully in 5m 12s at 21/10/13 13:52 > > But the only contents in asdoc-output folder are the examples. > > FYI, i am using github develop branch, not apache develop branch. > > > > On 21/10/2013 13:43, Maurice Amsellem wrote: >>> I tried generating ASdocs (with asdoc target in main build file). >> Ok, so the lib directory is probably missing in your configuration. >> It's generated when running the full SDK build. >> >> Did you run a full build before building the asdocs, or did you run asdoc >> build directly? >> >> Maurice >> >> -----Message d'origine----- >> De : Maurice Amsellem [mailto:[email protected]] >> Envoyé : lundi 21 octobre 2013 14:40 >> À : [email protected] >> Objet : RE: [DISCUSSION] Apache Flex 4.11.0 RC 2 >> >>> I tried generating ASdocs (with asdoc target in main build file). >> FI, ASDOC Build work on the develop branch Checking differences with >> the release >> >> -----Message d'origine----- >> De : Maurice Amsellem [mailto:[email protected]] >> Envoyé : lundi 21 octobre 2013 14:37 >> À : [email protected] >> Objet : RE: [DISCUSSION] Apache Flex 4.11.0 RC 2 >> >> Same. It says "could not load flexTasks.task", so basically asdocs fails >> at the beginning . >> >> I am checking what's wrong... >> >> Maurice >> >> -----Message d'origine----- >> De : Lee Burrows [mailto:[email protected]] >> Envoyé : lundi 21 octobre 2013 14:22 >> À : [email protected] >> Objet : Re: [DISCUSSION] Apache Flex 4.11.0 RC 2 >> >> I tried generating ASdocs (with asdoc target in main build file). >> >> The build runs without errors but the output only consists of an >> "include_examples" folder (and subfolders) - there are none of the usual >> asdocs files. >> >> Anyone else experiencing this? >> >> >> >> >> On 21/10/2013 07:03, Frédéric THOMAS wrote: >>> Thanks, so, that's should be fine, will rerun it later anyway as too >>> many tests were failing, not the time this morning to examine why, >>> some were because of the timeouts though. >>> >>> But given everyone have successfully run it, it should be something >>> in my conf, will check that later. >>> >>> -Fred >>> >>> -----Message d'origine----- >>> De : Alex Harui [mailto:[email protected]] Envoyé : lundi 21 octobre >>> 2013 07:57 À : [email protected] Objet : Re: [DISCUSSION] Apache >>> Flex 4.11.0 RC 2 >>> >>> What failures are you getting? Erik's VM has run all tests twice a day. >>> >>> -Alex >>> >>> On 10/20/13 10:54 PM, "Frédéric THOMAS" <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> I had a lot of tests failed, does someone knows when Jenkins ran >>>> successfully the full test suite for the last time ? looking in the >>>> commit list, I've seen only partial tests, the ones relying on changes. >>>> >>>> -Fred >>>> >>>> -----Message d'origine----- >>>> De : Alex Harui [mailto:[email protected]] Envoyé : lundi 21 octobre >>>> 2013 04:16 À : [email protected] Objet : Re: [DISCUSSION] Apache >>>> Flex >>>> 4.11.0 RC 2 >>>> >>>> I'm not working on these tests. I'm totally unfamiliar with >>>> Callout-related stuff. I'm not sure why these tests aren't failing >>>> in the CI runs but in other runs. >>>> >>>> On 10/20/13 12:22 PM, "Maurice Amsellem" >>>> <[email protected]> >>>> wrote: >>>> >>>>> Hi, >>>>> >>>>> Alex already asked about these tests ( thread "[Mustella] >>>>> tests/experimental/spark/components/CallOutButton" started Oct >>>>> 16th) And I understood from our discussion that he was working on >>>>> fixing the tests. >>>>> I don't know what is the current status. >>>>> >>>>> Maurice >>>>> >>>>> -----Message d'origine----- >>>>> De : Frédéric THOMAS [mailto:[email protected]] Envoyé : >>>>> dimanche >>>>> 20 octobre 2013 20:12 À : [email protected] Objet : RE: >>>>> [DISCUSSION] Apache Flex 4.11.0 RC 2 >>>>> >>>>> Hi Maurice, >>>>> >>>>> So, shouldn't those tests have been removed or at least excluded ? >>>>> >>>>> -Fred >>>>> >>>>> -----Message d'origine----- >>>>> De : Maurice Amsellem [mailto:[email protected]] >>>>> Envoyé : dimanche 20 octobre 2013 19:41 À : [email protected] Objet : >>>>> RE: [DISCUSSION] Apache Flex 4.11.0 RC 2 >>>>> >>>>> Fred, >>>>> >>>>> Experimental CallOut / CallOutButton do not exist anymore. >>>>> Mobile Callout / CalloutButton have been move to spark and can be >>>>> used in both desktop and mobile environments. >>>>> >>>>> Maurice >>>>> >>>>> -----Message d'origine----- >>>>> De : Frédéric THOMAS [mailto:[email protected]] Envoyé : >>>>> dimanche >>>>> 20 octobre 2013 18:11 À : [email protected] Objet : RE: >>>>> [DISCUSSION] Apache Flex 4.11.0 RC 2 >>>>> >>>>> Exact Mark. >>>>> >>>>> Anyone has an idea why I've got that in my console: >>>>> >>>>> ------------------------------------- >>>>> [java] okey doke, going to compile >>>>> F:\sources\asf\flex\current\sdk\mustella\tests\experimental\spark\ >>>>> c >>>>> o >>>>> mp >>>>> o >>>>> nen >>>>> ts >>>>> \CallOutButton\SWFs\CallOutButton_Main.mxml >>>>> [java] Loading configuration file >>>>> F:\sources\asf\flex\4.11\rc2\src\frameworks\flex-config.xml >>>>> [java] >>>>> F:\sources\asf\flex\current\sdk\mustella\tests\experimental\spark\ >>>>> c >>>>> o >>>>> mp >>>>> o >>>>> nen >>>>> ts >>>>> \CallOutButton\SWFs\CallOutButton_Main.mxml(83): Error: Could not >>>>> resolve <ns:CallOutButton> >>>>> ------------------------------------- >>>>> >>>>> The NS is xmlns:ns="http://flex.apache.org/experimental/ns" but I >>>>> can't see CallOutButton neither in the manifest.xml or in the >>>>> ExperimentalClasses.mxml >>>>> >>>>> Did I miss something ? Should some tests be disabled for the rc2 ? >>>>> >>>>> -Fred >>>>> >>>>> -----Message d'origine----- >>>>> De : Mark Kessler [mailto:[email protected]] >>>>> Envoyé : dimanche 20 octobre 2013 15:13 À : Dev@Flex Objet : Re: >>>>> [DISCUSSION] Apache Flex 4.11.0 RC 2 >>>>> >>>>> I thought the new path was AppData\Roaming\Macromedia\Flash Player\Logs ? >>>>> [1] >>>>> >>>>> >>>>> [1] >>>>> http://help.adobe.com/en_US/flex/using/WSda78ed3a750d6b8f-4867184d >>>>> 1 >>>>> 2 >>>>> 39 >>>>> f >>>>> 9d0 >>>>> 55 >>>>> 8-8000.html >>>>> >>>>> -Mark >>>>> >>>>> >>>>> On Sun, Oct 20, 2013 at 7:07 AM, Frédéric THOMAS >>>>> <[email protected]>wrote: >>>>> >>>>>> Ok, that's fine now, it is running... >>>>>> >>>>>> -----Message d'origine----- >>>>>> De : Frédéric THOMAS [mailto:[email protected]] Envoyé : >>>>>> dimanche 20 octobre 2013 12:49 À : [email protected] Objet : RE: >>>>>> [DISCUSSION] Apache Flex 4.11.0 RC 2 >>>>>> >>>>>> Hi, >>>>>> >>>>>> I was trying to run the tests on my VM windows server 2012 but it >>>>>> seems there's a problem with this path >>>>>> C:\Users\apacheflex\Application Data\Macromedia\Flash >>>>>> Player\Logs\flashlog.txt (The system cannot find the path >>>>>> specified) >>>>>> >>>>>> Erik, how did you set it ? >>>>>> Application Data doesn't exist >>>>>> >>>>>> -Fred >>>>>> >>>>>> -----Message d'origine----- >>>>>> De : Justin Mclean [mailto:[email protected]] Envoyé : >>>>>> jeudi >>>>>> 17 octobre 2013 10:05 À : [email protected] Objet : >>>>>> [DISCUSSION] Apache Flex >>>>>> 4.11.0 RC 2 >>>>>> >>>>>> Hi, >>>>>> >>>>>> For the gmail users out there - please place all discussion here >>>>>> not in the vote thread. >>>>>> >>>>>> Thanks, >>>>>> Justin >>>>>> >> -- >> Lee Burrows >> ActionScripter >> >> > > -- > Lee Burrows > ActionScripter > > -- Lee Burrows ActionScripter
