Re: how flexjs just get js-debug?

2016-04-12 Thread OmPrakash Muppirala
Lizhi,

If you use the FDT IDE [1], it already supports this feature.  The
community edition (free) supports FlexJS/FalconJX

Thanks,
Om

[1] http://fdt.powerflasher.com/buy-download/

On Tue, Apr 12, 2016 at 10:49 PM, lizhi  wrote:

> thanks.
> nice.
> pls let me know,if it complete
>
>
>
> --
> View this message in context:
> http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52307.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: how flexjs just get js-debug?

2016-04-12 Thread lizhi
thanks.
nice.
pls let me know,if it complete



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52307.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: how flexjs just get js-debug?

2016-04-12 Thread Alex Harui
Funny, I was working on that just now.  Hopefully I will have something
tomorrow.

-Alex

On 4/12/16, 10:45 PM, "lizhi"  wrote:

>hi,
>bcs the get js-debug and js-release have a lot of time to do.
>so,i sometimes just get the js-debug,to test.not need get js-release evary
>time.
>it will save the build time.
>thanks.
>
>
>
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-j
>s-debug-tp52303p52305.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: how flexjs just get js-debug?

2016-04-12 Thread lizhi
hi,
bcs the get js-debug and js-release have a lot of time to do.
so,i sometimes just get the js-debug,to test.not need get js-release evary
time.
it will save the build time.
thanks.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52305.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: how flexjs just get js-debug?

2016-04-12 Thread Harbs
Hi Lizhi,

I’m not sure what you are asking. Are you asking how to enable the source 
debugging via the source maps which Josh is working on? If yes, I was wondering 
the same thing. I’m not sure if it’s ready for use.

On Apr 13, 2016, at 8:38 AM, lizhi  wrote:

> 
> 
> 
> 
> --
> View this message in context: 
> http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.



how flexjs just get js-debug?

2016-04-12 Thread lizhi




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: Heat maps for falcon and asjs

2016-04-12 Thread Alex Harui
I spent a few minutes looking at this.  The maps for flex-falcon and
flex-asjs seem ok.  We have mucked with build.xml often as we've
refactored the code base.  Flex-sdk has way more tests because Adobe had
whole team of folks to write tests.

I haven't used code metric tools before.  How is this different/similar to
what Chris talked about with Sonar?

Also, it seemed like there was a big red spot in flex-asjs but I was
unable to click on it or find out what it was.

Thanks,
-Alex

On 3/31/16, 4:13 AM, "Justin Mclean"  wrote:

>HI,
>
>> I tried looking at it, but I was having trouble understanding what I
>>was looking at.
>
>Think of It a bird eye view of the code base which you can click on to
>zoom in on. The red colour indicated areas of greater change and
>complexity. See my other reply for a bit more detail.
>
>Thanks for looking.
>Justin



Re: [FlexJS][XML]first milestone

2016-04-12 Thread Harbs
Today, the following is working too:

var svg:XML = 
 
   
   
 
 
   
   
 
;

var rects:XMLList = svg..rect;
rects[1].@width = "100px";
//rects.(@id==3).@height = "100px";
trace(rects.toXMLString());

outputs:
> />;
>> 
>> var rects:XMLList = svg..rect;
>> trace(rects.toXMLString());
>> 
>> and got this in the console:
>> 
>>>   
>>> 
>>> 
>>>   
>>>   
>>> 
>>> 
>>> 
>>> var rects:XMLList = svg..rect;
>>> 
>>> //rects should contain all the rects in the svg, i.e.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Thanks,
>>> Om
>>> 
>>> 
>>> On Mon, Apr 11, 2016 at 2:21 PM, Harbs  wrote:
>>> 
 I made some great progress today.
 
 I just compared the output of some pretty whacky xml processing in Flash
 to the output using the JS XML classes and the output was pretty close!
 
 There are definitely some issues I still need to work on (besides some
 compiler issues in JIRA), but I’m really happy with it already. I
>> expect to
 be able to try and run some production code through the compiler in the
 next week or so and see what happens.
 
 On Apr 10, 2016, at 4:02 PM, Harbs  wrote:
 
> I reached a milestone today with E4X. I have the first working test
 which reads an XML literal, writes it back out to a string and writes
>> the
 value of an attribute using E4X notation in Javascript!
> 
> Over the next couple of weeks I expect to be fixing a lot of issues
 related to XML and the better the test-case coverage we have, the better
 the quality will be.
> 
> I’d like to put out a call for snippets of E4X code that people are
 using in the wild so we can incorporate tests for as many use cases as
>> we
 can get.
> 
> If you have code snippets to contribute, please respond!
> 
> Thanks,
> Harbs
> 
> (P.S. There is currently a compiler issue with two of the XML methods,
 so the XML.js file needs a bit of editing before it can be used.
>> Hopefully
 this issue will be fixed soon.)
 
 
>> 
>> 



Re: [DRAFT] Apache FlexJS 0.6.0 and Apache Flex FalconJX 0.6.0 Released

2016-04-12 Thread Alex Harui
Excellent.  Thanks Nick!

On 4/12/16, 11:40 AM, "Nicholas Kwiatkowski"
 wrote:

>forgot to mention, but the website is updated and the blog entry was
>posted.
>
>-Nick
>
>On Mon, Apr 11, 2016 at 10:44 AM, Alex Harui  wrote:
>
>> I saw an email that archives.a.o is up and it worked for me doing a full
>> FalconJX build, so I think it is ok to publish.
>>
>> -Alex
>>
>> On 4/11/16, 4:32 AM, "Nicholas Kwiatkowski"
>>  wrote:
>>
>> >I've got the blog and website staged.  Should I wait for the issues to
>> >subside on the archives site, or just go forward?
>> >
>> >-Nick
>> >
>> >On Mon, Apr 11, 2016 at 1:37 AM, OmPrakash Muppirala
>> >
>> >wrote:
>> >
>> >> Awesome.  Congrats on the release!
>> >>
>> >> I will wait till Nick updates the blog and website before tweeting
>>from
>> >>the
>> >> official Apache Flex Twitter account.
>> >>
>> >> Thanks,
>> >> Om
>> >>
>> >> On Sun, Apr 10, 2016 at 10:36 PM, Alex Harui 
>>wrote:
>> >>
>> >> > Thanks for the reminder.  I just sent it out.
>> >> >
>> >> > On 4/10/16, 9:45 PM, "piotrz"  wrote:
>> >> >
>> >> > >Is it already officially announced ? I wanted to spread the word
>>on
>> >>some
>> >> > >polish forums, but not sure whether I can do this. :)
>> >> > >
>> >> > >Piotr
>> >> > >
>> >> > >
>> >> > >
>> >> > >-
>> >> > >Apache Flex PMC
>> >> > >piotrzarzyck...@gmail.com
>> >> > >--
>> >> > >View this message in context:
>> >> > >
>> >> >
>> >>
>> >>
>> 
>>http://apache-flex-development.247.n4.nabble.com/DRAFT-Apache-FlexJS-
>> >>0
>> >> > >-6-0-and-Apache-Flex-FalconJX-0-6-0-Released-tp52206p52265.html
>> >> > >Sent from the Apache Flex Development mailing list archive at
>> >> Nabble.com.
>> >> >
>> >> >
>> >>
>>
>>



Re: [DRAFT] Apache FlexJS 0.6.0 and Apache Flex FalconJX 0.6.0 Released

2016-04-12 Thread Nicholas Kwiatkowski
forgot to mention, but the website is updated and the blog entry was posted.

-Nick

On Mon, Apr 11, 2016 at 10:44 AM, Alex Harui  wrote:

> I saw an email that archives.a.o is up and it worked for me doing a full
> FalconJX build, so I think it is ok to publish.
>
> -Alex
>
> On 4/11/16, 4:32 AM, "Nicholas Kwiatkowski"
>  wrote:
>
> >I've got the blog and website staged.  Should I wait for the issues to
> >subside on the archives site, or just go forward?
> >
> >-Nick
> >
> >On Mon, Apr 11, 2016 at 1:37 AM, OmPrakash Muppirala
> >
> >wrote:
> >
> >> Awesome.  Congrats on the release!
> >>
> >> I will wait till Nick updates the blog and website before tweeting from
> >>the
> >> official Apache Flex Twitter account.
> >>
> >> Thanks,
> >> Om
> >>
> >> On Sun, Apr 10, 2016 at 10:36 PM, Alex Harui  wrote:
> >>
> >> > Thanks for the reminder.  I just sent it out.
> >> >
> >> > On 4/10/16, 9:45 PM, "piotrz"  wrote:
> >> >
> >> > >Is it already officially announced ? I wanted to spread the word on
> >>some
> >> > >polish forums, but not sure whether I can do this. :)
> >> > >
> >> > >Piotr
> >> > >
> >> > >
> >> > >
> >> > >-
> >> > >Apache Flex PMC
> >> > >piotrzarzyck...@gmail.com
> >> > >--
> >> > >View this message in context:
> >> > >
> >> >
> >>
> >>
> http://apache-flex-development.247.n4.nabble.com/DRAFT-Apache-FlexJS-
> >>0
> >> > >-6-0-and-Apache-Flex-FalconJX-0-6-0-Released-tp52206p52265.html
> >> > >Sent from the Apache Flex Development mailing list archive at
> >> Nabble.com.
> >> >
> >> >
> >>
>
>


AW: [FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
It was failing with the latest Maven on the latest jdk on windows 10. 
Eventually that helps.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


 Ursprüngliche Nachricht 
Von: Michael Schmalle 
Datum: 12.04.16 17:14 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: [FALCONJX] TestAMDClassA

Looking at the code one more time, :), I bet it's a threading issue with
the AS3Parser. It would seem that something is getting called before the
entire file collection is parsed.

Since I didn't increment anything and was purely using the length of the
returned definition collection, that is what I bet it is.

Mike

On Tue, Apr 12, 2016 at 11:11 AM, Alex Harui  wrote:

>
>
> On 4/12/16, 7:55 AM, "Alex Harui"  wrote:
> >Otherwise, not sure why it is
> >failing for you on Windows, although it could be a Java7 vs Java8 issue.
> >I'm not sure what version of Java the CI Server is running.
>
> I found the place in Jenkins where it says it is running Java 7.  We might
> need to upgrade to Java 8 soon, although we still need compatibility back
> to Java 1.6 so the jars work in Flash Builder.
>
> -Alex
>
>


AW: [FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
In the Maven Buildi am using a special plugin for ensuring API compatibility 
with 1.6 so this should be taken care of in the future.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


 Ursprüngliche Nachricht 
Von: Alex Harui 
Datum: 12.04.16 17:11 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: [FALCONJX] TestAMDClassA



On 4/12/16, 7:55 AM, "Alex Harui"  wrote:
>Otherwise, not sure why it is
>failing for you on Windows, although it could be a Java7 vs Java8 issue.
>I'm not sure what version of Java the CI Server is running.

I found the place in Jenkins where it says it is running Java 7.  We might
need to upgrade to Java 8 soon, although we still need compatibility back
to Java 1.6 so the jars work in Flash Builder.

-Alex



Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
Looking at the code one more time, :), I bet it's a threading issue with
the AS3Parser. It would seem that something is getting called before the
entire file collection is parsed.

Since I didn't increment anything and was purely using the length of the
returned definition collection, that is what I bet it is.

Mike

On Tue, Apr 12, 2016 at 11:11 AM, Alex Harui  wrote:

>
>
> On 4/12/16, 7:55 AM, "Alex Harui"  wrote:
> >Otherwise, not sure why it is
> >failing for you on Windows, although it could be a Java7 vs Java8 issue.
> >I'm not sure what version of Java the CI Server is running.
>
> I found the place in Jenkins where it says it is running Java 7.  We might
> need to upgrade to Java 8 soon, although we still need compatibility back
> to Java 1.6 so the jars work in Flash Builder.
>
> -Alex
>
>


Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Alex Harui


On 4/12/16, 7:55 AM, "Alex Harui"  wrote:
>Otherwise, not sure why it is
>failing for you on Windows, although it could be a Java7 vs Java8 issue.
>I'm not sure what version of Java the CI Server is running.

I found the place in Jenkins where it says it is running Java 7.  We might
need to upgrade to Java 8 soon, although we still need compatibility back
to Java 1.6 so the jars work in Flash Builder.

-Alex



Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
I just quickly looked at the code, it has to do with the member field '
inheritenceLevel
' and
the only thing that could be happening is that for some reason the base
test is either reusing an instance of the emitter or there is a thread
issue in the test.

That is the only thing it could be looking at my code it gathers the number
by resolving the class hierarchy.

Mike

On Tue, Apr 12, 2016 at 10:58 AM, Josh Tynjala 
wrote:

> I'm on Mac. I'm pretty sure Jenkins is running on Windows, and tests have
> been completing successfuly there. I wonder what the difference could be?
>
> - Josh
>
> On Tue, Apr 12, 2016 at 3:14 AM, Christofer Dutz <
> christofer.d...@c-ware.de>
> wrote:
>
> > Hi,
> >
> >
> > I am currently making sure all the tests that pass on my Mac also pass on
> > Windows. I did find a few tests that didn't work and fixed them (I really
> > wonder how they could have passed for ANT on Windows though). I fixed all
> > the Unit tests in FalconJX except one: TestAMDClassA ... on Windows most
> of
> > these are failing, because the output uses $1 on Windows instead of $0 on
> > the Mac.
> >
> >
> > java.lang.AssertionError:
> > Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> > \"secret$1\");\n\treturn tmp(\"-bound\");\n}"
> >  got: "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> > \"secret$0\");\n\treturn tmp(\"-bound\");\n}"
> >
> > Anyone know the reason for this?
> >
> >
> > And I would really appreciate you guys working on Falcon and Falcon JX to
> > drop a line on what platform you are working on Mac, Windows, Linux ... I
> > think we need to give the Windows part a little more love in the future.
> >
> >
> > Chris
> >
>


Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Josh Tynjala
I'm on Mac. I'm pretty sure Jenkins is running on Windows, and tests have
been completing successfuly there. I wonder what the difference could be?

- Josh

On Tue, Apr 12, 2016 at 3:14 AM, Christofer Dutz 
wrote:

> Hi,
>
>
> I am currently making sure all the tests that pass on my Mac also pass on
> Windows. I did find a few tests that didn't work and fixed them (I really
> wonder how they could have passed for ANT on Windows though). I fixed all
> the Unit tests in FalconJX except one: TestAMDClassA ... on Windows most of
> these are failing, because the output uses $1 on Windows instead of $0 on
> the Mac.
>
>
> java.lang.AssertionError:
> Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> \"secret$1\");\n\treturn tmp(\"-bound\");\n}"
>  got: "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> \"secret$0\");\n\treturn tmp(\"-bound\");\n}"
>
> Anyone know the reason for this?
>
>
> And I would really appreciate you guys working on Falcon and Falcon JX to
> drop a line on what platform you are working on Mac, Windows, Linux ... I
> think we need to give the Windows part a little more love in the future.
>
>
> Chris
>


Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Alex Harui


On 4/12/16, 3:14 AM, "Christofer Dutz"  wrote:

>Hi,
>
>
>I am currently making sure all the tests that pass on my Mac also pass on
>Windows. I did find a few tests that didn't work and fixed them (I really
>wonder how they could have passed for ANT on Windows though). I fixed all
>the Unit tests in FalconJX except one: TestAMDClassA ... on Windows most
>of these are failing, because the output uses $1 on Windows instead of $0
>on the Mac.
>
>
>java.lang.AssertionError:
>Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this,
>\"secret$1\");\n\treturn tmp(\"-bound\");\n}"
> got: "baz: function baz() {\n\tvar tmp = AS3.bind(this,
>\"secret$0\");\n\treturn tmp(\"-bound\");\n}"
>
>Anyone know the reason for this?
>
>
>And I would really appreciate you guys working on Falcon and Falcon JX to
>drop a line on what platform you are working on Mac, Windows, Linux ... I
>think we need to give the Windows part a little more love in the future.

I use a Mac.  The CI server is Windows and runs a bunch of tests.  Maybe
we don't run those tests on the CI server?  Otherwise, not sure why it is
failing for you on Windows, although it could be a Java7 vs Java8 issue.
I'm not sure what version of Java the CI Server is running.

-Alex



Re: FlexJS World Tour - Livestream NOW!

2016-04-12 Thread Carlos Rovira
Great! Thanks! :)

2016-04-11 18:57 GMT+02:00 Harbs :

> Thanks. Great to see a group effort on this! :-)
>
> Harbs
>
> On Apr 11, 2016, at 7:52 PM, Shubham Gupta 
> wrote:
>
> > Thanks Alex, I will edit and upload the videos in a day.
> >
> > Regards,
> > Shubham
> >
> > On Mon, Apr 11, 2016 at 9:44 AM, Alex Harui  wrote:
> >
> >> I just sent Shubham the links to the videos.
> >>
> >> -Alex
> >>
> >> On 4/8/16, 1:28 PM, "Shubham Gupta"  wrote:
> >>
> >>> Hi Alex,
> >>>
> >>> Can you please share those files with me. I will upload them on
> YouTube.
> >>>
> >>> Regards,
> >>> Shubham
> >>>
> >>> On Fri, Apr 8, 2016 at 7:35 AM, Alex Harui  wrote:
> >>>
>  There will be 3 separate FLV files.  One for my press, one for Om's
> and
>  one for the afternoon.  There was a fourth one that was made during
>  lunch,
>  but I'll probably toss that unless folks can remind me of something
>  useful
>  that occurred during that time.
> 
>  HTH,
>  -Alex
> 
>  On 4/8/16, 3:07 AM, "carlos.rov...@gmail.com on behalf of Carlos
> >> Rovira"
>  
>  wrote:
> 
> > Hi Om, do you mean admin of the Apache Flex PMC youtube account?
> >
> > Seems Shubham already created the account. Maybe we only need to have
> > permissions to upload videos we or community people send to us to
> make
> > Apache Flex Youtube channel get some size and useful videos.
> >
> > We should see about the file size of the SF recordings. I think the
>  Adobe
> > Connect was recording even in the break time, so maybe the videos
>  could be
> > heavy size. I'll help as material arise and we could see what we
> found.
> >
> >
> >
> > 2016-04-07 22:01 GMT+02:00 Shubham Gupta :
> >
> >> I have created a YouTube account for Apache Flex, where we can
> upload
> >> videos. I am figuring out how to assign multiple admins.
> >>
> >> Thanks,
> >> Shubham
> >>
> >> On Thu, Apr 7, 2016 at 12:57 PM, OmPrakash Muppirala
> >>  >>>
> >> wrote:
> >>
> >>> Carlos, can you take up the task of becoming an admin on behalf the
> >> Apache
> >>> Flex PMC?  Shubham should be able to help you out with that.
> >>>
> >>> We can probably set this up while waiting for Alex's video files.
> >>>
> >>> Thanks,
> >>> Om
> >>>
> >>> On Thu, Apr 7, 2016 at 8:26 AM, Carlos Rovira <
> >>> carlos.rov...@codeoscopic.com> wrote:
> >>>
>  Hi,
> 
>  getting here at last, great to see there are plans for youtube. I
> >> think
>  that account and getting videos would make the technology more
> >> accesible
>  for everyone.
>  And would make make people jump to Flex thanks to that.
> 
>  Thanks!
> 
>  Carlos
> 
> 
> 
>  2016-04-07 11:02 GMT+02:00 Deepak MS :
> 
> > On a side note, if it's an official apache flex youtube
>  account, I
> >> feel
>  we
> > can also create a adsense account and link it with the youtube
> >> account.
> > Just in case views and subscriptions grow(in turn
>  advertisements),
> > financially it may help the community. Just a thought.
> >
> > On Thu, Apr 7, 2016 at 3:59 AM, OmPrakash Muppirala <
>  bigosma...@gmail.com>
> > wrote:
> >
> >> Shubham,
> >>
> >> This would be a good time to create a YouTube channel for
>  Apache
> >> Flex.
> >> Hopefully there will more videos to showcase in the future.
> >>
> >> I think you can create the account and add me as an Admin that
> >> would
>  be
> >> great.  Youtube now supports multiple admins per channel [1]
> >>
> >> Thanks,
> >> Om
> >>
> >> [1] http://sproutsocial.com/insights/manage-youtube-channel/
> >>
> >> On Wed, Apr 6, 2016 at 3:21 PM, Shubham Gupta <
>  gupta08shub...@gmail.com>
> >> wrote:
> >>
> >>> Awesome, may be Alex can share the videos with me via google
> >> drive
>  and
> >>> then I will edit and upload them on YouTube.
> >>>
> >>> Thanks,
> >>> Shubham Gupta
> >>>
> >>> On Wed, Apr 6, 2016 at 3:18 PM, OmPrakash Muppirala <
> >> bigosma...@gmail.com>
> >>> wrote:
> >>>
>  On Wed, Apr 6, 2016 at 3:17 PM, Shubham Gupta <
> > gupta08shub...@gmail.com
> >>>
>  wrote:
> 
> > I would require the videos, if someone can share with me.
> >
> 
>  Alex should be uploading it to somewhere in the next few
>  days.
> 
> 
> >
> > Thanks,
> > Shubham Gupta
> >
> > On Wed, Apr 6

Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
Well the last time I did anything was about 1 year ago and at that point I
was writing the extern compiler. I refactored the js base emitter but life
got in the way as usual.

I wanted to rip out all of the AMD and VF2JS parts in the tests AND
compiler but never got to it.

Mike

On Tue, Apr 12, 2016 at 7:05 AM, Christofer Dutz 
wrote:

> Ok so I just added an @Ignore annotation to the tests, this prevents them
> from being executed.
> But I think it is a good idea to clean up stuff like that. Currently we
> have a lot of tests, but I don't know what they actually test. It seems the
> code base is regularly cleaned up, but not the testsuite.
>
> I also disabled one test in the VF2JS part as I remember it being sort of
> obsolete.
>
> Chris
>
> 
> Von: Michael Schmalle 
> Gesendet: Dienstag, 12. April 2016 12:26
> An: dev@flex.apache.org
> Betreff: Re: [FALCONJX] TestAMDClassA
>
> Either ignore those for AMD or delete them. It was a prototype I did 3+
> years ago, so DON'T waste time on it.
>
> I use windows.
>
> Mike
>
> On Tue, Apr 12, 2016 at 6:14 AM, Christofer Dutz <
> christofer.d...@c-ware.de>
> wrote:
>
> > Hi,
> >
> >
> > I am currently making sure all the tests that pass on my Mac also pass on
> > Windows. I did find a few tests that didn't work and fixed them (I really
> > wonder how they could have passed for ANT on Windows though). I fixed all
> > the Unit tests in FalconJX except one: TestAMDClassA ... on Windows most
> of
> > these are failing, because the output uses $1 on Windows instead of $0 on
> > the Mac.
> >
> >
> > java.lang.AssertionError:
> > Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> > \"secret$1\");\n\treturn tmp(\"-bound\");\n}"
> >  got: "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> > \"secret$0\");\n\treturn tmp(\"-bound\");\n}"
> >
> > Anyone know the reason for this?
> >
> >
> > And I would really appreciate you guys working on Falcon and Falcon JX to
> > drop a line on what platform you are working on Mac, Windows, Linux ... I
> > think we need to give the Windows part a little more love in the future.
> >
> >
> > Chris
> >
>


AW: [FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
Ok so I just added an @Ignore annotation to the tests, this prevents them from 
being executed.
But I think it is a good idea to clean up stuff like that. Currently we have a 
lot of tests, but I don't know what they actually test. It seems the code base 
is regularly cleaned up, but not the testsuite.

I also disabled one test in the VF2JS part as I remember it being sort of 
obsolete.

Chris


Von: Michael Schmalle 
Gesendet: Dienstag, 12. April 2016 12:26
An: dev@flex.apache.org
Betreff: Re: [FALCONJX] TestAMDClassA

Either ignore those for AMD or delete them. It was a prototype I did 3+
years ago, so DON'T waste time on it.

I use windows.

Mike

On Tue, Apr 12, 2016 at 6:14 AM, Christofer Dutz 
wrote:

> Hi,
>
>
> I am currently making sure all the tests that pass on my Mac also pass on
> Windows. I did find a few tests that didn't work and fixed them (I really
> wonder how they could have passed for ANT on Windows though). I fixed all
> the Unit tests in FalconJX except one: TestAMDClassA ... on Windows most of
> these are failing, because the output uses $1 on Windows instead of $0 on
> the Mac.
>
>
> java.lang.AssertionError:
> Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> \"secret$1\");\n\treturn tmp(\"-bound\");\n}"
>  got: "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> \"secret$0\");\n\treturn tmp(\"-bound\");\n}"
>
> Anyone know the reason for this?
>
>
> And I would really appreciate you guys working on Falcon and Falcon JX to
> drop a line on what platform you are working on Mac, Windows, Linux ... I
> think we need to give the Windows part a little more love in the future.
>
>
> Chris
>


Re: [FALCONJX] TestAMDClassA

2016-04-12 Thread Michael Schmalle
Either ignore those for AMD or delete them. It was a prototype I did 3+
years ago, so DON'T waste time on it.

I use windows.

Mike

On Tue, Apr 12, 2016 at 6:14 AM, Christofer Dutz 
wrote:

> Hi,
>
>
> I am currently making sure all the tests that pass on my Mac also pass on
> Windows. I did find a few tests that didn't work and fixed them (I really
> wonder how they could have passed for ANT on Windows though). I fixed all
> the Unit tests in FalconJX except one: TestAMDClassA ... on Windows most of
> these are failing, because the output uses $1 on Windows instead of $0 on
> the Mac.
>
>
> java.lang.AssertionError:
> Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> \"secret$1\");\n\treturn tmp(\"-bound\");\n}"
>  got: "baz: function baz() {\n\tvar tmp = AS3.bind(this,
> \"secret$0\");\n\treturn tmp(\"-bound\");\n}"
>
> Anyone know the reason for this?
>
>
> And I would really appreciate you guys working on Falcon and Falcon JX to
> drop a line on what platform you are working on Mac, Windows, Linux ... I
> think we need to give the Windows part a little more love in the future.
>
>
> Chris
>


[FALCONJX] TestAMDClassA

2016-04-12 Thread Christofer Dutz
Hi,


I am currently making sure all the tests that pass on my Mac also pass on 
Windows. I did find a few tests that didn't work and fixed them (I really 
wonder how they could have passed for ANT on Windows though). I fixed all the 
Unit tests in FalconJX except one: TestAMDClassA ... on Windows most of these 
are failing, because the output uses $1 on Windows instead of $0 on the Mac.


java.lang.AssertionError:
Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this, 
\"secret$1\");\n\treturn tmp(\"-bound\");\n}"
 got: "baz: function baz() {\n\tvar tmp = AS3.bind(this, 
\"secret$0\");\n\treturn tmp(\"-bound\");\n}"

Anyone know the reason for this?


And I would really appreciate you guys working on Falcon and Falcon JX to drop 
a line on what platform you are working on Mac, Windows, Linux ... I think we 
need to give the Windows part a little more love in the future.


Chris


Re: [FlexJS] Build examples and debug it using sources

2016-04-12 Thread Harbs
I’ve been using ant to build from the command line.

Om has been successfully using FDT, and I’ve been meaning to get that set up as 
well.

On Apr 12, 2016, at 8:53 AM, piotrz  wrote:

> Hi Guys,
> 
> I just successfully built falcon and flexjs from sources. Now I would like
> to launch in Intellij examples and debug it with these built sources. 
> I know that in Flash Builder with old Flex framework we could link sdk
> sources. 
> 
> I would like to ask what is your approach with building and debugging FlexJS
> applications?
> 
> Thanks,
> Piotr
> 
> 
> 
> -
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: 
> http://apache-flex-development.247.n4.nabble.com/FlexJS-Build-examples-and-debug-it-using-sources-tp52285.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.