You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Pan Li <Pa...@Prominic.NET> on 2016/12/01 11:02:26 UTC

Re: [FlexJS] last git code doesn't work as of 2016 NOV 29


Hi Alex
When I tested version I got about NOV 28 (which was last build success
around 27), it failed to run app when wen have code like


<js:View xmlns:fx="http://ns.adobe.com/mxml/2009"  xmlns:local="*"
xmlns:js="library://ns.apache.org/flexjs/basic"
xmlns:ns="library://ns.apache.org/flexjs/html5">
	<fx:Declarations/>
.......

I just run test again but could not reproduce the problem, but the source
code we are using is more updated



My Apache Flex community contribution is working on the open source
Moonshine-IDE.com for FlexJS.

Re: [FlexJS] last git code doesn't work as of 2016 NOV 29

Posted by Josh Tynjala <jo...@gmail.com>.
I am able to reproduce the error with get__MXMLDescriptor using the latest
nightly.

https://issues.apache.org/jira/browse/FLEX-35192

- Josh

On Thu, Dec 1, 2016 at 9:20 AM, Alex Harui <ah...@adobe.com> wrote:

> OK.  If it shows up again, file a JIRA issue with a test case.
>
> Thanks,
> -Alex
>
> On 12/1/16, 3:02 AM, "Pan Li" <Pa...@Prominic.NET> wrote:
>
> >
> >
> >Hi Alex
> >When I tested version I got about NOV 28 (which was last build success
> >around 27), it failed to run app when wen have code like
> >
> >
> ><js:View xmlns:fx="http://ns.adobe.com/mxml/2009"  xmlns:local="*"
> >xmlns:js="library://ns.apache.org/flexjs/basic"
> >xmlns:ns="library://ns.apache.org/flexjs/html5">
> >       <fx:Declarations/>
> >.......
> >
> >I just run test again but could not reproduce the problem, but the source
> >code we are using is more updated
> >
> >
> >
> >My Apache Flex community contribution is working on the open source
> >Moonshine-IDE.com for FlexJS.
>
>

Re: [FlexJS] last git code doesn't work as of 2016 NOV 29

Posted by Alex Harui <ah...@adobe.com>.
OK.  If it shows up again, file a JIRA issue with a test case.

Thanks,
-Alex

On 12/1/16, 3:02 AM, "Pan Li" <Pa...@Prominic.NET> wrote:

>
>
>Hi Alex
>When I tested version I got about NOV 28 (which was last build success
>around 27), it failed to run app when wen have code like
>
>
><js:View xmlns:fx="http://ns.adobe.com/mxml/2009"  xmlns:local="*"
>xmlns:js="library://ns.apache.org/flexjs/basic"
>xmlns:ns="library://ns.apache.org/flexjs/html5">
>	<fx:Declarations/>
>.......
>
>I just run test again but could not reproduce the problem, but the source
>code we are using is more updated
>
>
>
>My Apache Flex community contribution is working on the open source
>Moonshine-IDE.com for FlexJS.