You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Alex Harui <ah...@adobe.com> on 2017/04/22 04:54:47 UTC

[LAST CALL] Release FlexJS/FalconJX 0.8.0

Hi,

It's been six months or so since 0.7.0 and it would be nice to get a new
release out before/at ApacheCon.

I have just seen the dual branch build successfully for both Ant and Maven
when merged with the develop branch as of yesterday.  DataBindingExample
works ok, there are some sizing issues, and I will be going through the
other examples and tuning them up.  In the mean time, it would be great
for folks to poke at the dual branch before I merge it into develop.

Once dual is merged with develop, I'll create the release branch and
release builds.

The only other "must do" I know of is to make sure we've removed the
dependency on org.json.

What else do we need to get done before we release 0.8.0?

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Josh,

I tried to reuse as much as possible. If I wasn't, I added adjusted versions in distribution. So if the originals are changed, these need to be updated too. I was thinking to implement some mechanism to inform people about that, but I didn't want to make the build too complex.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Josh Tynjala <jo...@gmail.com>
Datum: 11.05.17 16:58 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

For some reason, the Maven build duplicates a number of files from
flex-asjs/frameworks in
flex-asjs/distribution/src/main/resources/frameworks. It seems that these
duplicates have gotten out of sync after the "dual" changes.

It would probably be better if there were one canonical source for these
files that is used by both Ant and Maven builds because it seems easy to
forget to update both locations. A while back, when I was testing the
VSCode extension, I discovered that the Maven SDK contained some
*-config.xml files had some differences that caused issues too. I fixed
them at the time, but it's probably not good if this is becoming a repeated
problem.

- Josh

On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:

> Hi,
>
> It's been six months or so since 0.7.0 and it would be nice to get a new
> release out before/at ApacheCon.
>
> I have just seen the dual branch build successfully for both Ant and Maven
> when merged with the develop branch as of yesterday.  DataBindingExample
> works ok, there are some sizing issues, and I will be going through the
> other examples and tuning them up.  In the mean time, it would be great
> for folks to poke at the dual branch before I merge it into develop.
>
> Once dual is merged with develop, I'll create the release branch and
> release builds.
>
> The only other "must do" I know of is to make sure we've removed the
> dependency on org.json.
>
> What else do we need to get done before we release 0.8.0?
>
> Thanks,
> -Alex
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

I did examination of the branch using Maven build etc. I see one issue with
distribution package which is related to Josh's latest commits. I'm waiting
for some response. 

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61585.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/12/17, 3:43 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>And ... At least this is my opinion ... even if a release would be nice,
>I could live without it. Since we have the Maven snapshot mechanism in
>place, the developers I care about get fresh stuff after every commit ;-)

I don't know how to interpret the "wink" at the end.  I'm going to assume
you had too much fun in the sun in Key West and ignore this and your
negativity in your other email.

Meanwhile, I've got FlexJSStore looking better.  Next up is to synch the
changes with FlexJSStore_jquery.  Folks who want to see a release for the
summit, please examine the nightly release branch builds and let me know
when you feel like it is good enough for your vote.  When we get enough
thumbs up, I'll create an official RC.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
And ... At least this is my opinion ... even if a release would be nice, I could live without it. Since we have the Maven snapshot mechanism in place, the developers I care about get fresh stuff after every commit ;-)

Chris

Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Christofer Dutz <ch...@c-ware.de>
Datum: 12.05.17 18:28 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Hi Alex,

I think I miss-read the ant thing ... Sorry for that. But I got the implementing Maven from the ability to process poms as this would require that unless you add a direct dependency to Maven libraries, which I think is also a bad idea ... That's what Maven plugins are used for.

Cleaning up the config and adding the possibility to pass that into the compiler ist the only true option in my opinion.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.
-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 12.05.17 11:01 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Hmm.  How does "teach Falcon to read the pom.xml files
and do away with the -config.xml files" translate into "Requiring ant to
build Maven" or "implementing Maven in falcon"?

I believe this fork of this thread is merely about moving some of the code
from BaseMojo into Falcon.  I'm pretty sure I know how to do this.  At
some point, I will make a branch and show what I mean.  I don't know what
you mean by "inject a clean configuration model from the outside" but feel
free to make a branch and show us what you mean.

IMO, we support not only Maven and Ant for building the framework, but we
also support building the SWCs with IDEs.  Right now, folks don't have to
run a build to get the -config.xml they need to use an IDE to build the
SWCs.  My proposal is simply one way I can think of and know how to
implement that I think addresses all three workflows.  It was not intended
to be what you are claiming.

Thanks,
-Alex

On 5/12/17, 7:08 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Maven is a lot more than pom files ... I would strongly object almost all
>options in this email.
>
>Requiring ant to build Maven is a complete no-go for me.I didn't put that
>much effort in the project just to let this dependency in again.
>
>Re implementing Maven in falcon is also a no-go as it would require re
>implementing Maven in falcon, which is also out of the question.
>
>An option would be to finally clean up the config code of falcon and to
>inject a clean configuration model from the outside. That could then be
>done from the Maven plugin. I didn't want to use the config files, but
>the config code is such a mess with statics and strange code, that it was
>the only option. My suggestions to clean up were reduced to simple itches
>only I was having.
>
>Generally I would rather opt for finally going down the Maven-first path
>and to maintain the ant build as a convenience package. Then we wouldn't
>have to re-sync all the time. The current way (some writing on Ant, some
>on Maven) produces far too many pains.
>
>Chris
>
>
>
>Von meinem Samsung Galaxy Smartphone gesendet.
>
>
>-------- Ursprüngliche Nachricht --------
>Von: Alex Harui <ah...@adobe.com.INVALID>
>Datum: 11.05.17 20:04 (GMT-05:00)
>An: dev@flex.apache.org
>Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0
>
>Hmm.  How far off are they?  I'm not sure I have the cycles to try to
>reconcile this if we want to have a release by the Summit.
>
>AIUI, the maven -config files are generated by the Maven Mojos.  If we
>generate the -config files as part of the Ant build, then you can't just
>clone the repo, unpack the release and open the FB projects for the SWCs
>and have them work without running a build to generate them.  That's a
>different workflow, so we should make sure folks want that before we go
>and do something like that, and that seems too risky this late in the
>release cycle.
>
>One idea I had in the future is to teach Falcon to read the pom.xml files
>and do away with the -config.xml files.  I've already taught Falcon to
>read Flash Builder project files so there is precedence for doing
>something like this.  Volunteers are welcome to take this on, but again,
>seems too risky for this release.
>
>Thoughts?
>-Alex
>
>On 5/11/17, 2:09 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
>>It seems that the Maven -config.xml files are not a simple copy/paste.
>>They've been modified a bit. In a Maven distribution, the manifest XML
>>files are copied to a different location. The Maven distribution does not
>>include the original ActionScript source code and things from
>>frameworks/projects, so I guess the manifests were moved to
>>frameworks/manifests instead. The Maven build should probably copy all
>>the
>>ActionScript source code, though, and then it can use the same
>>-config.xml
>>files as the Ant build.
>>
>>- Josh
>>
>>On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com>
>>wrote:
>>
>>> For some reason, the Maven build duplicates a number of files from
>>> flex-asjs/frameworks in
>>>flex-asjs/distribution/src/main/resources/frameworks.
>>> It seems that these duplicates have gotten out of sync after the "dual"
>>> changes.
>>>
>>> It would probably be better if there were one canonical source for
>>>these
>>> files that is used by both Ant and Maven builds because it seems easy
>>>to
>>> forget to update both locations. A while back, when I was testing the
>>> VSCode extension, I discovered that the Maven SDK contained some
>>> *-config.xml files had some differences that caused issues too. I fixed
>>> them at the time, but it's probably not good if this is becoming a
>>>repeated
>>> problem.
>>>
>>> - Josh
>>>
>>> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> It's been six months or so since 0.7.0 and it would be nice to get a
>>>>new
>>>> release out before/at ApacheCon.
>>>>
>>>> I have just seen the dual branch build successfully for both Ant and
>>>>Maven
>>>> when merged with the develop branch as of yesterday.
>>>>DataBindingExample
>>>> works ok, there are some sizing issues, and I will be going through
>>>>the
>>>> other examples and tuning them up.  In the mean time, it would be
>>>>great
>>>> for folks to poke at the dual branch before I merge it into develop.
>>>>
>>>> Once dual is merged with develop, I'll create the release branch and
>>>> release builds.
>>>>
>>>> The only other "must do" I know of is to make sure we've removed the
>>>> dependency on org.json.
>>>>
>>>> What else do we need to get done before we release 0.8.0?
>>>>
>>>> Thanks,
>>>> -Alex
>>>>
>>>>
>>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
piotrz wrote
> However Chris suggestions to get rid of  config files is a super idea but
> for the next version and it will be 

Whatever we choose to do, I agree with the point Alex made upstream about
preserving the ability to use IDE builds independent of Ant or Maven. For
flash, I use that workflow a lot and it's very convenient.




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61589.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I like it! Good idea, Dave. Thanks!

- Josh

On Sun, May 14, 2017 at 8:33 AM, Dave Fisher <da...@comcast.net> wrote:

> Hi -
>
> If the VOTE is in progress then announce that. It will be a great way to
> show how the process works. Be open.
>
> Regards,
> Dave
>
> Sent from my iPhone
>
> > On May 14, 2017, at 8:16 AM, Justin Mclean <ju...@classsoftware.com>
> wrote:
> >
> > Hi,
> >
> >> But we do have options.  One is to announce the release on Thursday but
> >> tell folks to wait another N hours before installing.  Another is to
> >> shorten the 72 hours to something less.  And another is not to announce
> at
> >> all.
> >
> > +1 for not announcing it or rather saying we are working on it and it
> will be out soon. IMO There is no need to rush here.
> >
> > Given that some of PMC are busy at ApacheCon it may take more than 72
> hours to get 3 +1 votes anyway.
> >
> > Thanks,
> > Justin
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Dave Fisher <da...@comcast.net>.
Hi -

If the VOTE is in progress then announce that. It will be a great way to show how the process works. Be open.

Regards,
Dave

Sent from my iPhone

> On May 14, 2017, at 8:16 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> 
> Hi,
> 
>> But we do have options.  One is to announce the release on Thursday but
>> tell folks to wait another N hours before installing.  Another is to
>> shorten the 72 hours to something less.  And another is not to announce at
>> all.
> 
> +1 for not announcing it or rather saying we are working on it and it will be out soon. IMO There is no need to rush here.
> 
> Given that some of PMC are busy at ApacheCon it may take more than 72 hours to get 3 +1 votes anyway.
> 
> Thanks,
> Justin


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/14/17, 8:16 AM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> But we do have options.  One is to announce the release on Thursday but
>> tell folks to wait another N hours before installing.  Another is to
>> shorten the 72 hours to something less.  And another is not to announce
>>at
>> all.
>
>+1 for not announcing it or rather saying we are working on it and it
>will be out soon. IMO There is no need to rush here.
>
>Given that some of PMC are busy at ApacheCon it may take more than 72
>hours to get 3 +1 votes anyway.

Voting should take little time, as the only thing to verify is that the
source is essentially the same as what you should be thoroughly examining
from the CI builds, and that the PGP signature is valid.

The time for thorough examination is now, not after the RC is cut.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> But we do have options.  One is to announce the release on Thursday but
> tell folks to wait another N hours before installing.  Another is to
> shorten the 72 hours to something less.  And another is not to announce at
> all.

+1 for not announcing it or rather saying we are working on it and it will be out soon. IMO There is no need to rush here.

Given that some of PMC are busy at ApacheCon it may take more than 72 hours to get 3 +1 votes anyway.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/14/17, 6:45 AM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>The question on what time we are talking about. Cause I think we have
>plenty
>of time and I don't feel like we are perfectly ready for release before
>FlexJS summit. - Fixing some last things may take a bit longer and
>personally I would rather wait than push something out not prepared in
>100%.
>- If we think about code of course.

As I write this, it is almost 11am in Miami.  In the "typical" release
process, if I cut an RC at 3am Monday in Miami (midnight for me in
Seattle), we are supposed to leave the vote open for 72 hours (not a
requirement, just good practice) so the vote will not close until 3am
Thursday.  Then if we announce the release say at 10am Thursday, that will
have only given the mirrors about 7 hours to propagate the release, so a
significant number of folks who immediately run out to install the release
will run into problems.

But we do have options.  One is to announce the release on Thursday but
tell folks to wait another N hours before installing.  Another is to
shorten the 72 hours to something less.  And another is not to announce at
all.

I only have one vote in the matter.  The rest of the PMC will decide.
There won't be an RC until enough folks write in to say they are ready to
review one and we'll arrive at consensus on whether to shorten the voting
period or not.

Announcements at the conference help draw attention to both the project
and Apache and are encouraged by the ApacheCon folks.  But we are not
obligated in any way.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

The question on what time we are talking about. Cause I think we have plenty
of time and I don't feel like we are perfectly ready for release before
FlexJS summit. - Fixing some last things may take a bit longer and
personally I would rather wait than push something out not prepared in 100%.
- If we think about code of course.

Additionally I also think that parsing pom is not a good idea in terms what
I just read  - I don't like it even if it is temporary solution. Josh did
commit which helps us - if we resolve this issue with build which I'm
experiencing I think then we are good to go. 
However Chris suggestions to get rid of  config files is a super idea but
for the next version and it will be possible if we won't have complication
in compiler with pom parsing.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61586.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
On 5/13/17, 6:01 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>I wonder why topics in which I am forced to respond in a lengthy fashion
>always pop up when I’m travelling and responding lengthily on my phone is
>no fun. But it seems that I must.

Happens to me too.  IMO it is a sign of a healthy community.  Our
vacations schedules should not impact folks scratching their itch.

>
>You wrote “AFAICT” (after checking the meaning of this) … well the thing
>is you are telling wrong. Maven is far more than a simple xml with nodes.
>Behind every dependency declared in the pom there are transitive
>dependencies. Different ones depending on the type. You can inherit
>dependencies from parents and have dependencies in profiles which are
>activated on checking multiple types of conditions. Also, you can use
>dependency management in the pom or in any parent poms which handles
>which versions are loaded and how transitive dependencies are eventually
>excluded. You can even use properties to configure versions or other
>parts. I could keep on going mentioning mechanisms in place here, but I
>think this is enough. If you would implement pom handling the way you
>were mentioning, this will break the entire Maven integration unless you
>use Maven to achieve this. Bundling maven with the compiler is the wrong
>way and I don’t see any sense in this.
>
>However, getting rid of the config files would be super-easy if the
>configuration system was cleaned up. Then the Maven plugin would
>configure everything using Maven (this is ok cause it’s a Maven plugin)
>and pass in the configuration into the compiler. Right now, I wouldn’t
>trust the concurrent compilation of modules Maven supports as I only
>managed to clean up parts of the configs. Much more cleaning up needed
>here. Solving this problem by adding another module that needs
>maintenance is the wrong way.
>
>The Eclipse Aether library has recently been donated to the Maven
>project, which is handling the dependency resolutions and soon this will
>become an extendable mechanism. As soon as that’s done I can extend the
>maven plugin to support Flex’s dependency scopes. Then things would start
>becoming even more complex if the mechanism was manually implemented in
>the compiler.
>
>So, regarding Maven questions … please trust my opinion. The internals of
>the compiler are your domain, Maven however is something I do have
>expertise in and you should trust me, if I make such suggestions.

You are definitely our maven expert, but as the expert, you do have to
take time to educate the rest of us, and also be patient with us as we
learn.  I get that Maven dependency management is quite sophisticated, but
I'm just trying to solve a practical issue.  If you will have the time to
build out your re-do of the configuration system and do so in a way that
folks can use the compiler in Ant and off the command-line without Maven
and you'll get to it "soon", that would be great, I've got plenty of other
fish to fry.

But while the dependency management system is quite sophisticated, AFAICT,
our use of it specifically for passing the list of SWCs and compiler
options to the compiler does not seem to leverage this sophistication.
I'm just interested in saving the community time, so if you won't be able
to do the re-do "soon", and from a practical matter, the things we need to
pass from the pom.xml to the compiler can be easily found by parsing the
pom and parent poms, and I can leverage XML parsing code already in the
compiler, and I can spend a day on it and it will save other folks more
than a day, it might be worth it, even if we abandon it later.  It may not
be theoretically perfect, but it might net out to helping the community.

I just tried adding a <thisIsAlex>true</thisIsAlex> tag to the DragDrop
SWC's pom.xml compiler configuration and the maven build didn't seem to
care.  That's sort of cool because then if I did teach the compiler to
read this section of the pom.xml, it could mean that all of the non-swc
options for the compiler could be copied into the configuration section in
the same syntax used in the -config.xml files and we wouldn't need to
change the BaseMojo when we add new configuration options or make folks
use the "additionalCompilerOptions" option.

So, specifically, is there something about the actual implementation of
compiler options in the pom.xml that is more sophisticated than I am
seeing?  And will you be able to execute the re-do of the configuration
subsystem soon?

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
I wonder why topics in which I am forced to respond in a lengthy fashion always pop up when I’m travelling and responding lengthily on my phone is no fun. But it seems that I must.

You wrote “AFAICT” (after checking the meaning of this) … well the thing is you are telling wrong. Maven is far more than a simple xml with nodes. Behind every dependency declared in the pom there are transitive dependencies. Different ones depending on the type. You can inherit dependencies from parents and have dependencies in profiles which are activated on checking multiple types of conditions. Also, you can use dependency management in the pom or in any parent poms which handles which versions are loaded and how transitive dependencies are eventually excluded. You can even use properties to configure versions or other parts. I could keep on going mentioning mechanisms in place here, but I think this is enough. If you would implement pom handling the way you were mentioning, this will break the entire Maven integration unless you use Maven to achieve this. Bundling maven with the compiler is the wrong way and I don’t see any sense in this. 

However, getting rid of the config files would be super-easy if the configuration system was cleaned up. Then the Maven plugin would configure everything using Maven (this is ok cause it’s a Maven plugin) and pass in the configuration into the compiler. Right now, I wouldn’t trust the concurrent compilation of modules Maven supports as I only managed to clean up parts of the configs. Much more cleaning up needed here. Solving this problem by adding another module that needs maintenance is the wrong way.

The Eclipse Aether library has recently been donated to the Maven project, which is handling the dependency resolutions and soon this will become an extendable mechanism. As soon as that’s done I can extend the maven plugin to support Flex’s dependency scopes. Then things would start becoming even more complex if the mechanism was manually implemented in the compiler.

So, regarding Maven questions … please trust my opinion. The internals of the compiler are your domain, Maven however is something I do have expertise in and you should trust me, if I make such suggestions.

Chris



Am 12.05.17, 22:52 schrieb "Christofer Dutz" <ch...@c-ware.de>:

    Good luck with that ... LOL
    
    
    
    Von meinem Samsung Galaxy Smartphone gesendet.
    
    
    -------- Ursprüngliche Nachricht --------
    Von: Alex Harui <ah...@adobe.com.INVALID>
    Datum: 12.05.17 19:03 (GMT-05:00)
    An: dev@flex.apache.org
    Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0
    
    
    
    On 5/12/17, 3:27 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:
    
    >Hi Alex,
    >
    >I think I miss-read the ant thing ... Sorry for that. But I got the
    >implementing Maven from the ability to process poms as this would require
    >that unless you add a direct dependency to Maven libraries, which I think
    >is also a bad idea ... That's what Maven plugins are used for.
    
    AFAICT, a pom.xml is simple XML.  I was going to parse the XML looking for
    specific nodes.  No need for Maven library dependencies, IMO.
    
    -Alex
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Good luck with that ... LOL



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 12.05.17 19:03 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0



On 5/12/17, 3:27 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Hi Alex,
>
>I think I miss-read the ant thing ... Sorry for that. But I got the
>implementing Maven from the ability to process poms as this would require
>that unless you add a direct dependency to Maven libraries, which I think
>is also a bad idea ... That's what Maven plugins are used for.

AFAICT, a pom.xml is simple XML.  I was going to parse the XML looking for
specific nodes.  No need for Maven library dependencies, IMO.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/12/17, 3:27 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Hi Alex,
>
>I think I miss-read the ant thing ... Sorry for that. But I got the
>implementing Maven from the ability to process poms as this would require
>that unless you add a direct dependency to Maven libraries, which I think
>is also a bad idea ... That's what Maven plugins are used for.

AFAICT, a pom.xml is simple XML.  I was going to parse the XML looking for
specific nodes.  No need for Maven library dependencies, IMO.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Alex,

I think I miss-read the ant thing ... Sorry for that. But I got the implementing Maven from the ability to process poms as this would require that unless you add a direct dependency to Maven libraries, which I think is also a bad idea ... That's what Maven plugins are used for.

Cleaning up the config and adding the possibility to pass that into the compiler ist the only true option in my opinion.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.
-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 12.05.17 11:01 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Hmm.  How does "teach Falcon to read the pom.xml files
and do away with the -config.xml files" translate into "Requiring ant to
build Maven" or "implementing Maven in falcon"?

I believe this fork of this thread is merely about moving some of the code
from BaseMojo into Falcon.  I'm pretty sure I know how to do this.  At
some point, I will make a branch and show what I mean.  I don't know what
you mean by "inject a clean configuration model from the outside" but feel
free to make a branch and show us what you mean.

IMO, we support not only Maven and Ant for building the framework, but we
also support building the SWCs with IDEs.  Right now, folks don't have to
run a build to get the -config.xml they need to use an IDE to build the
SWCs.  My proposal is simply one way I can think of and know how to
implement that I think addresses all three workflows.  It was not intended
to be what you are claiming.

Thanks,
-Alex

On 5/12/17, 7:08 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Maven is a lot more than pom files ... I would strongly object almost all
>options in this email.
>
>Requiring ant to build Maven is a complete no-go for me.I didn't put that
>much effort in the project just to let this dependency in again.
>
>Re implementing Maven in falcon is also a no-go as it would require re
>implementing Maven in falcon, which is also out of the question.
>
>An option would be to finally clean up the config code of falcon and to
>inject a clean configuration model from the outside. That could then be
>done from the Maven plugin. I didn't want to use the config files, but
>the config code is such a mess with statics and strange code, that it was
>the only option. My suggestions to clean up were reduced to simple itches
>only I was having.
>
>Generally I would rather opt for finally going down the Maven-first path
>and to maintain the ant build as a convenience package. Then we wouldn't
>have to re-sync all the time. The current way (some writing on Ant, some
>on Maven) produces far too many pains.
>
>Chris
>
>
>
>Von meinem Samsung Galaxy Smartphone gesendet.
>
>
>-------- Ursprüngliche Nachricht --------
>Von: Alex Harui <ah...@adobe.com.INVALID>
>Datum: 11.05.17 20:04 (GMT-05:00)
>An: dev@flex.apache.org
>Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0
>
>Hmm.  How far off are they?  I'm not sure I have the cycles to try to
>reconcile this if we want to have a release by the Summit.
>
>AIUI, the maven -config files are generated by the Maven Mojos.  If we
>generate the -config files as part of the Ant build, then you can't just
>clone the repo, unpack the release and open the FB projects for the SWCs
>and have them work without running a build to generate them.  That's a
>different workflow, so we should make sure folks want that before we go
>and do something like that, and that seems too risky this late in the
>release cycle.
>
>One idea I had in the future is to teach Falcon to read the pom.xml files
>and do away with the -config.xml files.  I've already taught Falcon to
>read Flash Builder project files so there is precedence for doing
>something like this.  Volunteers are welcome to take this on, but again,
>seems too risky for this release.
>
>Thoughts?
>-Alex
>
>On 5/11/17, 2:09 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
>>It seems that the Maven -config.xml files are not a simple copy/paste.
>>They've been modified a bit. In a Maven distribution, the manifest XML
>>files are copied to a different location. The Maven distribution does not
>>include the original ActionScript source code and things from
>>frameworks/projects, so I guess the manifests were moved to
>>frameworks/manifests instead. The Maven build should probably copy all
>>the
>>ActionScript source code, though, and then it can use the same
>>-config.xml
>>files as the Ant build.
>>
>>- Josh
>>
>>On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com>
>>wrote:
>>
>>> For some reason, the Maven build duplicates a number of files from
>>> flex-asjs/frameworks in
>>>flex-asjs/distribution/src/main/resources/frameworks.
>>> It seems that these duplicates have gotten out of sync after the "dual"
>>> changes.
>>>
>>> It would probably be better if there were one canonical source for
>>>these
>>> files that is used by both Ant and Maven builds because it seems easy
>>>to
>>> forget to update both locations. A while back, when I was testing the
>>> VSCode extension, I discovered that the Maven SDK contained some
>>> *-config.xml files had some differences that caused issues too. I fixed
>>> them at the time, but it's probably not good if this is becoming a
>>>repeated
>>> problem.
>>>
>>> - Josh
>>>
>>> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> It's been six months or so since 0.7.0 and it would be nice to get a
>>>>new
>>>> release out before/at ApacheCon.
>>>>
>>>> I have just seen the dual branch build successfully for both Ant and
>>>>Maven
>>>> when merged with the develop branch as of yesterday.
>>>>DataBindingExample
>>>> works ok, there are some sizing issues, and I will be going through
>>>>the
>>>> other examples and tuning them up.  In the mean time, it would be
>>>>great
>>>> for folks to poke at the dual branch before I merge it into develop.
>>>>
>>>> Once dual is merged with develop, I'll create the release branch and
>>>> release builds.
>>>>
>>>> The only other "must do" I know of is to make sure we've removed the
>>>> dependency on org.json.
>>>>
>>>> What else do we need to get done before we release 0.8.0?
>>>>
>>>> Thanks,
>>>> -Alex
>>>>
>>>>
>>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hmm.  How does "teach Falcon to read the pom.xml files
and do away with the -config.xml files" translate into "Requiring ant to
build Maven" or "implementing Maven in falcon"?

I believe this fork of this thread is merely about moving some of the code
from BaseMojo into Falcon.  I'm pretty sure I know how to do this.  At
some point, I will make a branch and show what I mean.  I don't know what
you mean by "inject a clean configuration model from the outside" but feel
free to make a branch and show us what you mean.

IMO, we support not only Maven and Ant for building the framework, but we
also support building the SWCs with IDEs.  Right now, folks don't have to
run a build to get the -config.xml they need to use an IDE to build the
SWCs.  My proposal is simply one way I can think of and know how to
implement that I think addresses all three workflows.  It was not intended
to be what you are claiming.

Thanks,
-Alex

On 5/12/17, 7:08 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Maven is a lot more than pom files ... I would strongly object almost all
>options in this email.
>
>Requiring ant to build Maven is a complete no-go for me.I didn't put that
>much effort in the project just to let this dependency in again.
>
>Re implementing Maven in falcon is also a no-go as it would require re
>implementing Maven in falcon, which is also out of the question.
>
>An option would be to finally clean up the config code of falcon and to
>inject a clean configuration model from the outside. That could then be
>done from the Maven plugin. I didn't want to use the config files, but
>the config code is such a mess with statics and strange code, that it was
>the only option. My suggestions to clean up were reduced to simple itches
>only I was having.
>
>Generally I would rather opt for finally going down the Maven-first path
>and to maintain the ant build as a convenience package. Then we wouldn't
>have to re-sync all the time. The current way (some writing on Ant, some
>on Maven) produces far too many pains.
>
>Chris
>
>
>
>Von meinem Samsung Galaxy Smartphone gesendet.
>
>
>-------- Ursprüngliche Nachricht --------
>Von: Alex Harui <ah...@adobe.com.INVALID>
>Datum: 11.05.17 20:04 (GMT-05:00)
>An: dev@flex.apache.org
>Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0
>
>Hmm.  How far off are they?  I'm not sure I have the cycles to try to
>reconcile this if we want to have a release by the Summit.
>
>AIUI, the maven -config files are generated by the Maven Mojos.  If we
>generate the -config files as part of the Ant build, then you can't just
>clone the repo, unpack the release and open the FB projects for the SWCs
>and have them work without running a build to generate them.  That's a
>different workflow, so we should make sure folks want that before we go
>and do something like that, and that seems too risky this late in the
>release cycle.
>
>One idea I had in the future is to teach Falcon to read the pom.xml files
>and do away with the -config.xml files.  I've already taught Falcon to
>read Flash Builder project files so there is precedence for doing
>something like this.  Volunteers are welcome to take this on, but again,
>seems too risky for this release.
>
>Thoughts?
>-Alex
>
>On 5/11/17, 2:09 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
>>It seems that the Maven -config.xml files are not a simple copy/paste.
>>They've been modified a bit. In a Maven distribution, the manifest XML
>>files are copied to a different location. The Maven distribution does not
>>include the original ActionScript source code and things from
>>frameworks/projects, so I guess the manifests were moved to
>>frameworks/manifests instead. The Maven build should probably copy all
>>the
>>ActionScript source code, though, and then it can use the same
>>-config.xml
>>files as the Ant build.
>>
>>- Josh
>>
>>On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com>
>>wrote:
>>
>>> For some reason, the Maven build duplicates a number of files from
>>> flex-asjs/frameworks in
>>>flex-asjs/distribution/src/main/resources/frameworks.
>>> It seems that these duplicates have gotten out of sync after the "dual"
>>> changes.
>>>
>>> It would probably be better if there were one canonical source for
>>>these
>>> files that is used by both Ant and Maven builds because it seems easy
>>>to
>>> forget to update both locations. A while back, when I was testing the
>>> VSCode extension, I discovered that the Maven SDK contained some
>>> *-config.xml files had some differences that caused issues too. I fixed
>>> them at the time, but it's probably not good if this is becoming a
>>>repeated
>>> problem.
>>>
>>> - Josh
>>>
>>> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> It's been six months or so since 0.7.0 and it would be nice to get a
>>>>new
>>>> release out before/at ApacheCon.
>>>>
>>>> I have just seen the dual branch build successfully for both Ant and
>>>>Maven
>>>> when merged with the develop branch as of yesterday.
>>>>DataBindingExample
>>>> works ok, there are some sizing issues, and I will be going through
>>>>the
>>>> other examples and tuning them up.  In the mean time, it would be
>>>>great
>>>> for folks to poke at the dual branch before I merge it into develop.
>>>>
>>>> Once dual is merged with develop, I'll create the release branch and
>>>> release builds.
>>>>
>>>> The only other "must do" I know of is to make sure we've removed the
>>>> dependency on org.json.
>>>>
>>>> What else do we need to get done before we release 0.8.0?
>>>>
>>>> Thanks,
>>>> -Alex
>>>>
>>>>
>>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Maven is a lot more than pom files ... I would strongly object almost all options in this email.

Requiring ant to build Maven is a complete no-go for me.I didn't put that much effort in the project just to let this dependency in again.

Re implementing Maven in falcon is also a no-go as it would require re implementing Maven in falcon, which is also out of the question.

An option would be to finally clean up the config code of falcon and to inject a clean configuration model from the outside. That could then be done from the Maven plugin. I didn't want to use the config files, but the config code is such a mess with statics and strange code, that it was the only option. My suggestions to clean up were reduced to simple itches only I was having.

Generally I would rather opt for finally going down the Maven-first path and to maintain the ant build as a convenience package. Then we wouldn't have to re-sync all the time. The current way (some writing on Ant, some on Maven) produces far too many pains.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 11.05.17 20:04 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Hmm.  How far off are they?  I'm not sure I have the cycles to try to
reconcile this if we want to have a release by the Summit.

AIUI, the maven -config files are generated by the Maven Mojos.  If we
generate the -config files as part of the Ant build, then you can't just
clone the repo, unpack the release and open the FB projects for the SWCs
and have them work without running a build to generate them.  That's a
different workflow, so we should make sure folks want that before we go
and do something like that, and that seems too risky this late in the
release cycle.

One idea I had in the future is to teach Falcon to read the pom.xml files
and do away with the -config.xml files.  I've already taught Falcon to
read Flash Builder project files so there is precedence for doing
something like this.  Volunteers are welcome to take this on, but again,
seems too risky for this release.

Thoughts?
-Alex

On 5/11/17, 2:09 PM, "Josh Tynjala" <jo...@gmail.com> wrote:

>It seems that the Maven -config.xml files are not a simple copy/paste.
>They've been modified a bit. In a Maven distribution, the manifest XML
>files are copied to a different location. The Maven distribution does not
>include the original ActionScript source code and things from
>frameworks/projects, so I guess the manifests were moved to
>frameworks/manifests instead. The Maven build should probably copy all the
>ActionScript source code, though, and then it can use the same -config.xml
>files as the Ant build.
>
>- Josh
>
>On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com>
>wrote:
>
>> For some reason, the Maven build duplicates a number of files from
>> flex-asjs/frameworks in
>>flex-asjs/distribution/src/main/resources/frameworks.
>> It seems that these duplicates have gotten out of sync after the "dual"
>> changes.
>>
>> It would probably be better if there were one canonical source for these
>> files that is used by both Ant and Maven builds because it seems easy to
>> forget to update both locations. A while back, when I was testing the
>> VSCode extension, I discovered that the Maven SDK contained some
>> *-config.xml files had some differences that caused issues too. I fixed
>> them at the time, but it's probably not good if this is becoming a
>>repeated
>> problem.
>>
>> - Josh
>>
>> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
>>
>>> Hi,
>>>
>>> It's been six months or so since 0.7.0 and it would be nice to get a
>>>new
>>> release out before/at ApacheCon.
>>>
>>> I have just seen the dual branch build successfully for both Ant and
>>>Maven
>>> when merged with the develop branch as of yesterday.
>>>DataBindingExample
>>> works ok, there are some sizing issues, and I will be going through the
>>> other examples and tuning them up.  In the mean time, it would be great
>>> for folks to poke at the dual branch before I merge it into develop.
>>>
>>> Once dual is merged with develop, I'll create the release branch and
>>> release builds.
>>>
>>> The only other "must do" I know of is to make sure we've removed the
>>> dependency on org.json.
>>>
>>> What else do we need to get done before we release 0.8.0?
>>>
>>> Thanks,
>>> -Alex
>>>
>>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I have manually updated the -config.xml files for the Maven distribution,
and I added a couple of missing new manifest.xml files that weren't being
included (like the MDL one). All my tests in vscode-nextgenas are passing
again when using a Maven distribution to power the editor's code
intelligence.

As I mentioned before, bundling the original ActionScript source files from
frameworks/projects to make a more complete distribution can wait for a
future release.

- Josh

On Fri, May 12, 2017 at 7:31 AM, Josh Tynjala <jo...@gmail.com> wrote:

> They're not too different. I think it's just the paths to the manifest.xml
> files that are changed in the Maven distribution. I will try to copy the
> new versions over and make the required tweaks today. I can easily test the
> Maven distribution in my testing environment for vscode-nextgenas to be
> sure it's working after my changes.
>
> I'll also file a new issue for the missing contents of the
> frameworks/projects directory in the Maven distribution. Once the project
> source files are included in the distribution (including manifest.xml files
> in their original locations), we can at least copy the -config.xml files
> into the Maven distribution location without requiring modification. That
> will be better overall, I think. Esepcially since the manifest.xml files in
> their original locations are actually following the correct Maven directory
> structure already!
>
> - Josh
>
>
> On Thu, May 11, 2017 at 5:04 PM, Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>> Hmm.  How far off are they?  I'm not sure I have the cycles to try to
>> reconcile this if we want to have a release by the Summit.
>>
>> AIUI, the maven -config files are generated by the Maven Mojos.  If we
>> generate the -config files as part of the Ant build, then you can't just
>> clone the repo, unpack the release and open the FB projects for the SWCs
>> and have them work without running a build to generate them.  That's a
>> different workflow, so we should make sure folks want that before we go
>> and do something like that, and that seems too risky this late in the
>> release cycle.
>>
>> One idea I had in the future is to teach Falcon to read the pom.xml files
>> and do away with the -config.xml files.  I've already taught Falcon to
>> read Flash Builder project files so there is precedence for doing
>> something like this.  Volunteers are welcome to take this on, but again,
>> seems too risky for this release.
>>
>> Thoughts?
>> -Alex
>>
>> On 5/11/17, 2:09 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
>>
>> >It seems that the Maven -config.xml files are not a simple copy/paste.
>> >They've been modified a bit. In a Maven distribution, the manifest XML
>> >files are copied to a different location. The Maven distribution does not
>> >include the original ActionScript source code and things from
>> >frameworks/projects, so I guess the manifests were moved to
>> >frameworks/manifests instead. The Maven build should probably copy all
>> the
>> >ActionScript source code, though, and then it can use the same
>> -config.xml
>> >files as the Ant build.
>> >
>> >- Josh
>> >
>> >On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com>
>> >wrote:
>> >
>> >> For some reason, the Maven build duplicates a number of files from
>> >> flex-asjs/frameworks in
>> >>flex-asjs/distribution/src/main/resources/frameworks.
>> >> It seems that these duplicates have gotten out of sync after the "dual"
>> >> changes.
>> >>
>> >> It would probably be better if there were one canonical source for
>> these
>> >> files that is used by both Ant and Maven builds because it seems easy
>> to
>> >> forget to update both locations. A while back, when I was testing the
>> >> VSCode extension, I discovered that the Maven SDK contained some
>> >> *-config.xml files had some differences that caused issues too. I fixed
>> >> them at the time, but it's probably not good if this is becoming a
>> >>repeated
>> >> problem.
>> >>
>> >> - Josh
>> >>
>> >> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
>> >>
>> >>> Hi,
>> >>>
>> >>> It's been six months or so since 0.7.0 and it would be nice to get a
>> >>>new
>> >>> release out before/at ApacheCon.
>> >>>
>> >>> I have just seen the dual branch build successfully for both Ant and
>> >>>Maven
>> >>> when merged with the develop branch as of yesterday.
>> >>>DataBindingExample
>> >>> works ok, there are some sizing issues, and I will be going through
>> the
>> >>> other examples and tuning them up.  In the mean time, it would be
>> great
>> >>> for folks to poke at the dual branch before I merge it into develop.
>> >>>
>> >>> Once dual is merged with develop, I'll create the release branch and
>> >>> release builds.
>> >>>
>> >>> The only other "must do" I know of is to make sure we've removed the
>> >>> dependency on org.json.
>> >>>
>> >>> What else do we need to get done before we release 0.8.0?
>> >>>
>> >>> Thanks,
>> >>> -Alex
>> >>>
>> >>>
>> >>
>>
>>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
They're not too different. I think it's just the paths to the manifest.xml
files that are changed in the Maven distribution. I will try to copy the
new versions over and make the required tweaks today. I can easily test the
Maven distribution in my testing environment for vscode-nextgenas to be
sure it's working after my changes.

I'll also file a new issue for the missing contents of the
frameworks/projects directory in the Maven distribution. Once the project
source files are included in the distribution (including manifest.xml files
in their original locations), we can at least copy the -config.xml files
into the Maven distribution location without requiring modification. That
will be better overall, I think. Esepcially since the manifest.xml files in
their original locations are actually following the correct Maven directory
structure already!

- Josh

On Thu, May 11, 2017 at 5:04 PM, Alex Harui <ah...@adobe.com.invalid>
wrote:

> Hmm.  How far off are they?  I'm not sure I have the cycles to try to
> reconcile this if we want to have a release by the Summit.
>
> AIUI, the maven -config files are generated by the Maven Mojos.  If we
> generate the -config files as part of the Ant build, then you can't just
> clone the repo, unpack the release and open the FB projects for the SWCs
> and have them work without running a build to generate them.  That's a
> different workflow, so we should make sure folks want that before we go
> and do something like that, and that seems too risky this late in the
> release cycle.
>
> One idea I had in the future is to teach Falcon to read the pom.xml files
> and do away with the -config.xml files.  I've already taught Falcon to
> read Flash Builder project files so there is precedence for doing
> something like this.  Volunteers are welcome to take this on, but again,
> seems too risky for this release.
>
> Thoughts?
> -Alex
>
> On 5/11/17, 2:09 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
> >It seems that the Maven -config.xml files are not a simple copy/paste.
> >They've been modified a bit. In a Maven distribution, the manifest XML
> >files are copied to a different location. The Maven distribution does not
> >include the original ActionScript source code and things from
> >frameworks/projects, so I guess the manifests were moved to
> >frameworks/manifests instead. The Maven build should probably copy all the
> >ActionScript source code, though, and then it can use the same -config.xml
> >files as the Ant build.
> >
> >- Josh
> >
> >On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com>
> >wrote:
> >
> >> For some reason, the Maven build duplicates a number of files from
> >> flex-asjs/frameworks in
> >>flex-asjs/distribution/src/main/resources/frameworks.
> >> It seems that these duplicates have gotten out of sync after the "dual"
> >> changes.
> >>
> >> It would probably be better if there were one canonical source for these
> >> files that is used by both Ant and Maven builds because it seems easy to
> >> forget to update both locations. A while back, when I was testing the
> >> VSCode extension, I discovered that the Maven SDK contained some
> >> *-config.xml files had some differences that caused issues too. I fixed
> >> them at the time, but it's probably not good if this is becoming a
> >>repeated
> >> problem.
> >>
> >> - Josh
> >>
> >> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
> >>
> >>> Hi,
> >>>
> >>> It's been six months or so since 0.7.0 and it would be nice to get a
> >>>new
> >>> release out before/at ApacheCon.
> >>>
> >>> I have just seen the dual branch build successfully for both Ant and
> >>>Maven
> >>> when merged with the develop branch as of yesterday.
> >>>DataBindingExample
> >>> works ok, there are some sizing issues, and I will be going through the
> >>> other examples and tuning them up.  In the mean time, it would be great
> >>> for folks to poke at the dual branch before I merge it into develop.
> >>>
> >>> Once dual is merged with develop, I'll create the release branch and
> >>> release builds.
> >>>
> >>> The only other "must do" I know of is to make sure we've removed the
> >>> dependency on org.json.
> >>>
> >>> What else do we need to get done before we release 0.8.0?
> >>>
> >>> Thanks,
> >>> -Alex
> >>>
> >>>
> >>
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hmm.  How far off are they?  I'm not sure I have the cycles to try to
reconcile this if we want to have a release by the Summit.

AIUI, the maven -config files are generated by the Maven Mojos.  If we
generate the -config files as part of the Ant build, then you can't just
clone the repo, unpack the release and open the FB projects for the SWCs
and have them work without running a build to generate them.  That's a
different workflow, so we should make sure folks want that before we go
and do something like that, and that seems too risky this late in the
release cycle.

One idea I had in the future is to teach Falcon to read the pom.xml files
and do away with the -config.xml files.  I've already taught Falcon to
read Flash Builder project files so there is precedence for doing
something like this.  Volunteers are welcome to take this on, but again,
seems too risky for this release.

Thoughts?
-Alex

On 5/11/17, 2:09 PM, "Josh Tynjala" <jo...@gmail.com> wrote:

>It seems that the Maven -config.xml files are not a simple copy/paste.
>They've been modified a bit. In a Maven distribution, the manifest XML
>files are copied to a different location. The Maven distribution does not
>include the original ActionScript source code and things from
>frameworks/projects, so I guess the manifests were moved to
>frameworks/manifests instead. The Maven build should probably copy all the
>ActionScript source code, though, and then it can use the same -config.xml
>files as the Ant build.
>
>- Josh
>
>On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com>
>wrote:
>
>> For some reason, the Maven build duplicates a number of files from
>> flex-asjs/frameworks in
>>flex-asjs/distribution/src/main/resources/frameworks.
>> It seems that these duplicates have gotten out of sync after the "dual"
>> changes.
>>
>> It would probably be better if there were one canonical source for these
>> files that is used by both Ant and Maven builds because it seems easy to
>> forget to update both locations. A while back, when I was testing the
>> VSCode extension, I discovered that the Maven SDK contained some
>> *-config.xml files had some differences that caused issues too. I fixed
>> them at the time, but it's probably not good if this is becoming a
>>repeated
>> problem.
>>
>> - Josh
>>
>> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
>>
>>> Hi,
>>>
>>> It's been six months or so since 0.7.0 and it would be nice to get a
>>>new
>>> release out before/at ApacheCon.
>>>
>>> I have just seen the dual branch build successfully for both Ant and
>>>Maven
>>> when merged with the develop branch as of yesterday.
>>>DataBindingExample
>>> works ok, there are some sizing issues, and I will be going through the
>>> other examples and tuning them up.  In the mean time, it would be great
>>> for folks to poke at the dual branch before I merge it into develop.
>>>
>>> Once dual is merged with develop, I'll create the release branch and
>>> release builds.
>>>
>>> The only other "must do" I know of is to make sure we've removed the
>>> dependency on org.json.
>>>
>>> What else do we need to get done before we release 0.8.0?
>>>
>>> Thanks,
>>> -Alex
>>>
>>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
It seems that the Maven -config.xml files are not a simple copy/paste.
They've been modified a bit. In a Maven distribution, the manifest XML
files are copied to a different location. The Maven distribution does not
include the original ActionScript source code and things from
frameworks/projects, so I guess the manifests were moved to
frameworks/manifests instead. The Maven build should probably copy all the
ActionScript source code, though, and then it can use the same -config.xml
files as the Ant build.

- Josh

On Thu, May 11, 2017 at 1:58 PM, Josh Tynjala <jo...@gmail.com> wrote:

> For some reason, the Maven build duplicates a number of files from
> flex-asjs/frameworks in flex-asjs/distribution/src/main/resources/frameworks.
> It seems that these duplicates have gotten out of sync after the "dual"
> changes.
>
> It would probably be better if there were one canonical source for these
> files that is used by both Ant and Maven builds because it seems easy to
> forget to update both locations. A while back, when I was testing the
> VSCode extension, I discovered that the Maven SDK contained some
> *-config.xml files had some differences that caused issues too. I fixed
> them at the time, but it's probably not good if this is becoming a repeated
> problem.
>
> - Josh
>
> On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:
>
>> Hi,
>>
>> It's been six months or so since 0.7.0 and it would be nice to get a new
>> release out before/at ApacheCon.
>>
>> I have just seen the dual branch build successfully for both Ant and Maven
>> when merged with the develop branch as of yesterday.  DataBindingExample
>> works ok, there are some sizing issues, and I will be going through the
>> other examples and tuning them up.  In the mean time, it would be great
>> for folks to poke at the dual branch before I merge it into develop.
>>
>> Once dual is merged with develop, I'll create the release branch and
>> release builds.
>>
>> The only other "must do" I know of is to make sure we've removed the
>> dependency on org.json.
>>
>> What else do we need to get done before we release 0.8.0?
>>
>> Thanks,
>> -Alex
>>
>>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
For some reason, the Maven build duplicates a number of files from
flex-asjs/frameworks in
flex-asjs/distribution/src/main/resources/frameworks. It seems that these
duplicates have gotten out of sync after the "dual" changes.

It would probably be better if there were one canonical source for these
files that is used by both Ant and Maven builds because it seems easy to
forget to update both locations. A while back, when I was testing the
VSCode extension, I discovered that the Maven SDK contained some
*-config.xml files had some differences that caused issues too. I fixed
them at the time, but it's probably not good if this is becoming a repeated
problem.

- Josh

On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:

> Hi,
>
> It's been six months or so since 0.7.0 and it would be nice to get a new
> release out before/at ApacheCon.
>
> I have just seen the dual branch build successfully for both Ant and Maven
> when merged with the develop branch as of yesterday.  DataBindingExample
> works ok, there are some sizing issues, and I will be going through the
> other examples and tuning them up.  In the mean time, it would be great
> for folks to poke at the dual branch before I merge it into develop.
>
> Once dual is merged with develop, I'll create the release branch and
> release builds.
>
> The only other "must do" I know of is to make sure we've removed the
> dependency on org.json.
>
> What else do we need to get done before we release 0.8.0?
>
> Thanks,
> -Alex
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/25/17, 2:20 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Hi Alex,
>
>Ok seems my fix just made things generally work again, but yours would
>have been correct.
>
>If you are building it on the console, you should probably just type
>“yes” and hit enter. If you are running a CI build, you need to provide
>the … I just gave it a spin with a completely empty maven local repo and
>using the settings-template.xml and built all 3 projects and it worked
>fine.

I did type yes and watched the entire AIR SDK be downloaded and expanded
and then it would ask for a different AIR artifact and I'd type yes and
download an expand again.  It happened many times.  It took hours.  And in
the end it still failed as I showed in this output [3].  I don't know what
to do next.

[3] https://paste.apache.org/63fo


Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Alex,

Ok seems my fix just made things generally work again, but yours would have been correct. 

If you are building it on the console, you should probably just type “yes” and hit enter. If you are running a CI build, you need to provide the … I just gave it a spin with a completely empty maven local repo and using the settings-template.xml and built all 3 projects and it worked fine.

Chris

Am 25.04.17, 22:37 schrieb "Alex Harui" <ah...@adobe.com>:

    
    
    On 4/25/17, 1:33 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:
    
    >Hi Alex,
    >
    >Ok seems the html module no longer had a basic-as-manifest.xml file
    >inside. I adjusted the deployment descriptor and now the distribution
    >build worked again.
    
    Right, that file got moved to Basic.  See the patch I proposed in [1].
    Unfortunately, I can't get the distribution to build for me. Do you have
    time to look at the console output [2] and offer any help?
    
    Thanks,
    -Alex
    
    
    [1] https://paste.apache.org/wTy7
    [2] https://paste.apache.org/Q8Ap
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/25/17, 1:33 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Hi Alex,
>
>Ok seems the html module no longer had a basic-as-manifest.xml file
>inside. I adjusted the deployment descriptor and now the distribution
>build worked again.

Right, that file got moved to Basic.  See the patch I proposed in [1].
Unfortunately, I can't get the distribution to build for me. Do you have
time to look at the console output [2] and offer any help?

Thanks,
-Alex


[1] https://paste.apache.org/wTy7
[2] https://paste.apache.org/Q8Ap


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Alex,

Ok seems the html module no longer had a basic-as-manifest.xml file inside. I adjusted the deployment descriptor and now the distribution build worked again.

Chris

Am 25.04.17, 16:26 schrieb "Alex Harui" <ah...@adobe.com>:

    
    
    On 4/25/17, 2:28 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:
    
    >I’ll look into this …
    
    Thanks, that would be helpful.  I'm having trouble getting the commands
    below to do something reasonable.
    
    I believe the changes required are in this patch [1], but when trying to
    run the commands below, it keeps saying that various AIR 20 artifacts are
    missing, downloading the entire AIR SDK, then saying another AIR 20
    artifact is missing and downloading the AIR SDK again.  So far, I believe
    I've waited through half a dozen or more downloads.  See the console
    output here [2].  What am I doing wrong?  I spent all of last evening
    patiently waiting through the downloads, but then it aborted when the
    network connection failed. When I started over, it didn't seem to have
    cached any of these artifacts and started over from the beginning.  I'll
    keep typing "yes" a few more times to see if it ever gets past this.
    
    Thanks,
    -Alex
    
    [1] https://paste.apache.org/wTy7
    [2] https://paste.apache.org/Q8Ap
    
    
    >
    >
    >Am 25.04.17, 00:08 schrieb "piotrz" <pi...@gmail.com>:
    >
    >    Alex,
    >    
    >    Another one is with maven. Distribution options for FlexJS maven
    >build is
    >    failing on dual [1].
    >    
    >    Command: -s settings-template.xml -Drat.skip=true
    >    -DdistributionTargetFolder=distribution-flexjs -P build-distribution
    >clean
    >    install
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
And after waiting through a few more downloads, it failed on not finding
those very artifacts I thought I'd downloaded [1].  So help is definitely
appreciated.

Thanks,
-Alex

[1] https://paste.apache.org/63fo

On 4/25/17, 7:26 AM, "Alex Harui" <ah...@adobe.com> wrote:

>
>
>On 4/25/17, 2:28 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:
>
>>I’ll look into this …
>
>Thanks, that would be helpful.  I'm having trouble getting the commands
>below to do something reasonable.
>
>I believe the changes required are in this patch [1], but when trying to
>run the commands below, it keeps saying that various AIR 20 artifacts are
>missing, downloading the entire AIR SDK, then saying another AIR 20
>artifact is missing and downloading the AIR SDK again.  So far, I believe
>I've waited through half a dozen or more downloads.  See the console
>output here [2].  What am I doing wrong?  I spent all of last evening
>patiently waiting through the downloads, but then it aborted when the
>network connection failed. When I started over, it didn't seem to have
>cached any of these artifacts and started over from the beginning.  I'll
>keep typing "yes" a few more times to see if it ever gets past this.
>
>Thanks,
>-Alex
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FwTy7&data=02%7C01%7C%7Cc7806f1225ef4f93379208d48be7a314%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636287274369269285&sdata=IgxaBbXuCpYz
>%2BmvV2PuLscmUqNMvyzlWgTsLPRX4qIg%3D&reserved=0
>[2] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FQ8Ap&data=02%7C01%7C%7Cc7806f1225ef4f93379208d48be7a314%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636287274369269285&sdata=RwIdCZ5X1Hvz
>fKKKL2oDLYrgGcx20X32BwLkQs3h%2FdI%3D&reserved=0
>
>
>>
>>
>>Am 25.04.17, 00:08 schrieb "piotrz" <pi...@gmail.com>:
>>
>>    Alex,
>>    
>>    Another one is with maven. Distribution options for FlexJS maven
>>build is
>>    failing on dual [1].
>>    
>>    Command: -s settings-template.xml -Drat.skip=true
>>    -DdistributionTargetFolder=distribution-flexjs -P build-distribution
>>clean
>>    install
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/25/17, 2:28 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>I’ll look into this …

Thanks, that would be helpful.  I'm having trouble getting the commands
below to do something reasonable.

I believe the changes required are in this patch [1], but when trying to
run the commands below, it keeps saying that various AIR 20 artifacts are
missing, downloading the entire AIR SDK, then saying another AIR 20
artifact is missing and downloading the AIR SDK again.  So far, I believe
I've waited through half a dozen or more downloads.  See the console
output here [2].  What am I doing wrong?  I spent all of last evening
patiently waiting through the downloads, but then it aborted when the
network connection failed. When I started over, it didn't seem to have
cached any of these artifacts and started over from the beginning.  I'll
keep typing "yes" a few more times to see if it ever gets past this.

Thanks,
-Alex

[1] https://paste.apache.org/wTy7
[2] https://paste.apache.org/Q8Ap


>
>
>Am 25.04.17, 00:08 schrieb "piotrz" <pi...@gmail.com>:
>
>    Alex,
>    
>    Another one is with maven. Distribution options for FlexJS maven
>build is
>    failing on dual [1].
>    
>    Command: -s settings-template.xml -Drat.skip=true
>    -DdistributionTargetFolder=distribution-flexjs -P build-distribution
>clean
>    install


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
I’ll look into this …


Am 25.04.17, 00:08 schrieb "piotrz" <pi...@gmail.com>:

    Alex,
    
    Another one is with maven. Distribution options for FlexJS maven build is
    failing on dual [1].
    
    Command: -s settings-template.xml -Drat.skip=true
    -DdistributionTargetFolder=distribution-flexjs -P build-distribution clean
    install
    
    [1] https://paste.apache.org/HM9w
    
    Piotr
    
    
    
    
    
    -----
    Apache Flex PMC
    piotrzarzycki21@gmail.com
    --
    View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61316.html
    Sent from the Apache Flex Development mailing list archive at Nabble.com.
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

Another one is with maven. Distribution options for FlexJS maven build is
failing on dual [1].

Command: -s settings-template.xml -Drat.skip=true
-DdistributionTargetFolder=distribution-flexjs -P build-distribution clean
install

[1] https://paste.apache.org/HM9w

Piotr





-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61316.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

I just checked it and example is working, but still building framework
distribution by maven is failing.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61326.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
This turned out to be a sync up problem.  I pushed a change and your app
showed up.

Thanks for testing!
-Alex

On 4/24/17, 3:24 PM, "piotrz" <pi...@gmail.com> wrote:

>Ok I will try to change poms tomorrow based on examples from srouce - if
>you
>do not beat me earlier. - Of course if this is the root cause.
>
>Thanks,
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61318.html&data=02%7C01%7C%7Cf9932a04a07f4634c60b08d48b624457%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286701552424394&sdata=R%2B
>Wu0a%2BoJ5J5gBH2LNQ8X7HTwljCGKdSsFHZk2XOId0%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Ok I will try to change poms tomorrow based on examples from srouce - if you
do not beat me earlier. - Of course if this is the root cause.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61318.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
I'm on my way to an appointment so I'll read the links later, but compare
the poms for the examples in dual vs develop.  The poms will need
adjusting for dual.

HTH,
-Alex

On 4/24/17, 3:06 PM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>I just tried built dual - falcon and sdk - everything goes smoothly. I
>have
>found following issue.
>
>I've compiled simple application on develop and dual. [1] On develop it's
>running without the problem but built on dual produce following error [2].
>I've prepared sources for develop [3] and dual [4] - You can find compiled
>version in target folders. [3]
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FvXpb&data=02%7C01%7C%7Cf8a58373232e40a5355b08d48b5fb308%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636286690523958798&sdata=76JFMTuQ1ibf
>hm7r%2FZgLajX%2FDg8OTt5i1PVNT7pnKEc%3D&reserved=0
>[2] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FOUN0&data=02%7C01%7C%7Cf8a58373232e40a5355b08d48b5fb308%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636286690523958798&sdata=MpDg2nb%2Ba5
>CD3hbXkdtLXOVciey4k6pWATpMv5UpN2U%3D&reserved=0
>[3] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2
>Fu%2Fs!ApVpLyjpHDC2zSVLVDPsvVeimS3Y&data=02%7C01%7C%7Cf8a58373232e40a5355b
>08d48b5fb308%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6362866905239587
>98&sdata=8C9%2FMXFUD9F%2B5vGHuSWbW2poAm9ECiDHoFSYgd3ayX0%3D&reserved=0
>[4] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2
>Fu%2Fs!ApVpLyjpHDC2zSSkcHwMrf2gZckl&data=02%7C01%7C%7Cf8a58373232e40a5355b
>08d48b5fb308%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6362866905239587
>98&sdata=PbkyE6DXJx1CcttQtyKxDhRaHIbjEALyZmj0FK5WVfw%3D&reserved=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61315.html&data=02%7C01%7C%7Cf8a58373232e40a5355b08d48b5fb308%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286690523958798&sdata=7Sw2
>UaKgKbxPyUrr4V3vU6%2FE9ZIH11ErnwQBaYcZfkQ%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

I just tried built dual - falcon and sdk - everything goes smoothly. I have
found following issue. 

I've compiled simple application on develop and dual. [1] On develop it's
running without the problem but built on dual produce following error [2].
I've prepared sources for develop [3] and dual [4] - You can find compiled
version in target folders. [3]

[1] https://paste.apache.org/vXpb
[2] https://paste.apache.org/OUN0
[3] https://1drv.ms/u/s!ApVpLyjpHDC2zSVLVDPsvVeimS3Y
[4] https://1drv.ms/u/s!ApVpLyjpHDC2zSSkcHwMrf2gZckl

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61315.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
Rats.  Forgot to push that fix.  It should be there now.

Thanks for catching that.

-Alex

On 4/24/17, 12:27 AM, "piotrz" <pi...@gmail.com> wrote:

>Hi Alex,
>
>I just switch from develop to dual for compiler and merge your couple of
>last commits from develop to dual. Run maven build and it's failed [1]
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FDG3C&data=02%7C01%7C%7C3b3a0c98f45e4ee5ec7d08d48ae4efc9%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636286163266324210&sdata=HtV3f%2ByaOx
>5BVe2bbl0ywdnFybW4hBd3PuM6hsM64RM%3D&reserved=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61303.html&data=02%7C01%7C%7C3b3a0c98f45e4ee5ec7d08d48ae4efc9%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286163266324210&sdata=d2dt
>Q%2FI2VB7fASbAaSPY68x5srlFjyyx5FPAq8j4u5A%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

I just switch from develop to dual for compiler and merge your couple of
last commits from develop to dual. Run maven build and it's failed [1]

[1] https://paste.apache.org/DG3C

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61303.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Well you could try deleting “{maven-local-repo-dir}/.cache” directory as this is where the maven-download-plugin downloads and caches downloads.

Chris

Am 01.05.17, 07:19 schrieb "Justin Mclean" <ju...@classsoftware.com>:

    Hi,
    
    > What commands did you try?
    
     mvn clean install 
    
    I also tried:
    rm ./js/target/downloads/svg.js
    
    And then clean install no luck.
    
    I also tried downloading the file and manually applying the git patch but that also failed.
    
    Hereteh has of the download - perhaps check if it matches yours?
    MD5 (./js/target/downloads/svg.js) = 127dd144c7954427dd3d4186b3f8dc2c
    
    Thanks,
    Justin


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> What commands did you try?

 mvn clean install 

I also tried:
rm ./js/target/downloads/svg.js

And then clean install no luck.

I also tried downloading the file and manually applying the git patch but that also failed.

Hereteh has of the download - perhaps check if it matches yours?
MD5 (./js/target/downloads/svg.js) = 127dd144c7954427dd3d4186b3f8dc2c

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/30/17, 9:44 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> Does "mvn clean install" work for you?
>
>No but not had time to look into it deeper. As I posted here I also have
>an issue with typedefs that’s stopping it from compiling.

mvn clean install worked fine for me in flex-typedefs.  What commands did
you try?

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Does "mvn clean install" work for you?

No but not had time to look into it deeper. As I posted here I also have an issue with typedefs that’s stopping it from compiling.

Thanks,
Justin


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
New Update:  By deleting the Core folder in my local Maven repo, I was
able get a different error, which I think I fixed in this latest commit.
We'll see if it fixes the CI server as well.

-Alex

On 4/30/17, 10:59 PM, "Alex Harui" <ah...@adobe.com> wrote:

>Update:  I had to figure out how to use the Mavenizer to put AIR 20 in the
>local repository, but then the distribution build passed for me locally,
>so not sure what Justin and the CI server are seeing.  Still
>investigating.
>
>-Alex
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
Update:  I had to figure out how to use the Mavenizer to put AIR 20 in the
local repository, but then the distribution build passed for me locally,
so not sure what Justin and the CI server are seeing.  Still investigating.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/30/17, 9:39 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> We'll see how the CI servers like it.
>
>Looks like it’s failing [1] with exactly the same error as I had the
>other day. It is doing a “clean install”.

I noticed that too.  I'm still trying to figure out how to build the
distribution locally in order to investigate.
Does "mvn clean install" work for you?

-Alex



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> We'll see how the CI servers like it.

Looks like it’s failing [1] with exactly the same error as I had the other day. It is doing a “clean install”.

Thanks,
Justin

1. https://builds.apache.org/job/FlexJS%20Framework%20(maven)/883/console

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
The "dual" branch has been merged with develop.

It built locally for me with Ant and Maven using "mvn clean install"

We'll see how the CI servers like it.

There are still examples that need tweaking.

Thanks,
-Alex
  


On 4/28/17, 12:05 AM, "Alex Harui" <ah...@adobe.com> wrote:

>
>
>On 4/27/17, 12:56 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
>>I finally had a chance to give the "dual" branch a try with some of my
>>projects. Things seem to be working well for me!
>
>Thanks for trying it.  I've just finished getting FlexJSStore's first
>screen to look like it should.  I will be poking at more examples tomorrow
>then I will push dual to develop on Sunday night unless I hear objections
>or run into issues.
>
>Thanks,
>-Alex
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

Maybe under "Getting Started With FlexJS" - Building FlexJS applications or
something like that.

[1]
https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+With+FlexJS

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61474.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
We have a number of new Falcon/FalconJX compiler options documented here:

https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+with+the+Falcon+and+FalconJX+Compilers

This would be a good starting place to add -targets, I think.

- Josh

On Tue, May 2, 2017 at 9:10 AM, Alex Harui <ah...@adobe.com> wrote:

>
>
> On 5/2/17, 1:19 AM, "piotrz" <pi...@gmail.com> wrote:
>
> >Hi Justin,
> >
> >You are right JSFlex helped and now project is running. So it look like JS
> >is for pure AS app or libraries. It should be documented before release.
>
> Did we ever decide where to put documentation, especially for compiler?
>
> Targets is plural, because it can handle a list of targets.  See the
> default in flex-config.xml
>
> <!-- build both SWF and JS. -->
>       <targets>
>   <target>SWF</target>
>   <target>JSFlex</target>
>       </targets>
>
> Use a comma-delimited list on the command-line -targets=SWF,JSFlex
>
> JS is a different config than JSFlex, vs JSNode, and eventually
> JSFlexCordova.  It describes what libraries to bring in and what
> "publisher" does the final packaging.
>
> HTH,
> -Alex
>
>
>
> >
> >However I still have in console failure compilation:
> >
> >-------------------------------------------------------
> > T E S T S
> >-------------------------------------------------------
> >Running org.apache.flex.flexjs.examples.tests.ExampleBuildTest
> >Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> ><<< FAILURE! - in org.apache.flex.flexjs.examples.tests.ExampleBuildTest
> >testFlashBuild(org.apache.flex.flexjs.examples.tests.ExampleBuildTest)
> >Time
> >elapsed: 0.013 sec  <<< FAILURE!
> >java.lang.AssertionError: The SWF file doesn't exist:
> >D:\flex_sdk\Sources\flex-asjs\examples\flexjs\
> MDLExample\target\MDLExample
> >-0.8.0-SNAPSHOT.swf
> >       at
> >org.apache.flex.flexjs.examples.tests.ExampleBuildTest.
> testFlashBuild(Exam
> >pleBuildTest.java:45)
> >
> >Thanks,
> >Piotr
> >
> >
> >
> >-----
> >Apache Flex PMC
> >piotrzarzycki21@gmail.com
> >--
> >View this message in context:
> >https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-fle
> >x-development.2333347.n4.nabble.com%2FLAST-CALL-
> Release-FlexJS-FalconJX-0-
> >8-0-tp61275p61464.html&data=02%7C01%7C%7C2e17a242b7b74641849008d49135
> a512%
> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636293106966911159&sdata=
> 2n0T
> >VxksKVhch179NNPle0n4qEUHtol2994Luhwdvvg%3D&reserved=0
> >Sent from the Apache Flex Development mailing list archive at Nabble.com.
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 5/2/17, 1:19 AM, "piotrz" <pi...@gmail.com> wrote:

>Hi Justin,
>
>You are right JSFlex helped and now project is running. So it look like JS
>is for pure AS app or libraries. It should be documented before release.

Did we ever decide where to put documentation, especially for compiler?

Targets is plural, because it can handle a list of targets.  See the
default in flex-config.xml

<!-- build both SWF and JS. -->
      <targets>
  <target>SWF</target>
  <target>JSFlex</target>
      </targets>

Use a comma-delimited list on the command-line -targets=SWF,JSFlex

JS is a different config than JSFlex, vs JSNode, and eventually
JSFlexCordova.  It describes what libraries to bring in and what
"publisher" does the final packaging.

HTH,
-Alex



>
>However I still have in console failure compilation:
>
>-------------------------------------------------------
> T E S T S
>-------------------------------------------------------
>Running org.apache.flex.flexjs.examples.tests.ExampleBuildTest
>Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
><<< FAILURE! - in org.apache.flex.flexjs.examples.tests.ExampleBuildTest
>testFlashBuild(org.apache.flex.flexjs.examples.tests.ExampleBuildTest)
>Time
>elapsed: 0.013 sec  <<< FAILURE!
>java.lang.AssertionError: The SWF file doesn't exist:
>D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MDLExample\target\MDLExample
>-0.8.0-SNAPSHOT.swf
>	at
>org.apache.flex.flexjs.examples.tests.ExampleBuildTest.testFlashBuild(Exam
>pleBuildTest.java:45)
>
>Thanks,
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61464.html&data=02%7C01%7C%7C2e17a242b7b74641849008d49135a512%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636293106966911159&sdata=2n0T
>VxksKVhch179NNPle0n4qEUHtol2994Luhwdvvg%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Justin,

You are right JSFlex helped and now project is running. So it look like JS
is for pure AS app or libraries. It should be documented before release. 

However I still have in console failure compilation:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.flex.flexjs.examples.tests.ExampleBuildTest
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
<<< FAILURE! - in org.apache.flex.flexjs.examples.tests.ExampleBuildTest
testFlashBuild(org.apache.flex.flexjs.examples.tests.ExampleBuildTest)  Time
elapsed: 0.013 sec  <<< FAILURE!
java.lang.AssertionError: The SWF file doesn't exist:
D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MDLExample\target\MDLExample-0.8.0-SNAPSHOT.swf
	at
org.apache.flex.flexjs.examples.tests.ExampleBuildTest.testFlashBuild(ExampleBuildTest.java:45)

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61464.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> [3] https://paste.apache.org/Qzz7

Yep that’s some error I was getting due to the missing dependancies.

However it looks like user error here as the target line should be specified like so:
<targets>JSFlex</targets>

Not like so:
<targets>JS</targets>

Is this documented anywhere?

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi,

I just tried it also (JS only) with this small application [1]. Build have
failed [2], but generat JS files. When I run application I'm getting in the
console [3].

[1] https://1drv.ms/u/s!ApVpLyjpHDC2zThP1R6wbt_7Qtk0
[2] https://paste.apache.org/4MAa
[3] https://paste.apache.org/Qzz7

Piotr




-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61462.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Greg,

I must admit that I currently don’t quite know the changes Alex did. It seems the normal build scenarios inside the framework still seem to work, but I can’t tell about any of the others. But I think it should be easy to provide the functionality you are looking for as soon as Alex provides me with information on what we have to change.

Chris


Am 01.05.17, 18:11 schrieb "Greg Dove" <gr...@gmail.com>:

    Chris, or perhaps Alex:
    With the latest changes for maven, I am trying to figure out how to get the
    same result with maven as
    <outputJavascript>true</outputJavascript>
    
    which previously permitted js-only compilation so that COMPILE::JS was not
    needed in js-only target project, and it was possible to use, for example,
    var style:CSSStyleDeclaration,
    window['Intl'] etc
    outside of COMPILE::JS
    
    Is this still possible in some way after the change? I can see options for
    maven like
    skipAS etc, but have not figured out a combination that achieves the same.
    
    I am hoping there is something simple that I didn't see - I am still
    getting my head around using maven, (apart from finding it mostly very
    intuitive to 'read').
    If not, I can always go through the code and wrap things in COMPILE::JS,
    was just hoping that I don't need to do that.
    Thanks,
    Greg
    
    
    On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz <ch...@c-ware.de>
    wrote:
    
    > But in general, “mvn clean compile” should have worked. I even double
    > checked with the debugger … if the other modules are part of the build it
    > would acutally resolve the artifacts from the target directories instead of
    > from the maven local repo … I’ll continue investigating this.
    >
    > Chris
    >
    > Am 30.04.17, 23:42 schrieb "Justin Mclean" <ju...@classsoftware.com>:
    >
    >     Hi,
    >
    >     > You are running “mvn clean compile” which compiles each module and
    > created the swcs in the target directories. Unfortunately, they just stay
    > there as they are not copied to your maven local repository.
    >
    >     Thanks Chris that would explain the error.
    >
    >     > To do that, you need to run “mvn clean install”. I would give that a
    > try.
    >
    >     Looks like typedef is now broken as I’m getting this:
    >
    >     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
    > flexjs-typedefs-js ---
    >     error: patch failed: js/target/downloads/svg.js:401
    >     error: js/target/downloads/svg.js: patch does not apply
    >     [ERROR] Command execution failed.
    >
    >     I’m assume the patch file no longer matches what’s at [1]?
    >
    >     Thanks,
    >     Justin
    >
    >     1. https://storage.googleapis.com/google-code-archive-
    > downloads/v2/code.google.com/closureidl/svg.js
    >
    >
    >
    >
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Om,

It seems due to export restrictions for cryptographic algorithms, the JDK downloadable outside the US has a different crypto suite installed, one that doesn’t handle the strength of encryption sourceforge now requires. You can manually install an alternate suite (JCE), but that hasn’t helped in 100% of the cases.

Chris


Am 02.05.17, 18:58 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:

    On May 2, 2017 9:43 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:
    
    Hi Om,
    
    This is due to the annoying sourceforge ssl update that prevents
    downloading files from sourceforge with non-us JVMs. You have to manually
    update the encryption module of your JVM to download those files. I just
    lived with commenting out the fonts module from my build as it was only one
    example that actually needed that and we can download that from the Apache
    SNAPSHOTS repo.
    
    
    Chris, thanks for the response.
    
    What is non-us JVM?
    
    If this is not essential, perhaps we can ship with these modules disabled?
    And add instructions for those who want to enable it?
    
    Thanks,
    Om
    
    
    Chris
    
    
    Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash
    Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:
    
        flex-falcon and flex-typedefs built fine for me.
    
        The flex-asjs build is broken for me on the Fonts project.
    
        Here is the relevant log:
    
        https://paste.apache.org/kATQ
    
        Can someone please take a look?
    
        Thanks,
        Om
    
        On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
    bigosmallm@gmail.com>
        wrote:
    
        > For folks who want to help out but are not sure how to, please follow
    the
        > step by step instructions here on how to build the FlexJS SDK from the
        > sources:
        >
        > https://cwiki.apache.org/confluence/display/FLEX/
        > Building+FlexJS+with+Maven
        >
        > Thanks,
        > Om
        >
        > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com>
    wrote:
        >
        >> Thanks Alex,
        >>
        >> This helps
        >> <targets>JS</targets>
        >> Still some stuff left to figure out, but that is progress. Pretty
    sure
        >> that
        >> falls into "I am hoping there is something simple that I didn't see"
    -
        >> thanks again.
        >>
        >> btw I think :
        >> <outputJavaScript>true</outputJavaScript>
        >>
        >> is presumably redundant in any pom.xml now, including that example.
    My
        >> reason for thinking that is that it is coming up 'red', with tooltip
        >> "Element outputJavaScript is not allowed here", for a local project
    via
        >> code highlighting in Intellij (which was really helpful initially to
        >> understand this change).
        >>
        >>
        >>
        >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com> wrote:
        >>
        >> > I believe examples/native/ButtonExample only produces JS output.
        >> >
        >> > -Alex
        >> >
        >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
        >> >
        >> > >Chris, or perhaps Alex:
        >> > >With the latest changes for maven, I am trying to figure out how
    to get
        >> > >the
        >> > >same result with maven as
        >> > ><outputJavascript>true</outputJavascript>
        >> > >
        >> > >which previously permitted js-only compilation so that
    COMPILE::JS was
        >> not
        >> > >needed in js-only target project, and it was possible to use, for
        >> example,
        >> > >var style:CSSStyleDeclaration,
        >> > >window['Intl'] etc
        >> > >outside of COMPILE::JS
        >> > >
        >> > >Is this still possible in some way after the change? I can see
    options
        >> for
        >> > >maven like
        >> > >skipAS etc, but have not figured out a combination that achieves
    the
        >> same.
        >> > >
        >> > >I am hoping there is something simple that I didn't see - I am
    still
        >> > >getting my head around using maven, (apart from finding it mostly
    very
        >> > >intuitive to 'read').
        >> > >If not, I can always go through the code and wrap things in
        >> COMPILE::JS,
        >> > >was just hoping that I don't need to do that.
        >> > >Thanks,
        >> > >Greg
        >> > >
        >> > >
        >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
        >> > ><ch...@c-ware.de>
        >> > >wrote:
        >> > >
        >> > >> But in general, “mvn clean compile” should have worked. I even
    double
        >> > >> checked with the debugger … if the other modules are part of the
        >> build
        >> > >>it
        >> > >> would acutally resolve the artifacts from the target directories
        >> > >>instead of
        >> > >> from the maven local repo … I’ll continue investigating this.
        >> > >>
        >> > >> Chris
        >> > >>
        >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
    justin@classsoftware.com
        >> >:
        >> > >>
        >> > >>     Hi,
        >> > >>
        >> > >>     > You are running “mvn clean compile” which compiles each
    module
        >> and
        >> > >> created the swcs in the target directories. Unfortunately, they
    just
        >> > >>stay
        >> > >> there as they are not copied to your maven local repository.
        >> > >>
        >> > >>     Thanks Chris that would explain the error.
        >> > >>
        >> > >>     > To do that, you need to run “mvn clean install”. I would
    give
        >> > >>that a
        >> > >> try.
        >> > >>
        >> > >>     Looks like typedef is now broken as I’m getting this:
        >> > >>
        >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
        >> > >> flexjs-typedefs-js ---
        >> > >>     error: patch failed: js/target/downloads/svg.js:401
        >> > >>     error: js/target/downloads/svg.js: patch does not apply
        >> > >>     [ERROR] Command execution failed.
        >> > >>
        >> > >>     I’m assume the patch file no longer matches what’s at [1]?
        >> > >>
        >> > >>     Thanks,
        >> > >>     Justin
        >> > >>
        >> > >>     1.
        >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
        >> 3A%2F%2Fstorage
        >> > .
        >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
        >> > 7C6d802edc936741aa1
        >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
        >> > cee1%7C0%7C0%7C636292518959
        >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
        >> > 2Fk%2Fo%3D&reser
        >> > >>ved=0
        >> > >> downloads/v2/code.google.com/closureidl/svg.js
        >> > >>
        >> > >>
        >> > >>
        >> > >>
        >> >
        >> >
        >>
        >
        >
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Om, 

If you run the maven build with the “-X” switch it will output exception stacktraces. If you see something down the road of handshake problems, this is the problem I’m referring to.

Chris


Am 03.05.17, 02:04 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:

    Huh?  The JDK download site says that 1.8.0_131 is the latest version:
    http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
    
    I will try the font project alone in verbose mode and report here.
    
    Thanks,
    Om
    
    On Tue, May 2, 2017 at 5:00 PM, Alex Harui <ah...@adobe.com> wrote:
    
    > Theoretically, the problem goes away after 1.8.0_131.  Maybe run with more
    > verbose output to see if you in fact hitting the same problem.
    >
    > -Alex
    >
    > On 5/2/17, 2:05 PM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
    > <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
    >
    > >On Tue, May 2, 2017 at 10:09 AM, Alex Harui <ah...@adobe.com> wrote:
    > >
    > >> "Non-us" may be a typo.  I think it happens everywhere.
    > >>
    > >> If you can upgrade to latest Java 8, the problem should go away.
    > >> Otherwise see:
    > >>
    > >>
    > >>https://na01.safelinks.protection.outlook.com/?url=
    > http%3A%2F%2Fwww.oracl
    > >>e.com%2Ftechnetwork%2Fjava%2Fjavase%2F&data=02%7C01%7C%
    > 7C0ee591da6bb249fc
    > >>286e08d4919f08ec%7Cfa7b1b5a7b34438794aed2c178de
    > cee1%7C0%7C0%7C63629355961
    > >>5081234&sdata=b1obHrC1nmNR4p6WuW2nRmi3nPCnZ4
    > eYVl%2FChO87Oz8%3D&reserved=0
    > >> downloads/jce8-download-21331
    > >> 66.html
    > >>
    > >>
    > >> There is a similar link for Java 7.
    > >>
    > >
    > >I am pretty sure I have the latest version of Java.
    > >
    > >*java version "1.8.0_131"*
    > >*Java(TM) SE Runtime Environment (build 1.8.0_131-b11)*
    > >*Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)*
    > >
    > >
    > >
    > >
    > >> AIUI, consumers of the binaries don't hit this issue, only those
    > >>building
    > >> from source.
    > >>
    > >
    > >Yes, the binaries are never a problem.  I am talking about compiling from
    > >source.  My point is that - if the user cannot cleanly compile from the
    > >sources, we should not be shipping with that module.
    > >
    > >Thanks,
    > >Om
    > >
    > >
    > >>
    > >> -Alex
    > >>
    > >> On 5/2/17, 9:58 AM, "omuppi1@gmail.com on behalf of OmPrakash
    > Muppirala"
    > >> <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
    > >>
    > >> >On May 2, 2017 9:43 AM, "Christofer Dutz" <ch...@c-ware.de>
    > >> >wrote:
    > >> >
    > >> >Hi Om,
    > >> >
    > >> >This is due to the annoying sourceforge ssl update that prevents
    > >> >downloading files from sourceforge with non-us JVMs. You have to
    > >>manually
    > >> >update the encryption module of your JVM to download those files. I
    > >>just
    > >> >lived with commenting out the fonts module from my build as it was only
    > >> >one
    > >> >example that actually needed that and we can download that from the
    > >>Apache
    > >> >SNAPSHOTS repo.
    > >> >
    > >> >
    > >> >Chris, thanks for the response.
    > >> >
    > >> >What is non-us JVM?
    > >> >
    > >> >If this is not essential, perhaps we can ship with these modules
    > >>disabled?
    > >> >And add instructions for those who want to enable it?
    > >> >
    > >> >Thanks,
    > >> >Om
    > >> >
    > >> >
    > >> >Chris
    > >> >
    > >> >
    > >> >Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash
    > >> >Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:
    > >> >
    > >> >    flex-falcon and flex-typedefs built fine for me.
    > >> >
    > >> >    The flex-asjs build is broken for me on the Fonts project.
    > >> >
    > >> >    Here is the relevant log:
    > >> >
    > >> >
    > >> >https://na01.safelinks.protection.outlook.com/?url=
    > >> https%3A%2F%2Fpaste.apa
    > >> >che.org%2FkATQ&data=02%7C01%7C%7C3f941efbc62043ed91e208d4917c
    > >> 8a78%7Cfa7b1b
    > >> >5a7b34438794aed2c178decee1%7C0%7C0%7C636293411471086252&
    > >> sdata=QTsZvivy0jT1
    > >> >FdWjAkXpKLskL%2BfzKNL5UYsg%2FwEnhb0%3D&reserved=0
    > >> >
    > >> >    Can someone please take a look?
    > >> >
    > >> >    Thanks,
    > >> >    Om
    > >> >
    > >> >    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
    > >> >bigosmallm@gmail.com>
    > >> >    wrote:
    > >> >
    > >> >    > For folks who want to help out but are not sure how to, please
    > >> >follow
    > >> >the
    > >> >    > step by step instructions here on how to build the FlexJS SDK
    > >>from
    > >> >the
    > >> >    > sources:
    > >> >    >
    > >> >    >
    > >> >https://na01.safelinks.protection.outlook.com/?url=
    > >> https%3A%2F%2Fcwiki.apa
    > >> >che.org%2Fconfluence%2Fdisplay%2FFLEX%2F&data=02%
    > >> 7C01%7C%7C3f941efbc62043e
    > >> >d91e208d4917c8a78%7Cfa7b1b5a7b34438794aed2c178de
    > >> cee1%7C0%7C0%7C63629341147
    > >> >1086252&sdata=x9xIhSCxIwEx%2FU4qSU2E0gLTIElb3nS0y%
    > >> 2BJfdAtuTBM%3D&reserved=
    > >> >0
    > >> >    > Building+FlexJS+with+Maven
    > >> >    >
    > >> >    > Thanks,
    > >> >    > Om
    > >> >    >
    > >> >    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com>
    > >> >wrote:
    > >> >    >
    > >> >    >> Thanks Alex,
    > >> >    >>
    > >> >    >> This helps
    > >> >    >> <targets>JS</targets>
    > >> >    >> Still some stuff left to figure out, but that is progress.
    > >>Pretty
    > >> >sure
    > >> >    >> that
    > >> >    >> falls into "I am hoping there is something simple that I didn't
    > >> >see"
    > >> >-
    > >> >    >> thanks again.
    > >> >    >>
    > >> >    >> btw I think :
    > >> >    >> <outputJavaScript>true</outputJavaScript>
    > >> >    >>
    > >> >    >> is presumably redundant in any pom.xml now, including that
    > >>example.
    > >> >My
    > >> >    >> reason for thinking that is that it is coming up 'red', with
    > >> >tooltip
    > >> >    >> "Element outputJavaScript is not allowed here", for a local
    > >>project
    > >> >via
    > >> >    >> code highlighting in Intellij (which was really helpful
    > >>initially
    > >> >to
    > >> >    >> understand this change).
    > >> >    >>
    > >> >    >>
    > >> >    >>
    > >> >    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com>
    > >> >wrote:
    > >> >    >>
    > >> >    >> > I believe examples/native/ButtonExample only produces JS
    > >>output.
    > >> >    >> >
    > >> >    >> > -Alex
    > >> >    >> >
    > >> >    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
    > >> >    >> >
    > >> >    >> > >Chris, or perhaps Alex:
    > >> >    >> > >With the latest changes for maven, I am trying to figure out
    > >>how
    > >> >to get
    > >> >    >> > >the
    > >> >    >> > >same result with maven as
    > >> >    >> > ><outputJavascript>true</outputJavascript>
    > >> >    >> > >
    > >> >    >> > >which previously permitted js-only compilation so that
    > >> >COMPILE::JS was
    > >> >    >> not
    > >> >    >> > >needed in js-only target project, and it was possible to use,
    > >> >for
    > >> >    >> example,
    > >> >    >> > >var style:CSSStyleDeclaration,
    > >> >    >> > >window['Intl'] etc
    > >> >    >> > >outside of COMPILE::JS
    > >> >    >> > >
    > >> >    >> > >Is this still possible in some way after the change? I can
    > >>see
    > >> >options
    > >> >    >> for
    > >> >    >> > >maven like
    > >> >    >> > >skipAS etc, but have not figured out a combination that
    > >>achieves
    > >> >the
    > >> >    >> same.
    > >> >    >> > >
    > >> >    >> > >I am hoping there is something simple that I didn't see - I
    > >>am
    > >> >still
    > >> >    >> > >getting my head around using maven, (apart from finding it
    > >> >mostly
    > >> >very
    > >> >    >> > >intuitive to 'read').
    > >> >    >> > >If not, I can always go through the code and wrap things in
    > >> >    >> COMPILE::JS,
    > >> >    >> > >was just hoping that I don't need to do that.
    > >> >    >> > >Thanks,
    > >> >    >> > >Greg
    > >> >    >> > >
    > >> >    >> > >
    > >> >    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
    > >> >    >> > ><ch...@c-ware.de>
    > >> >    >> > >wrote:
    > >> >    >> > >
    > >> >    >> > >> But in general, “mvn clean compile” should have worked. I
    > >>even
    > >> >double
    > >> >    >> > >> checked with the debugger … if the other modules are part
    > >>of
    > >> >the
    > >> >    >> build
    > >> >    >> > >>it
    > >> >    >> > >> would acutally resolve the artifacts from the target
    > >> >directories
    > >> >    >> > >>instead of
    > >> >    >> > >> from the maven local repo … I’ll continue investigating
    > >>this.
    > >> >    >> > >>
    > >> >    >> > >> Chris
    > >> >    >> > >>
    > >> >    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
    > >> >justin@classsoftware.com
    > >> >    >> >:
    > >> >    >> > >>
    > >> >    >> > >>     Hi,
    > >> >    >> > >>
    > >> >    >> > >>     > You are running “mvn clean compile” which compiles
    > >>each
    > >> >module
    > >> >    >> and
    > >> >    >> > >> created the swcs in the target directories. Unfortunately,
    > >> >they
    > >> >just
    > >> >    >> > >>stay
    > >> >    >> > >> there as they are not copied to your maven local
    > >>repository.
    > >> >    >> > >>
    > >> >    >> > >>     Thanks Chris that would explain the error.
    > >> >    >> > >>
    > >> >    >> > >>     > To do that, you need to run “mvn clean install”. I
    > >>would
    > >> >give
    > >> >    >> > >>that a
    > >> >    >> > >> try.
    > >> >    >> > >>
    > >> >    >> > >>     Looks like typedef is now broken as I’m getting this:
    > >> >    >> > >>
    > >> >    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
    > >> >    >> > >> flexjs-typedefs-js ---
    > >> >    >> > >>     error: patch failed: js/target/downloads/svg.js:401
    > >> >    >> > >>     error: js/target/downloads/svg.js: patch does not apply
    > >> >    >> > >>     [ERROR] Command execution failed.
    > >> >    >> > >>
    > >> >    >> > >>     I’m assume the patch file no longer matches what’s at
    > >>[1]?
    > >> >    >> > >>
    > >> >    >> > >>     Thanks,
    > >> >    >> > >>     Justin
    > >> >    >> > >>
    > >> >    >> > >>     1.
    > >> >    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
    > >> >    >> 3A%2F%2Fstorage
    > >> >    >> > .
    > >> >    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
    > >> >    >> > 7C6d802edc936741aa1
    > >> >    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
    > >> >    >> > cee1%7C0%7C0%7C636292518959
    > >> >    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
    > >> >    >> > 2Fk%2Fo%3D&reser
    > >> >    >> > >>ved=0
    > >> >    >> > >> downloads/v2/code.google.com/closureidl/svg.js
    > >> >    >> > >>
    > >> >    >> > >>
    > >> >    >> > >>
    > >> >    >> > >>
    > >> >    >> >
    > >> >    >> >
    > >> >    >>
    > >> >    >
    > >> >    >
    > >>
    > >>
    >
    >
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
Sorry, typo.  1.8.0_101.

On 5/2/17, 5:04 PM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
<omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:

>Huh?  The JDK download site says that 1.8.0_131 is the latest version:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.oracle
>.com%2Ftechnetwork%2Fjava%2Fjavase%2Fdownloads%2Fjdk8-downloads-2133151.ht
>ml&data=02%7C01%7C%7C2785d8d4d1e9442927a808d491b81d98%7Cfa7b1b5a7b34438794
>aed2c178decee1%7C0%7C0%7C636293667345617187&sdata=T6D3Q7YR%2BcLvhqQbJ9QsRx
>r9kUG5GykifWmOq1vUwEs%3D&reserved=0
>
>I will try the font project alone in verbose mode and report here.
>
>Thanks,
>Om
>
>On Tue, May 2, 2017 at 5:00 PM, Alex Harui <ah...@adobe.com> wrote:
>
>> Theoretically, the problem goes away after 1.8.0_131.  Maybe run with
>>more
>> verbose output to see if you in fact hitting the same problem.
>>
>> -Alex
>>
>> On 5/2/17, 2:05 PM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
>> <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
>>
>> >On Tue, May 2, 2017 at 10:09 AM, Alex Harui <ah...@adobe.com> wrote:
>> >
>> >> "Non-us" may be a typo.  I think it happens everywhere.
>> >>
>> >> If you can upgrade to latest Java 8, the problem should go away.
>> >> Otherwise see:
>> >>
>> >>
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> http%3A%2F%2Fwww.oracl
>> >>e.com%2Ftechnetwork%2Fjava%2Fjavase%2F&data=02%7C01%7C%
>> 7C0ee591da6bb249fc
>> >>286e08d4919f08ec%7Cfa7b1b5a7b34438794aed2c178de
>> cee1%7C0%7C0%7C63629355961
>> >>5081234&sdata=b1obHrC1nmNR4p6WuW2nRmi3nPCnZ4
>> eYVl%2FChO87Oz8%3D&reserved=0
>> >> downloads/jce8-download-21331
>> >> 66.html
>> >>
>> >>
>> >> There is a similar link for Java 7.
>> >>
>> >
>> >I am pretty sure I have the latest version of Java.
>> >
>> >*java version "1.8.0_131"*
>> >*Java(TM) SE Runtime Environment (build 1.8.0_131-b11)*
>> >*Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)*
>> >
>> >
>> >
>> >
>> >> AIUI, consumers of the binaries don't hit this issue, only those
>> >>building
>> >> from source.
>> >>
>> >
>> >Yes, the binaries are never a problem.  I am talking about compiling
>>from
>> >source.  My point is that - if the user cannot cleanly compile from the
>> >sources, we should not be shipping with that module.
>> >
>> >Thanks,
>> >Om
>> >
>> >
>> >>
>> >> -Alex
>> >>
>> >> On 5/2/17, 9:58 AM, "omuppi1@gmail.com on behalf of OmPrakash
>> Muppirala"
>> >> <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
>> >>
>> >> >On May 2, 2017 9:43 AM, "Christofer Dutz"
>><ch...@c-ware.de>
>> >> >wrote:
>> >> >
>> >> >Hi Om,
>> >> >
>> >> >This is due to the annoying sourceforge ssl update that prevents
>> >> >downloading files from sourceforge with non-us JVMs. You have to
>> >>manually
>> >> >update the encryption module of your JVM to download those files. I
>> >>just
>> >> >lived with commenting out the fonts module from my build as it was
>>only
>> >> >one
>> >> >example that actually needed that and we can download that from the
>> >>Apache
>> >> >SNAPSHOTS repo.
>> >> >
>> >> >
>> >> >Chris, thanks for the response.
>> >> >
>> >> >What is non-us JVM?
>> >> >
>> >> >If this is not essential, perhaps we can ship with these modules
>> >>disabled?
>> >> >And add instructions for those who want to enable it?
>> >> >
>> >> >Thanks,
>> >> >Om
>> >> >
>> >> >
>> >> >Chris
>> >> >
>> >> >
>> >> >Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von
>>OmPrakash
>> >> >Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:
>> >> >
>> >> >    flex-falcon and flex-typedefs built fine for me.
>> >> >
>> >> >    The flex-asjs build is broken for me on the Fonts project.
>> >> >
>> >> >    Here is the relevant log:
>> >> >
>> >> >
>> >> >https://na01.safelinks.protection.outlook.com/?url=
>> >> https%3A%2F%2Fpaste.apa
>> >> >che.org%2FkATQ&data=02%7C01%7C%7C3f941efbc62043ed91e208d4917c
>> >> 8a78%7Cfa7b1b
>> >> >5a7b34438794aed2c178decee1%7C0%7C0%7C636293411471086252&
>> >> sdata=QTsZvivy0jT1
>> >> >FdWjAkXpKLskL%2BfzKNL5UYsg%2FwEnhb0%3D&reserved=0
>> >> >
>> >> >    Can someone please take a look?
>> >> >
>> >> >    Thanks,
>> >> >    Om
>> >> >
>> >> >    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
>> >> >bigosmallm@gmail.com>
>> >> >    wrote:
>> >> >
>> >> >    > For folks who want to help out but are not sure how to, please
>> >> >follow
>> >> >the
>> >> >    > step by step instructions here on how to build the FlexJS SDK
>> >>from
>> >> >the
>> >> >    > sources:
>> >> >    >
>> >> >    >
>> >> >https://na01.safelinks.protection.outlook.com/?url=
>> >> https%3A%2F%2Fcwiki.apa
>> >> >che.org%2Fconfluence%2Fdisplay%2FFLEX%2F&data=02%
>> >> 7C01%7C%7C3f941efbc62043e
>> >> >d91e208d4917c8a78%7Cfa7b1b5a7b34438794aed2c178de
>> >> cee1%7C0%7C0%7C63629341147
>> >> >1086252&sdata=x9xIhSCxIwEx%2FU4qSU2E0gLTIElb3nS0y%
>> >> 2BJfdAtuTBM%3D&reserved=
>> >> >0
>> >> >    > Building+FlexJS+with+Maven
>> >> >    >
>> >> >    > Thanks,
>> >> >    > Om
>> >> >    >
>> >> >    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove
>><gr...@gmail.com>
>> >> >wrote:
>> >> >    >
>> >> >    >> Thanks Alex,
>> >> >    >>
>> >> >    >> This helps
>> >> >    >> <targets>JS</targets>
>> >> >    >> Still some stuff left to figure out, but that is progress.
>> >>Pretty
>> >> >sure
>> >> >    >> that
>> >> >    >> falls into "I am hoping there is something simple that I
>>didn't
>> >> >see"
>> >> >-
>> >> >    >> thanks again.
>> >> >    >>
>> >> >    >> btw I think :
>> >> >    >> <outputJavaScript>true</outputJavaScript>
>> >> >    >>
>> >> >    >> is presumably redundant in any pom.xml now, including that
>> >>example.
>> >> >My
>> >> >    >> reason for thinking that is that it is coming up 'red', with
>> >> >tooltip
>> >> >    >> "Element outputJavaScript is not allowed here", for a local
>> >>project
>> >> >via
>> >> >    >> code highlighting in Intellij (which was really helpful
>> >>initially
>> >> >to
>> >> >    >> understand this change).
>> >> >    >>
>> >> >    >>
>> >> >    >>
>> >> >    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com>
>> >> >wrote:
>> >> >    >>
>> >> >    >> > I believe examples/native/ButtonExample only produces JS
>> >>output.
>> >> >    >> >
>> >> >    >> > -Alex
>> >> >    >> >
>> >> >    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com>
>>wrote:
>> >> >    >> >
>> >> >    >> > >Chris, or perhaps Alex:
>> >> >    >> > >With the latest changes for maven, I am trying to figure
>>out
>> >>how
>> >> >to get
>> >> >    >> > >the
>> >> >    >> > >same result with maven as
>> >> >    >> > ><outputJavascript>true</outputJavascript>
>> >> >    >> > >
>> >> >    >> > >which previously permitted js-only compilation so that
>> >> >COMPILE::JS was
>> >> >    >> not
>> >> >    >> > >needed in js-only target project, and it was possible to
>>use,
>> >> >for
>> >> >    >> example,
>> >> >    >> > >var style:CSSStyleDeclaration,
>> >> >    >> > >window['Intl'] etc
>> >> >    >> > >outside of COMPILE::JS
>> >> >    >> > >
>> >> >    >> > >Is this still possible in some way after the change? I can
>> >>see
>> >> >options
>> >> >    >> for
>> >> >    >> > >maven like
>> >> >    >> > >skipAS etc, but have not figured out a combination that
>> >>achieves
>> >> >the
>> >> >    >> same.
>> >> >    >> > >
>> >> >    >> > >I am hoping there is something simple that I didn't see -
>>I
>> >>am
>> >> >still
>> >> >    >> > >getting my head around using maven, (apart from finding it
>> >> >mostly
>> >> >very
>> >> >    >> > >intuitive to 'read').
>> >> >    >> > >If not, I can always go through the code and wrap things
>>in
>> >> >    >> COMPILE::JS,
>> >> >    >> > >was just hoping that I don't need to do that.
>> >> >    >> > >Thanks,
>> >> >    >> > >Greg
>> >> >    >> > >
>> >> >    >> > >
>> >> >    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
>> >> >    >> > ><ch...@c-ware.de>
>> >> >    >> > >wrote:
>> >> >    >> > >
>> >> >    >> > >> But in general, “mvn clean compile” should have worked.
>>I
>> >>even
>> >> >double
>> >> >    >> > >> checked with the debugger … if the other modules are
>>part
>> >>of
>> >> >the
>> >> >    >> build
>> >> >    >> > >>it
>> >> >    >> > >> would acutally resolve the artifacts from the target
>> >> >directories
>> >> >    >> > >>instead of
>> >> >    >> > >> from the maven local repo … I’ll continue investigating
>> >>this.
>> >> >    >> > >>
>> >> >    >> > >> Chris
>> >> >    >> > >>
>> >> >    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
>> >> >justin@classsoftware.com
>> >> >    >> >:
>> >> >    >> > >>
>> >> >    >> > >>     Hi,
>> >> >    >> > >>
>> >> >    >> > >>     > You are running “mvn clean compile” which compiles
>> >>each
>> >> >module
>> >> >    >> and
>> >> >    >> > >> created the swcs in the target directories.
>>Unfortunately,
>> >> >they
>> >> >just
>> >> >    >> > >>stay
>> >> >    >> > >> there as they are not copied to your maven local
>> >>repository.
>> >> >    >> > >>
>> >> >    >> > >>     Thanks Chris that would explain the error.
>> >> >    >> > >>
>> >> >    >> > >>     > To do that, you need to run “mvn clean install”. I
>> >>would
>> >> >give
>> >> >    >> > >>that a
>> >> >    >> > >> try.
>> >> >    >> > >>
>> >> >    >> > >>     Looks like typedef is now broken as I’m getting
>>this:
>> >> >    >> > >>
>> >> >    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
>> >> >    >> > >> flexjs-typedefs-js ---
>> >> >    >> > >>     error: patch failed: js/target/downloads/svg.js:401
>> >> >    >> > >>     error: js/target/downloads/svg.js: patch does not
>>apply
>> >> >    >> > >>     [ERROR] Command execution failed.
>> >> >    >> > >>
>> >> >    >> > >>     I’m assume the patch file no longer matches what’s
>>at
>> >>[1]?
>> >> >    >> > >>
>> >> >    >> > >>     Thanks,
>> >> >    >> > >>     Justin
>> >> >    >> > >>
>> >> >    >> > >>     1.
>> >> >    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
>> >> >    >> 3A%2F%2Fstorage
>> >> >    >> > .
>> >> >    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
>> >> >    >> > 7C6d802edc936741aa1
>> >> >    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
>> >> >    >> > cee1%7C0%7C0%7C636292518959
>> >> >    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
>> >> >    >> > 2Fk%2Fo%3D&reser
>> >> >    >> > >>ved=0
>> >> >    >> > >> downloads/v2/code.google.com/closureidl/svg.js
>> >> >    >> > >>
>> >> >    >> > >>
>> >> >    >> > >>
>> >> >    >> > >>
>> >> >    >> >
>> >> >    >> >
>> >> >    >>
>> >> >    >
>> >> >    >
>> >>
>> >>
>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Huh?  The JDK download site says that 1.8.0_131 is the latest version:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

I will try the font project alone in verbose mode and report here.

Thanks,
Om

On Tue, May 2, 2017 at 5:00 PM, Alex Harui <ah...@adobe.com> wrote:

> Theoretically, the problem goes away after 1.8.0_131.  Maybe run with more
> verbose output to see if you in fact hitting the same problem.
>
> -Alex
>
> On 5/2/17, 2:05 PM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
> <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
>
> >On Tue, May 2, 2017 at 10:09 AM, Alex Harui <ah...@adobe.com> wrote:
> >
> >> "Non-us" may be a typo.  I think it happens everywhere.
> >>
> >> If you can upgrade to latest Java 8, the problem should go away.
> >> Otherwise see:
> >>
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fwww.oracl
> >>e.com%2Ftechnetwork%2Fjava%2Fjavase%2F&data=02%7C01%7C%
> 7C0ee591da6bb249fc
> >>286e08d4919f08ec%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63629355961
> >>5081234&sdata=b1obHrC1nmNR4p6WuW2nRmi3nPCnZ4
> eYVl%2FChO87Oz8%3D&reserved=0
> >> downloads/jce8-download-21331
> >> 66.html
> >>
> >>
> >> There is a similar link for Java 7.
> >>
> >
> >I am pretty sure I have the latest version of Java.
> >
> >*java version "1.8.0_131"*
> >*Java(TM) SE Runtime Environment (build 1.8.0_131-b11)*
> >*Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)*
> >
> >
> >
> >
> >> AIUI, consumers of the binaries don't hit this issue, only those
> >>building
> >> from source.
> >>
> >
> >Yes, the binaries are never a problem.  I am talking about compiling from
> >source.  My point is that - if the user cannot cleanly compile from the
> >sources, we should not be shipping with that module.
> >
> >Thanks,
> >Om
> >
> >
> >>
> >> -Alex
> >>
> >> On 5/2/17, 9:58 AM, "omuppi1@gmail.com on behalf of OmPrakash
> Muppirala"
> >> <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
> >>
> >> >On May 2, 2017 9:43 AM, "Christofer Dutz" <ch...@c-ware.de>
> >> >wrote:
> >> >
> >> >Hi Om,
> >> >
> >> >This is due to the annoying sourceforge ssl update that prevents
> >> >downloading files from sourceforge with non-us JVMs. You have to
> >>manually
> >> >update the encryption module of your JVM to download those files. I
> >>just
> >> >lived with commenting out the fonts module from my build as it was only
> >> >one
> >> >example that actually needed that and we can download that from the
> >>Apache
> >> >SNAPSHOTS repo.
> >> >
> >> >
> >> >Chris, thanks for the response.
> >> >
> >> >What is non-us JVM?
> >> >
> >> >If this is not essential, perhaps we can ship with these modules
> >>disabled?
> >> >And add instructions for those who want to enable it?
> >> >
> >> >Thanks,
> >> >Om
> >> >
> >> >
> >> >Chris
> >> >
> >> >
> >> >Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash
> >> >Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:
> >> >
> >> >    flex-falcon and flex-typedefs built fine for me.
> >> >
> >> >    The flex-asjs build is broken for me on the Fonts project.
> >> >
> >> >    Here is the relevant log:
> >> >
> >> >
> >> >https://na01.safelinks.protection.outlook.com/?url=
> >> https%3A%2F%2Fpaste.apa
> >> >che.org%2FkATQ&data=02%7C01%7C%7C3f941efbc62043ed91e208d4917c
> >> 8a78%7Cfa7b1b
> >> >5a7b34438794aed2c178decee1%7C0%7C0%7C636293411471086252&
> >> sdata=QTsZvivy0jT1
> >> >FdWjAkXpKLskL%2BfzKNL5UYsg%2FwEnhb0%3D&reserved=0
> >> >
> >> >    Can someone please take a look?
> >> >
> >> >    Thanks,
> >> >    Om
> >> >
> >> >    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
> >> >bigosmallm@gmail.com>
> >> >    wrote:
> >> >
> >> >    > For folks who want to help out but are not sure how to, please
> >> >follow
> >> >the
> >> >    > step by step instructions here on how to build the FlexJS SDK
> >>from
> >> >the
> >> >    > sources:
> >> >    >
> >> >    >
> >> >https://na01.safelinks.protection.outlook.com/?url=
> >> https%3A%2F%2Fcwiki.apa
> >> >che.org%2Fconfluence%2Fdisplay%2FFLEX%2F&data=02%
> >> 7C01%7C%7C3f941efbc62043e
> >> >d91e208d4917c8a78%7Cfa7b1b5a7b34438794aed2c178de
> >> cee1%7C0%7C0%7C63629341147
> >> >1086252&sdata=x9xIhSCxIwEx%2FU4qSU2E0gLTIElb3nS0y%
> >> 2BJfdAtuTBM%3D&reserved=
> >> >0
> >> >    > Building+FlexJS+with+Maven
> >> >    >
> >> >    > Thanks,
> >> >    > Om
> >> >    >
> >> >    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com>
> >> >wrote:
> >> >    >
> >> >    >> Thanks Alex,
> >> >    >>
> >> >    >> This helps
> >> >    >> <targets>JS</targets>
> >> >    >> Still some stuff left to figure out, but that is progress.
> >>Pretty
> >> >sure
> >> >    >> that
> >> >    >> falls into "I am hoping there is something simple that I didn't
> >> >see"
> >> >-
> >> >    >> thanks again.
> >> >    >>
> >> >    >> btw I think :
> >> >    >> <outputJavaScript>true</outputJavaScript>
> >> >    >>
> >> >    >> is presumably redundant in any pom.xml now, including that
> >>example.
> >> >My
> >> >    >> reason for thinking that is that it is coming up 'red', with
> >> >tooltip
> >> >    >> "Element outputJavaScript is not allowed here", for a local
> >>project
> >> >via
> >> >    >> code highlighting in Intellij (which was really helpful
> >>initially
> >> >to
> >> >    >> understand this change).
> >> >    >>
> >> >    >>
> >> >    >>
> >> >    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com>
> >> >wrote:
> >> >    >>
> >> >    >> > I believe examples/native/ButtonExample only produces JS
> >>output.
> >> >    >> >
> >> >    >> > -Alex
> >> >    >> >
> >> >    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
> >> >    >> >
> >> >    >> > >Chris, or perhaps Alex:
> >> >    >> > >With the latest changes for maven, I am trying to figure out
> >>how
> >> >to get
> >> >    >> > >the
> >> >    >> > >same result with maven as
> >> >    >> > ><outputJavascript>true</outputJavascript>
> >> >    >> > >
> >> >    >> > >which previously permitted js-only compilation so that
> >> >COMPILE::JS was
> >> >    >> not
> >> >    >> > >needed in js-only target project, and it was possible to use,
> >> >for
> >> >    >> example,
> >> >    >> > >var style:CSSStyleDeclaration,
> >> >    >> > >window['Intl'] etc
> >> >    >> > >outside of COMPILE::JS
> >> >    >> > >
> >> >    >> > >Is this still possible in some way after the change? I can
> >>see
> >> >options
> >> >    >> for
> >> >    >> > >maven like
> >> >    >> > >skipAS etc, but have not figured out a combination that
> >>achieves
> >> >the
> >> >    >> same.
> >> >    >> > >
> >> >    >> > >I am hoping there is something simple that I didn't see - I
> >>am
> >> >still
> >> >    >> > >getting my head around using maven, (apart from finding it
> >> >mostly
> >> >very
> >> >    >> > >intuitive to 'read').
> >> >    >> > >If not, I can always go through the code and wrap things in
> >> >    >> COMPILE::JS,
> >> >    >> > >was just hoping that I don't need to do that.
> >> >    >> > >Thanks,
> >> >    >> > >Greg
> >> >    >> > >
> >> >    >> > >
> >> >    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
> >> >    >> > ><ch...@c-ware.de>
> >> >    >> > >wrote:
> >> >    >> > >
> >> >    >> > >> But in general, “mvn clean compile” should have worked. I
> >>even
> >> >double
> >> >    >> > >> checked with the debugger … if the other modules are part
> >>of
> >> >the
> >> >    >> build
> >> >    >> > >>it
> >> >    >> > >> would acutally resolve the artifacts from the target
> >> >directories
> >> >    >> > >>instead of
> >> >    >> > >> from the maven local repo … I’ll continue investigating
> >>this.
> >> >    >> > >>
> >> >    >> > >> Chris
> >> >    >> > >>
> >> >    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
> >> >justin@classsoftware.com
> >> >    >> >:
> >> >    >> > >>
> >> >    >> > >>     Hi,
> >> >    >> > >>
> >> >    >> > >>     > You are running “mvn clean compile” which compiles
> >>each
> >> >module
> >> >    >> and
> >> >    >> > >> created the swcs in the target directories. Unfortunately,
> >> >they
> >> >just
> >> >    >> > >>stay
> >> >    >> > >> there as they are not copied to your maven local
> >>repository.
> >> >    >> > >>
> >> >    >> > >>     Thanks Chris that would explain the error.
> >> >    >> > >>
> >> >    >> > >>     > To do that, you need to run “mvn clean install”. I
> >>would
> >> >give
> >> >    >> > >>that a
> >> >    >> > >> try.
> >> >    >> > >>
> >> >    >> > >>     Looks like typedef is now broken as I’m getting this:
> >> >    >> > >>
> >> >    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
> >> >    >> > >> flexjs-typedefs-js ---
> >> >    >> > >>     error: patch failed: js/target/downloads/svg.js:401
> >> >    >> > >>     error: js/target/downloads/svg.js: patch does not apply
> >> >    >> > >>     [ERROR] Command execution failed.
> >> >    >> > >>
> >> >    >> > >>     I’m assume the patch file no longer matches what’s at
> >>[1]?
> >> >    >> > >>
> >> >    >> > >>     Thanks,
> >> >    >> > >>     Justin
> >> >    >> > >>
> >> >    >> > >>     1.
> >> >    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
> >> >    >> 3A%2F%2Fstorage
> >> >    >> > .
> >> >    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
> >> >    >> > 7C6d802edc936741aa1
> >> >    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
> >> >    >> > cee1%7C0%7C0%7C636292518959
> >> >    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
> >> >    >> > 2Fk%2Fo%3D&reser
> >> >    >> > >>ved=0
> >> >    >> > >> downloads/v2/code.google.com/closureidl/svg.js
> >> >    >> > >>
> >> >    >> > >>
> >> >    >> > >>
> >> >    >> > >>
> >> >    >> >
> >> >    >> >
> >> >    >>
> >> >    >
> >> >    >
> >>
> >>
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
Theoretically, the problem goes away after 1.8.0_131.  Maybe run with more
verbose output to see if you in fact hitting the same problem.

-Alex

On 5/2/17, 2:05 PM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
<omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:

>On Tue, May 2, 2017 at 10:09 AM, Alex Harui <ah...@adobe.com> wrote:
>
>> "Non-us" may be a typo.  I think it happens everywhere.
>>
>> If you can upgrade to latest Java 8, the problem should go away.
>> Otherwise see:
>>
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.oracl
>>e.com%2Ftechnetwork%2Fjava%2Fjavase%2F&data=02%7C01%7C%7C0ee591da6bb249fc
>>286e08d4919f08ec%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63629355961
>>5081234&sdata=b1obHrC1nmNR4p6WuW2nRmi3nPCnZ4eYVl%2FChO87Oz8%3D&reserved=0
>> downloads/jce8-download-21331
>> 66.html
>>
>>
>> There is a similar link for Java 7.
>>
>
>I am pretty sure I have the latest version of Java.
>
>*java version "1.8.0_131"*
>*Java(TM) SE Runtime Environment (build 1.8.0_131-b11)*
>*Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)*
>
>
>
>
>> AIUI, consumers of the binaries don't hit this issue, only those
>>building
>> from source.
>>
>
>Yes, the binaries are never a problem.  I am talking about compiling from
>source.  My point is that - if the user cannot cleanly compile from the
>sources, we should not be shipping with that module.
>
>Thanks,
>Om
>
>
>>
>> -Alex
>>
>> On 5/2/17, 9:58 AM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
>> <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
>>
>> >On May 2, 2017 9:43 AM, "Christofer Dutz" <ch...@c-ware.de>
>> >wrote:
>> >
>> >Hi Om,
>> >
>> >This is due to the annoying sourceforge ssl update that prevents
>> >downloading files from sourceforge with non-us JVMs. You have to
>>manually
>> >update the encryption module of your JVM to download those files. I
>>just
>> >lived with commenting out the fonts module from my build as it was only
>> >one
>> >example that actually needed that and we can download that from the
>>Apache
>> >SNAPSHOTS repo.
>> >
>> >
>> >Chris, thanks for the response.
>> >
>> >What is non-us JVM?
>> >
>> >If this is not essential, perhaps we can ship with these modules
>>disabled?
>> >And add instructions for those who want to enable it?
>> >
>> >Thanks,
>> >Om
>> >
>> >
>> >Chris
>> >
>> >
>> >Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash
>> >Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:
>> >
>> >    flex-falcon and flex-typedefs built fine for me.
>> >
>> >    The flex-asjs build is broken for me on the Fonts project.
>> >
>> >    Here is the relevant log:
>> >
>> >
>> >https://na01.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fpaste.apa
>> >che.org%2FkATQ&data=02%7C01%7C%7C3f941efbc62043ed91e208d4917c
>> 8a78%7Cfa7b1b
>> >5a7b34438794aed2c178decee1%7C0%7C0%7C636293411471086252&
>> sdata=QTsZvivy0jT1
>> >FdWjAkXpKLskL%2BfzKNL5UYsg%2FwEnhb0%3D&reserved=0
>> >
>> >    Can someone please take a look?
>> >
>> >    Thanks,
>> >    Om
>> >
>> >    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
>> >bigosmallm@gmail.com>
>> >    wrote:
>> >
>> >    > For folks who want to help out but are not sure how to, please
>> >follow
>> >the
>> >    > step by step instructions here on how to build the FlexJS SDK
>>from
>> >the
>> >    > sources:
>> >    >
>> >    >
>> >https://na01.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fcwiki.apa
>> >che.org%2Fconfluence%2Fdisplay%2FFLEX%2F&data=02%
>> 7C01%7C%7C3f941efbc62043e
>> >d91e208d4917c8a78%7Cfa7b1b5a7b34438794aed2c178de
>> cee1%7C0%7C0%7C63629341147
>> >1086252&sdata=x9xIhSCxIwEx%2FU4qSU2E0gLTIElb3nS0y%
>> 2BJfdAtuTBM%3D&reserved=
>> >0
>> >    > Building+FlexJS+with+Maven
>> >    >
>> >    > Thanks,
>> >    > Om
>> >    >
>> >    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com>
>> >wrote:
>> >    >
>> >    >> Thanks Alex,
>> >    >>
>> >    >> This helps
>> >    >> <targets>JS</targets>
>> >    >> Still some stuff left to figure out, but that is progress.
>>Pretty
>> >sure
>> >    >> that
>> >    >> falls into "I am hoping there is something simple that I didn't
>> >see"
>> >-
>> >    >> thanks again.
>> >    >>
>> >    >> btw I think :
>> >    >> <outputJavaScript>true</outputJavaScript>
>> >    >>
>> >    >> is presumably redundant in any pom.xml now, including that
>>example.
>> >My
>> >    >> reason for thinking that is that it is coming up 'red', with
>> >tooltip
>> >    >> "Element outputJavaScript is not allowed here", for a local
>>project
>> >via
>> >    >> code highlighting in Intellij (which was really helpful
>>initially
>> >to
>> >    >> understand this change).
>> >    >>
>> >    >>
>> >    >>
>> >    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com>
>> >wrote:
>> >    >>
>> >    >> > I believe examples/native/ButtonExample only produces JS
>>output.
>> >    >> >
>> >    >> > -Alex
>> >    >> >
>> >    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
>> >    >> >
>> >    >> > >Chris, or perhaps Alex:
>> >    >> > >With the latest changes for maven, I am trying to figure out
>>how
>> >to get
>> >    >> > >the
>> >    >> > >same result with maven as
>> >    >> > ><outputJavascript>true</outputJavascript>
>> >    >> > >
>> >    >> > >which previously permitted js-only compilation so that
>> >COMPILE::JS was
>> >    >> not
>> >    >> > >needed in js-only target project, and it was possible to use,
>> >for
>> >    >> example,
>> >    >> > >var style:CSSStyleDeclaration,
>> >    >> > >window['Intl'] etc
>> >    >> > >outside of COMPILE::JS
>> >    >> > >
>> >    >> > >Is this still possible in some way after the change? I can
>>see
>> >options
>> >    >> for
>> >    >> > >maven like
>> >    >> > >skipAS etc, but have not figured out a combination that
>>achieves
>> >the
>> >    >> same.
>> >    >> > >
>> >    >> > >I am hoping there is something simple that I didn't see - I
>>am
>> >still
>> >    >> > >getting my head around using maven, (apart from finding it
>> >mostly
>> >very
>> >    >> > >intuitive to 'read').
>> >    >> > >If not, I can always go through the code and wrap things in
>> >    >> COMPILE::JS,
>> >    >> > >was just hoping that I don't need to do that.
>> >    >> > >Thanks,
>> >    >> > >Greg
>> >    >> > >
>> >    >> > >
>> >    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
>> >    >> > ><ch...@c-ware.de>
>> >    >> > >wrote:
>> >    >> > >
>> >    >> > >> But in general, “mvn clean compile” should have worked. I
>>even
>> >double
>> >    >> > >> checked with the debugger … if the other modules are part
>>of
>> >the
>> >    >> build
>> >    >> > >>it
>> >    >> > >> would acutally resolve the artifacts from the target
>> >directories
>> >    >> > >>instead of
>> >    >> > >> from the maven local repo … I’ll continue investigating
>>this.
>> >    >> > >>
>> >    >> > >> Chris
>> >    >> > >>
>> >    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
>> >justin@classsoftware.com
>> >    >> >:
>> >    >> > >>
>> >    >> > >>     Hi,
>> >    >> > >>
>> >    >> > >>     > You are running “mvn clean compile” which compiles
>>each
>> >module
>> >    >> and
>> >    >> > >> created the swcs in the target directories. Unfortunately,
>> >they
>> >just
>> >    >> > >>stay
>> >    >> > >> there as they are not copied to your maven local
>>repository.
>> >    >> > >>
>> >    >> > >>     Thanks Chris that would explain the error.
>> >    >> > >>
>> >    >> > >>     > To do that, you need to run “mvn clean install”. I
>>would
>> >give
>> >    >> > >>that a
>> >    >> > >> try.
>> >    >> > >>
>> >    >> > >>     Looks like typedef is now broken as I’m getting this:
>> >    >> > >>
>> >    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
>> >    >> > >> flexjs-typedefs-js ---
>> >    >> > >>     error: patch failed: js/target/downloads/svg.js:401
>> >    >> > >>     error: js/target/downloads/svg.js: patch does not apply
>> >    >> > >>     [ERROR] Command execution failed.
>> >    >> > >>
>> >    >> > >>     I’m assume the patch file no longer matches what’s at
>>[1]?
>> >    >> > >>
>> >    >> > >>     Thanks,
>> >    >> > >>     Justin
>> >    >> > >>
>> >    >> > >>     1.
>> >    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
>> >    >> 3A%2F%2Fstorage
>> >    >> > .
>> >    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
>> >    >> > 7C6d802edc936741aa1
>> >    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
>> >    >> > cee1%7C0%7C0%7C636292518959
>> >    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
>> >    >> > 2Fk%2Fo%3D&reser
>> >    >> > >>ved=0
>> >    >> > >> downloads/v2/code.google.com/closureidl/svg.js
>> >    >> > >>
>> >    >> > >>
>> >    >> > >>
>> >    >> > >>
>> >    >> >
>> >    >> >
>> >    >>
>> >    >
>> >    >
>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Tue, May 2, 2017 at 10:09 AM, Alex Harui <ah...@adobe.com> wrote:

> "Non-us" may be a typo.  I think it happens everywhere.
>
> If you can upgrade to latest Java 8, the problem should go away.
> Otherwise see:
>
> http://www.oracle.com/technetwork/java/javase/
> downloads/jce8-download-21331
> 66.html
>
>
> There is a similar link for Java 7.
>

I am pretty sure I have the latest version of Java.

*java version "1.8.0_131"*
*Java(TM) SE Runtime Environment (build 1.8.0_131-b11)*
*Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)*




> AIUI, consumers of the binaries don't hit this issue, only those building
> from source.
>

Yes, the binaries are never a problem.  I am talking about compiling from
source.  My point is that - if the user cannot cleanly compile from the
sources, we should not be shipping with that module.

Thanks,
Om


>
> -Alex
>
> On 5/2/17, 9:58 AM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
> <omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
>
> >On May 2, 2017 9:43 AM, "Christofer Dutz" <ch...@c-ware.de>
> >wrote:
> >
> >Hi Om,
> >
> >This is due to the annoying sourceforge ssl update that prevents
> >downloading files from sourceforge with non-us JVMs. You have to manually
> >update the encryption module of your JVM to download those files. I just
> >lived with commenting out the fonts module from my build as it was only
> >one
> >example that actually needed that and we can download that from the Apache
> >SNAPSHOTS repo.
> >
> >
> >Chris, thanks for the response.
> >
> >What is non-us JVM?
> >
> >If this is not essential, perhaps we can ship with these modules disabled?
> >And add instructions for those who want to enable it?
> >
> >Thanks,
> >Om
> >
> >
> >Chris
> >
> >
> >Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash
> >Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:
> >
> >    flex-falcon and flex-typedefs built fine for me.
> >
> >    The flex-asjs build is broken for me on the Fonts project.
> >
> >    Here is the relevant log:
> >
> >
> >https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fpaste.apa
> >che.org%2FkATQ&data=02%7C01%7C%7C3f941efbc62043ed91e208d4917c
> 8a78%7Cfa7b1b
> >5a7b34438794aed2c178decee1%7C0%7C0%7C636293411471086252&
> sdata=QTsZvivy0jT1
> >FdWjAkXpKLskL%2BfzKNL5UYsg%2FwEnhb0%3D&reserved=0
> >
> >    Can someone please take a look?
> >
> >    Thanks,
> >    Om
> >
> >    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
> >bigosmallm@gmail.com>
> >    wrote:
> >
> >    > For folks who want to help out but are not sure how to, please
> >follow
> >the
> >    > step by step instructions here on how to build the FlexJS SDK from
> >the
> >    > sources:
> >    >
> >    >
> >https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fcwiki.apa
> >che.org%2Fconfluence%2Fdisplay%2FFLEX%2F&data=02%
> 7C01%7C%7C3f941efbc62043e
> >d91e208d4917c8a78%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63629341147
> >1086252&sdata=x9xIhSCxIwEx%2FU4qSU2E0gLTIElb3nS0y%
> 2BJfdAtuTBM%3D&reserved=
> >0
> >    > Building+FlexJS+with+Maven
> >    >
> >    > Thanks,
> >    > Om
> >    >
> >    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com>
> >wrote:
> >    >
> >    >> Thanks Alex,
> >    >>
> >    >> This helps
> >    >> <targets>JS</targets>
> >    >> Still some stuff left to figure out, but that is progress. Pretty
> >sure
> >    >> that
> >    >> falls into "I am hoping there is something simple that I didn't
> >see"
> >-
> >    >> thanks again.
> >    >>
> >    >> btw I think :
> >    >> <outputJavaScript>true</outputJavaScript>
> >    >>
> >    >> is presumably redundant in any pom.xml now, including that example.
> >My
> >    >> reason for thinking that is that it is coming up 'red', with
> >tooltip
> >    >> "Element outputJavaScript is not allowed here", for a local project
> >via
> >    >> code highlighting in Intellij (which was really helpful initially
> >to
> >    >> understand this change).
> >    >>
> >    >>
> >    >>
> >    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com>
> >wrote:
> >    >>
> >    >> > I believe examples/native/ButtonExample only produces JS output.
> >    >> >
> >    >> > -Alex
> >    >> >
> >    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
> >    >> >
> >    >> > >Chris, or perhaps Alex:
> >    >> > >With the latest changes for maven, I am trying to figure out how
> >to get
> >    >> > >the
> >    >> > >same result with maven as
> >    >> > ><outputJavascript>true</outputJavascript>
> >    >> > >
> >    >> > >which previously permitted js-only compilation so that
> >COMPILE::JS was
> >    >> not
> >    >> > >needed in js-only target project, and it was possible to use,
> >for
> >    >> example,
> >    >> > >var style:CSSStyleDeclaration,
> >    >> > >window['Intl'] etc
> >    >> > >outside of COMPILE::JS
> >    >> > >
> >    >> > >Is this still possible in some way after the change? I can see
> >options
> >    >> for
> >    >> > >maven like
> >    >> > >skipAS etc, but have not figured out a combination that achieves
> >the
> >    >> same.
> >    >> > >
> >    >> > >I am hoping there is something simple that I didn't see - I am
> >still
> >    >> > >getting my head around using maven, (apart from finding it
> >mostly
> >very
> >    >> > >intuitive to 'read').
> >    >> > >If not, I can always go through the code and wrap things in
> >    >> COMPILE::JS,
> >    >> > >was just hoping that I don't need to do that.
> >    >> > >Thanks,
> >    >> > >Greg
> >    >> > >
> >    >> > >
> >    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
> >    >> > ><ch...@c-ware.de>
> >    >> > >wrote:
> >    >> > >
> >    >> > >> But in general, “mvn clean compile” should have worked. I even
> >double
> >    >> > >> checked with the debugger … if the other modules are part of
> >the
> >    >> build
> >    >> > >>it
> >    >> > >> would acutally resolve the artifacts from the target
> >directories
> >    >> > >>instead of
> >    >> > >> from the maven local repo … I’ll continue investigating this.
> >    >> > >>
> >    >> > >> Chris
> >    >> > >>
> >    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
> >justin@classsoftware.com
> >    >> >:
> >    >> > >>
> >    >> > >>     Hi,
> >    >> > >>
> >    >> > >>     > You are running “mvn clean compile” which compiles each
> >module
> >    >> and
> >    >> > >> created the swcs in the target directories. Unfortunately,
> >they
> >just
> >    >> > >>stay
> >    >> > >> there as they are not copied to your maven local repository.
> >    >> > >>
> >    >> > >>     Thanks Chris that would explain the error.
> >    >> > >>
> >    >> > >>     > To do that, you need to run “mvn clean install”. I would
> >give
> >    >> > >>that a
> >    >> > >> try.
> >    >> > >>
> >    >> > >>     Looks like typedef is now broken as I’m getting this:
> >    >> > >>
> >    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
> >    >> > >> flexjs-typedefs-js ---
> >    >> > >>     error: patch failed: js/target/downloads/svg.js:401
> >    >> > >>     error: js/target/downloads/svg.js: patch does not apply
> >    >> > >>     [ERROR] Command execution failed.
> >    >> > >>
> >    >> > >>     I’m assume the patch file no longer matches what’s at [1]?
> >    >> > >>
> >    >> > >>     Thanks,
> >    >> > >>     Justin
> >    >> > >>
> >    >> > >>     1.
> >    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
> >    >> 3A%2F%2Fstorage
> >    >> > .
> >    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
> >    >> > 7C6d802edc936741aa1
> >    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
> >    >> > cee1%7C0%7C0%7C636292518959
> >    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
> >    >> > 2Fk%2Fo%3D&reser
> >    >> > >>ved=0
> >    >> > >> downloads/v2/code.google.com/closureidl/svg.js
> >    >> > >>
> >    >> > >>
> >    >> > >>
> >    >> > >>
> >    >> >
> >    >> >
> >    >>
> >    >
> >    >
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
"Non-us" may be a typo.  I think it happens everywhere.

If you can upgrade to latest Java 8, the problem should go away.
Otherwise see:

http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-21331
66.html


There is a similar link for Java 7.

AIUI, consumers of the binaries don't hit this issue, only those building
from source.

-Alex

On 5/2/17, 9:58 AM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
<omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:

>On May 2, 2017 9:43 AM, "Christofer Dutz" <ch...@c-ware.de>
>wrote:
>
>Hi Om,
>
>This is due to the annoying sourceforge ssl update that prevents
>downloading files from sourceforge with non-us JVMs. You have to manually
>update the encryption module of your JVM to download those files. I just
>lived with commenting out the fonts module from my build as it was only
>one
>example that actually needed that and we can download that from the Apache
>SNAPSHOTS repo.
>
>
>Chris, thanks for the response.
>
>What is non-us JVM?
>
>If this is not essential, perhaps we can ship with these modules disabled?
>And add instructions for those who want to enable it?
>
>Thanks,
>Om
>
>
>Chris
>
>
>Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash
>Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:
>
>    flex-falcon and flex-typedefs built fine for me.
>
>    The flex-asjs build is broken for me on the Fonts project.
>
>    Here is the relevant log:
>
>    
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FkATQ&data=02%7C01%7C%7C3f941efbc62043ed91e208d4917c8a78%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636293411471086252&sdata=QTsZvivy0jT1
>FdWjAkXpKLskL%2BfzKNL5UYsg%2FwEnhb0%3D&reserved=0
>
>    Can someone please take a look?
>
>    Thanks,
>    Om
>
>    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
>bigosmallm@gmail.com>
>    wrote:
>
>    > For folks who want to help out but are not sure how to, please
>follow
>the
>    > step by step instructions here on how to build the FlexJS SDK from
>the
>    > sources:
>    >
>    > 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apa
>che.org%2Fconfluence%2Fdisplay%2FFLEX%2F&data=02%7C01%7C%7C3f941efbc62043e
>d91e208d4917c8a78%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63629341147
>1086252&sdata=x9xIhSCxIwEx%2FU4qSU2E0gLTIElb3nS0y%2BJfdAtuTBM%3D&reserved=
>0
>    > Building+FlexJS+with+Maven
>    >
>    > Thanks,
>    > Om
>    >
>    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com>
>wrote:
>    >
>    >> Thanks Alex,
>    >>
>    >> This helps
>    >> <targets>JS</targets>
>    >> Still some stuff left to figure out, but that is progress. Pretty
>sure
>    >> that
>    >> falls into "I am hoping there is something simple that I didn't
>see"
>-
>    >> thanks again.
>    >>
>    >> btw I think :
>    >> <outputJavaScript>true</outputJavaScript>
>    >>
>    >> is presumably redundant in any pom.xml now, including that example.
>My
>    >> reason for thinking that is that it is coming up 'red', with
>tooltip
>    >> "Element outputJavaScript is not allowed here", for a local project
>via
>    >> code highlighting in Intellij (which was really helpful initially
>to
>    >> understand this change).
>    >>
>    >>
>    >>
>    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com>
>wrote:
>    >>
>    >> > I believe examples/native/ButtonExample only produces JS output.
>    >> >
>    >> > -Alex
>    >> >
>    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
>    >> >
>    >> > >Chris, or perhaps Alex:
>    >> > >With the latest changes for maven, I am trying to figure out how
>to get
>    >> > >the
>    >> > >same result with maven as
>    >> > ><outputJavascript>true</outputJavascript>
>    >> > >
>    >> > >which previously permitted js-only compilation so that
>COMPILE::JS was
>    >> not
>    >> > >needed in js-only target project, and it was possible to use,
>for
>    >> example,
>    >> > >var style:CSSStyleDeclaration,
>    >> > >window['Intl'] etc
>    >> > >outside of COMPILE::JS
>    >> > >
>    >> > >Is this still possible in some way after the change? I can see
>options
>    >> for
>    >> > >maven like
>    >> > >skipAS etc, but have not figured out a combination that achieves
>the
>    >> same.
>    >> > >
>    >> > >I am hoping there is something simple that I didn't see - I am
>still
>    >> > >getting my head around using maven, (apart from finding it
>mostly
>very
>    >> > >intuitive to 'read').
>    >> > >If not, I can always go through the code and wrap things in
>    >> COMPILE::JS,
>    >> > >was just hoping that I don't need to do that.
>    >> > >Thanks,
>    >> > >Greg
>    >> > >
>    >> > >
>    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
>    >> > ><ch...@c-ware.de>
>    >> > >wrote:
>    >> > >
>    >> > >> But in general, “mvn clean compile” should have worked. I even
>double
>    >> > >> checked with the debugger … if the other modules are part of
>the
>    >> build
>    >> > >>it
>    >> > >> would acutally resolve the artifacts from the target
>directories
>    >> > >>instead of
>    >> > >> from the maven local repo … I’ll continue investigating this.
>    >> > >>
>    >> > >> Chris
>    >> > >>
>    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
>justin@classsoftware.com
>    >> >:
>    >> > >>
>    >> > >>     Hi,
>    >> > >>
>    >> > >>     > You are running “mvn clean compile” which compiles each
>module
>    >> and
>    >> > >> created the swcs in the target directories. Unfortunately,
>they
>just
>    >> > >>stay
>    >> > >> there as they are not copied to your maven local repository.
>    >> > >>
>    >> > >>     Thanks Chris that would explain the error.
>    >> > >>
>    >> > >>     > To do that, you need to run “mvn clean install”. I would
>give
>    >> > >>that a
>    >> > >> try.
>    >> > >>
>    >> > >>     Looks like typedef is now broken as I’m getting this:
>    >> > >>
>    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
>    >> > >> flexjs-typedefs-js ---
>    >> > >>     error: patch failed: js/target/downloads/svg.js:401
>    >> > >>     error: js/target/downloads/svg.js: patch does not apply
>    >> > >>     [ERROR] Command execution failed.
>    >> > >>
>    >> > >>     I’m assume the patch file no longer matches what’s at [1]?
>    >> > >>
>    >> > >>     Thanks,
>    >> > >>     Justin
>    >> > >>
>    >> > >>     1.
>    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
>    >> 3A%2F%2Fstorage
>    >> > .
>    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
>    >> > 7C6d802edc936741aa1
>    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
>    >> > cee1%7C0%7C0%7C636292518959
>    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
>    >> > 2Fk%2Fo%3D&reser
>    >> > >>ved=0
>    >> > >> downloads/v2/code.google.com/closureidl/svg.js
>    >> > >>
>    >> > >>
>    >> > >>
>    >> > >>
>    >> >
>    >> >
>    >>
>    >
>    >


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On May 2, 2017 9:43 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

Hi Om,

This is due to the annoying sourceforge ssl update that prevents
downloading files from sourceforge with non-us JVMs. You have to manually
update the encryption module of your JVM to download those files. I just
lived with commenting out the fonts module from my build as it was only one
example that actually needed that and we can download that from the Apache
SNAPSHOTS repo.


Chris, thanks for the response.

What is non-us JVM?

If this is not essential, perhaps we can ship with these modules disabled?
And add instructions for those who want to enable it?

Thanks,
Om


Chris


Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash
Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:

    flex-falcon and flex-typedefs built fine for me.

    The flex-asjs build is broken for me on the Fonts project.

    Here is the relevant log:

    https://paste.apache.org/kATQ

    Can someone please take a look?

    Thanks,
    Om

    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <
bigosmallm@gmail.com>
    wrote:

    > For folks who want to help out but are not sure how to, please follow
the
    > step by step instructions here on how to build the FlexJS SDK from the
    > sources:
    >
    > https://cwiki.apache.org/confluence/display/FLEX/
    > Building+FlexJS+with+Maven
    >
    > Thanks,
    > Om
    >
    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com>
wrote:
    >
    >> Thanks Alex,
    >>
    >> This helps
    >> <targets>JS</targets>
    >> Still some stuff left to figure out, but that is progress. Pretty
sure
    >> that
    >> falls into "I am hoping there is something simple that I didn't see"
-
    >> thanks again.
    >>
    >> btw I think :
    >> <outputJavaScript>true</outputJavaScript>
    >>
    >> is presumably redundant in any pom.xml now, including that example.
My
    >> reason for thinking that is that it is coming up 'red', with tooltip
    >> "Element outputJavaScript is not allowed here", for a local project
via
    >> code highlighting in Intellij (which was really helpful initially to
    >> understand this change).
    >>
    >>
    >>
    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com> wrote:
    >>
    >> > I believe examples/native/ButtonExample only produces JS output.
    >> >
    >> > -Alex
    >> >
    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
    >> >
    >> > >Chris, or perhaps Alex:
    >> > >With the latest changes for maven, I am trying to figure out how
to get
    >> > >the
    >> > >same result with maven as
    >> > ><outputJavascript>true</outputJavascript>
    >> > >
    >> > >which previously permitted js-only compilation so that
COMPILE::JS was
    >> not
    >> > >needed in js-only target project, and it was possible to use, for
    >> example,
    >> > >var style:CSSStyleDeclaration,
    >> > >window['Intl'] etc
    >> > >outside of COMPILE::JS
    >> > >
    >> > >Is this still possible in some way after the change? I can see
options
    >> for
    >> > >maven like
    >> > >skipAS etc, but have not figured out a combination that achieves
the
    >> same.
    >> > >
    >> > >I am hoping there is something simple that I didn't see - I am
still
    >> > >getting my head around using maven, (apart from finding it mostly
very
    >> > >intuitive to 'read').
    >> > >If not, I can always go through the code and wrap things in
    >> COMPILE::JS,
    >> > >was just hoping that I don't need to do that.
    >> > >Thanks,
    >> > >Greg
    >> > >
    >> > >
    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
    >> > ><ch...@c-ware.de>
    >> > >wrote:
    >> > >
    >> > >> But in general, “mvn clean compile” should have worked. I even
double
    >> > >> checked with the debugger … if the other modules are part of the
    >> build
    >> > >>it
    >> > >> would acutally resolve the artifacts from the target directories
    >> > >>instead of
    >> > >> from the maven local repo … I’ll continue investigating this.
    >> > >>
    >> > >> Chris
    >> > >>
    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <
justin@classsoftware.com
    >> >:
    >> > >>
    >> > >>     Hi,
    >> > >>
    >> > >>     > You are running “mvn clean compile” which compiles each
module
    >> and
    >> > >> created the swcs in the target directories. Unfortunately, they
just
    >> > >>stay
    >> > >> there as they are not copied to your maven local repository.
    >> > >>
    >> > >>     Thanks Chris that would explain the error.
    >> > >>
    >> > >>     > To do that, you need to run “mvn clean install”. I would
give
    >> > >>that a
    >> > >> try.
    >> > >>
    >> > >>     Looks like typedef is now broken as I’m getting this:
    >> > >>
    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
    >> > >> flexjs-typedefs-js ---
    >> > >>     error: patch failed: js/target/downloads/svg.js:401
    >> > >>     error: js/target/downloads/svg.js: patch does not apply
    >> > >>     [ERROR] Command execution failed.
    >> > >>
    >> > >>     I’m assume the patch file no longer matches what’s at [1]?
    >> > >>
    >> > >>     Thanks,
    >> > >>     Justin
    >> > >>
    >> > >>     1.
    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
    >> 3A%2F%2Fstorage
    >> > .
    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
    >> > 7C6d802edc936741aa1
    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
    >> > cee1%7C0%7C0%7C636292518959
    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
    >> > 2Fk%2Fo%3D&reser
    >> > >>ved=0
    >> > >> downloads/v2/code.google.com/closureidl/svg.js
    >> > >>
    >> > >>
    >> > >>
    >> > >>
    >> >
    >> >
    >>
    >
    >

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Om,

This is due to the annoying sourceforge ssl update that prevents downloading files from sourceforge with non-us JVMs. You have to manually update the encryption module of your JVM to download those files. I just lived with commenting out the fonts module from my build as it was only one example that actually needed that and we can download that from the Apache SNAPSHOTS repo.

Chris


Am 01.05.17, 21:18 schrieb "omuppi1@gmail.com im Auftrag von OmPrakash Muppirala" <omuppi1@gmail.com im Auftrag von bigosmallm@gmail.com>:

    flex-falcon and flex-typedefs built fine for me.
    
    The flex-asjs build is broken for me on the Fonts project.
    
    Here is the relevant log:
    
    https://paste.apache.org/kATQ
    
    Can someone please take a look?
    
    Thanks,
    Om
    
    On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <bi...@gmail.com>
    wrote:
    
    > For folks who want to help out but are not sure how to, please follow the
    > step by step instructions here on how to build the FlexJS SDK from the
    > sources:
    >
    > https://cwiki.apache.org/confluence/display/FLEX/
    > Building+FlexJS+with+Maven
    >
    > Thanks,
    > Om
    >
    > On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com> wrote:
    >
    >> Thanks Alex,
    >>
    >> This helps
    >> <targets>JS</targets>
    >> Still some stuff left to figure out, but that is progress. Pretty sure
    >> that
    >> falls into "I am hoping there is something simple that I didn't see" -
    >> thanks again.
    >>
    >> btw I think :
    >> <outputJavaScript>true</outputJavaScript>
    >>
    >> is presumably redundant in any pom.xml now, including that example. My
    >> reason for thinking that is that it is coming up 'red', with tooltip
    >> "Element outputJavaScript is not allowed here", for a local project via
    >> code highlighting in Intellij (which was really helpful initially to
    >> understand this change).
    >>
    >>
    >>
    >> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com> wrote:
    >>
    >> > I believe examples/native/ButtonExample only produces JS output.
    >> >
    >> > -Alex
    >> >
    >> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
    >> >
    >> > >Chris, or perhaps Alex:
    >> > >With the latest changes for maven, I am trying to figure out how to get
    >> > >the
    >> > >same result with maven as
    >> > ><outputJavascript>true</outputJavascript>
    >> > >
    >> > >which previously permitted js-only compilation so that COMPILE::JS was
    >> not
    >> > >needed in js-only target project, and it was possible to use, for
    >> example,
    >> > >var style:CSSStyleDeclaration,
    >> > >window['Intl'] etc
    >> > >outside of COMPILE::JS
    >> > >
    >> > >Is this still possible in some way after the change? I can see options
    >> for
    >> > >maven like
    >> > >skipAS etc, but have not figured out a combination that achieves the
    >> same.
    >> > >
    >> > >I am hoping there is something simple that I didn't see - I am still
    >> > >getting my head around using maven, (apart from finding it mostly very
    >> > >intuitive to 'read').
    >> > >If not, I can always go through the code and wrap things in
    >> COMPILE::JS,
    >> > >was just hoping that I don't need to do that.
    >> > >Thanks,
    >> > >Greg
    >> > >
    >> > >
    >> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
    >> > ><ch...@c-ware.de>
    >> > >wrote:
    >> > >
    >> > >> But in general, “mvn clean compile” should have worked. I even double
    >> > >> checked with the debugger … if the other modules are part of the
    >> build
    >> > >>it
    >> > >> would acutally resolve the artifacts from the target directories
    >> > >>instead of
    >> > >> from the maven local repo … I’ll continue investigating this.
    >> > >>
    >> > >> Chris
    >> > >>
    >> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <justin@classsoftware.com
    >> >:
    >> > >>
    >> > >>     Hi,
    >> > >>
    >> > >>     > You are running “mvn clean compile” which compiles each module
    >> and
    >> > >> created the swcs in the target directories. Unfortunately, they just
    >> > >>stay
    >> > >> there as they are not copied to your maven local repository.
    >> > >>
    >> > >>     Thanks Chris that would explain the error.
    >> > >>
    >> > >>     > To do that, you need to run “mvn clean install”. I would give
    >> > >>that a
    >> > >> try.
    >> > >>
    >> > >>     Looks like typedef is now broken as I’m getting this:
    >> > >>
    >> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
    >> > >> flexjs-typedefs-js ---
    >> > >>     error: patch failed: js/target/downloads/svg.js:401
    >> > >>     error: js/target/downloads/svg.js: patch does not apply
    >> > >>     [ERROR] Command execution failed.
    >> > >>
    >> > >>     I’m assume the patch file no longer matches what’s at [1]?
    >> > >>
    >> > >>     Thanks,
    >> > >>     Justin
    >> > >>
    >> > >>     1.
    >> > >>https://na01.safelinks.protection.outlook.com/?url=https%
    >> 3A%2F%2Fstorage
    >> > .
    >> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
    >> > 7C6d802edc936741aa1
    >> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
    >> > cee1%7C0%7C0%7C636292518959
    >> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
    >> > 2Fk%2Fo%3D&reser
    >> > >>ved=0
    >> > >> downloads/v2/code.google.com/closureidl/svg.js
    >> > >>
    >> > >>
    >> > >>
    >> > >>
    >> >
    >> >
    >>
    >
    >
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
flex-falcon and flex-typedefs built fine for me.

The flex-asjs build is broken for me on the Fonts project.

Here is the relevant log:

https://paste.apache.org/kATQ

Can someone please take a look?

Thanks,
Om

On Mon, May 1, 2017 at 11:50 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> For folks who want to help out but are not sure how to, please follow the
> step by step instructions here on how to build the FlexJS SDK from the
> sources:
>
> https://cwiki.apache.org/confluence/display/FLEX/
> Building+FlexJS+with+Maven
>
> Thanks,
> Om
>
> On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com> wrote:
>
>> Thanks Alex,
>>
>> This helps
>> <targets>JS</targets>
>> Still some stuff left to figure out, but that is progress. Pretty sure
>> that
>> falls into "I am hoping there is something simple that I didn't see" -
>> thanks again.
>>
>> btw I think :
>> <outputJavaScript>true</outputJavaScript>
>>
>> is presumably redundant in any pom.xml now, including that example. My
>> reason for thinking that is that it is coming up 'red', with tooltip
>> "Element outputJavaScript is not allowed here", for a local project via
>> code highlighting in Intellij (which was really helpful initially to
>> understand this change).
>>
>>
>>
>> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com> wrote:
>>
>> > I believe examples/native/ButtonExample only produces JS output.
>> >
>> > -Alex
>> >
>> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
>> >
>> > >Chris, or perhaps Alex:
>> > >With the latest changes for maven, I am trying to figure out how to get
>> > >the
>> > >same result with maven as
>> > ><outputJavascript>true</outputJavascript>
>> > >
>> > >which previously permitted js-only compilation so that COMPILE::JS was
>> not
>> > >needed in js-only target project, and it was possible to use, for
>> example,
>> > >var style:CSSStyleDeclaration,
>> > >window['Intl'] etc
>> > >outside of COMPILE::JS
>> > >
>> > >Is this still possible in some way after the change? I can see options
>> for
>> > >maven like
>> > >skipAS etc, but have not figured out a combination that achieves the
>> same.
>> > >
>> > >I am hoping there is something simple that I didn't see - I am still
>> > >getting my head around using maven, (apart from finding it mostly very
>> > >intuitive to 'read').
>> > >If not, I can always go through the code and wrap things in
>> COMPILE::JS,
>> > >was just hoping that I don't need to do that.
>> > >Thanks,
>> > >Greg
>> > >
>> > >
>> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
>> > ><ch...@c-ware.de>
>> > >wrote:
>> > >
>> > >> But in general, “mvn clean compile” should have worked. I even double
>> > >> checked with the debugger … if the other modules are part of the
>> build
>> > >>it
>> > >> would acutally resolve the artifacts from the target directories
>> > >>instead of
>> > >> from the maven local repo … I’ll continue investigating this.
>> > >>
>> > >> Chris
>> > >>
>> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <justin@classsoftware.com
>> >:
>> > >>
>> > >>     Hi,
>> > >>
>> > >>     > You are running “mvn clean compile” which compiles each module
>> and
>> > >> created the swcs in the target directories. Unfortunately, they just
>> > >>stay
>> > >> there as they are not copied to your maven local repository.
>> > >>
>> > >>     Thanks Chris that would explain the error.
>> > >>
>> > >>     > To do that, you need to run “mvn clean install”. I would give
>> > >>that a
>> > >> try.
>> > >>
>> > >>     Looks like typedef is now broken as I’m getting this:
>> > >>
>> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
>> > >> flexjs-typedefs-js ---
>> > >>     error: patch failed: js/target/downloads/svg.js:401
>> > >>     error: js/target/downloads/svg.js: patch does not apply
>> > >>     [ERROR] Command execution failed.
>> > >>
>> > >>     I’m assume the patch file no longer matches what’s at [1]?
>> > >>
>> > >>     Thanks,
>> > >>     Justin
>> > >>
>> > >>     1.
>> > >>https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fstorage
>> > .
>> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
>> > 7C6d802edc936741aa1
>> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
>> > cee1%7C0%7C0%7C636292518959
>> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
>> > 2Fk%2Fo%3D&reser
>> > >>ved=0
>> > >> downloads/v2/code.google.com/closureidl/svg.js
>> > >>
>> > >>
>> > >>
>> > >>
>> >
>> >
>>
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
For folks who want to help out but are not sure how to, please follow the
step by step instructions here on how to build the FlexJS SDK from the
sources:

https://cwiki.apache.org/confluence/display/FLEX/Building+FlexJS+with+Maven

Thanks,
Om

On Mon, May 1, 2017 at 10:19 AM, Greg Dove <gr...@gmail.com> wrote:

> Thanks Alex,
>
> This helps
> <targets>JS</targets>
> Still some stuff left to figure out, but that is progress. Pretty sure that
> falls into "I am hoping there is something simple that I didn't see" -
> thanks again.
>
> btw I think :
> <outputJavaScript>true</outputJavaScript>
>
> is presumably redundant in any pom.xml now, including that example. My
> reason for thinking that is that it is coming up 'red', with tooltip
> "Element outputJavaScript is not allowed here", for a local project via
> code highlighting in Intellij (which was really helpful initially to
> understand this change).
>
>
>
> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com> wrote:
>
> > I believe examples/native/ButtonExample only produces JS output.
> >
> > -Alex
> >
> > On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
> >
> > >Chris, or perhaps Alex:
> > >With the latest changes for maven, I am trying to figure out how to get
> > >the
> > >same result with maven as
> > ><outputJavascript>true</outputJavascript>
> > >
> > >which previously permitted js-only compilation so that COMPILE::JS was
> not
> > >needed in js-only target project, and it was possible to use, for
> example,
> > >var style:CSSStyleDeclaration,
> > >window['Intl'] etc
> > >outside of COMPILE::JS
> > >
> > >Is this still possible in some way after the change? I can see options
> for
> > >maven like
> > >skipAS etc, but have not figured out a combination that achieves the
> same.
> > >
> > >I am hoping there is something simple that I didn't see - I am still
> > >getting my head around using maven, (apart from finding it mostly very
> > >intuitive to 'read').
> > >If not, I can always go through the code and wrap things in COMPILE::JS,
> > >was just hoping that I don't need to do that.
> > >Thanks,
> > >Greg
> > >
> > >
> > >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
> > ><ch...@c-ware.de>
> > >wrote:
> > >
> > >> But in general, “mvn clean compile” should have worked. I even double
> > >> checked with the debugger … if the other modules are part of the build
> > >>it
> > >> would acutally resolve the artifacts from the target directories
> > >>instead of
> > >> from the maven local repo … I’ll continue investigating this.
> > >>
> > >> Chris
> > >>
> > >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <justin@classsoftware.com
> >:
> > >>
> > >>     Hi,
> > >>
> > >>     > You are running “mvn clean compile” which compiles each module
> and
> > >> created the swcs in the target directories. Unfortunately, they just
> > >>stay
> > >> there as they are not copied to your maven local repository.
> > >>
> > >>     Thanks Chris that would explain the error.
> > >>
> > >>     > To do that, you need to run “mvn clean install”. I would give
> > >>that a
> > >> try.
> > >>
> > >>     Looks like typedef is now broken as I’m getting this:
> > >>
> > >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
> > >> flexjs-typedefs-js ---
> > >>     error: patch failed: js/target/downloads/svg.js:401
> > >>     error: js/target/downloads/svg.js: patch does not apply
> > >>     [ERROR] Command execution failed.
> > >>
> > >>     I’m assume the patch file no longer matches what’s at [1]?
> > >>
> > >>     Thanks,
> > >>     Justin
> > >>
> > >>     1.
> > >>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fstorage
> > .
> > >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
> > 7C6d802edc936741aa1
> > >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
> > cee1%7C0%7C0%7C636292518959
> > >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
> > 2Fk%2Fo%3D&reser
> > >>ved=0
> > >> downloads/v2/code.google.com/closureidl/svg.js
> > >>
> > >>
> > >>
> > >>
> >
> >
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
I think I already did that yesterday … 

Chris

Am 01.05.17, 22:26 schrieb "Alex Harui" <ah...@adobe.com>:

    
    
    On 5/1/17, 10:19 AM, "Greg Dove" <gr...@gmail.com> wrote:
    >
    >btw I think :
    ><outputJavaScript>true</outputJavaScript>
    >
    >is presumably redundant in any pom.xml now,
    
    Yes, I'm pretty sure those can be removed.  Volunteers are welcome to do
    that.  I'm still chasing down other issues.
    
    Thanks,
    -Alex
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 5/1/17, 10:19 AM, "Greg Dove" <gr...@gmail.com> wrote:
>
>btw I think :
><outputJavaScript>true</outputJavaScript>
>
>is presumably redundant in any pom.xml now,

Yes, I'm pretty sure those can be removed.  Volunteers are welcome to do
that.  I'm still chasing down other issues.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Look like JS only compilation is a bit broken.

For a minimal application like so:

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:js="library://ns.apache.org/flexjs/basic">

   <js:valuesImpl>
       <js:SimpleCSSValuesImpl />
   </js:valuesImpl>

   <js:initialView>
       <js:View id="view" percentWidth="100" percentHeight="100">
           <js:Container>
               <js:Label text="Hello" />
           </js:Container>
       </js:View>
   </js:initialView>

</js:Application>

If you compile with <targets>JS</targets> you get different JS output to when you don’t specify the target.

Here’s a diff where “broken: is the JS only target.
diff -r target/javascript/bin/js-debug/Main.js broken/javascript/bin/js-debug/Main.js
12,16d11
< goog.require('org.apache.flex.core.Application');
< goog.require('org.apache.flex.core.SimpleCSSValuesImpl');
< goog.require('org.apache.flex.core.View');
< goog.require('org.apache.flex.html.Container');
< goog.require('org.apache.flex.html.Label');
Only in target/javascript/bin/js-debug: index.html
Only in target/javascript/bin/js-debug/org/apache/flex/core: ContainerBase.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: ContainerBaseStrandChildren.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: GroupBase.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: IApplicationView.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: ICSSImpl.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: IContentViewHost.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: IStrandPrivate.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: IValuesImpl.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: SimpleCSSValuesImpl.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: View.js
Only in target/javascript/bin/js-debug/org/apache/flex/core: ViewBase.js
Only in target/javascript/bin/js-debug/org/apache/flex/html: Container.js
Only in target/javascript/bin/js-debug/org/apache/flex/html: Label.js

The index.css file is also missing if it generates one.

So anyone knows why we’s missing dependancies in the JS only versions and missing the index.html file?

Thanks,
Justin




Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 5/1/17, 3:30 PM, "Greg Dove" <gr...@gmail.com> wrote:

>Thanks Alex,  I can see it in the swc, so I'm not sure what is causing the
>issue.
>I will have to revert and use the pre-dual code today, but will come back
>to it in two days to try to figure it out again, after an imminent
>deadline
>that I need to focus on.

OK.  In the js-debug output, there should be at least one file that has a
goog.require for HTMLElementWrapper, and the console should have shown
that HTMLElementWrapper got copied to js-debug.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Greg Dove <gr...@gmail.com>.
Thanks Alex,  I can see it in the swc, so I'm not sure what is causing the
issue.
I will have to revert and use the pre-dual code today, but will come back
to it in two days to try to figure it out again, after an imminent deadline
that I need to focus on.



On Tue, May 2, 2017 at 8:41 AM, Alex Harui <ah...@adobe.com> wrote:

>
>
> On 5/1/17, 1:33 PM, "Greg Dove" <gr...@gmail.com> wrote:
>
> >Just as a quick follow-up (in case anyone else is looking for the same)
> >
> >adding:
> ><classifier>js</classifier>
> >to all the swc dependencies in the pom meant I could compile the js-only
> >project. <targets>JS</targets> alone was not enough.
> >
> >However I am seeing some runtime errors with things like
> >base.js:628 goog.require could not find:
> >org.apache.flex.core.HTMLElementWrapper
>
> Unzip the SWCs and see if HTMLElementWrapper is Basic.swc and/or
> BasicJS.swc.  Basic is "new" so it may need to be added to some POMs.  The
> examples build for me, so I think I got it right in the repo.
>
> HTH,
> -Alex
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 5/1/17, 1:33 PM, "Greg Dove" <gr...@gmail.com> wrote:

>Just as a quick follow-up (in case anyone else is looking for the same)
>
>adding:
><classifier>js</classifier>
>to all the swc dependencies in the pom meant I could compile the js-only
>project. <targets>JS</targets> alone was not enough.
>
>However I am seeing some runtime errors with things like
>base.js:628 goog.require could not find:
>org.apache.flex.core.HTMLElementWrapper

Unzip the SWCs and see if HTMLElementWrapper is Basic.swc and/or
BasicJS.swc.  Basic is "new" so it may need to be added to some POMs.  The
examples build for me, so I think I got it right in the repo.

HTH,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Greg Dove <gr...@gmail.com>.
Just as a quick follow-up (in case anyone else is looking for the same)

adding:
<classifier>js</classifier>
to all the swc dependencies in the pom meant I could compile the js-only
project. <targets>JS</targets> alone was not enough.

However I am seeing some runtime errors with things like
base.js:628 goog.require could not find:
org.apache.flex.core.HTMLElementWrapper

and similar.

I'm currently trying to figure this out.


On Tue, May 2, 2017 at 5:19 AM, Greg Dove <gr...@gmail.com> wrote:

> Thanks Alex,
>
> This helps
> <targets>JS</targets>
> Still some stuff left to figure out, but that is progress. Pretty sure
> that falls into "I am hoping there is something simple that I didn't see" -
> thanks again.
>
> btw I think :
> <outputJavaScript>true</outputJavaScript>
>
> is presumably redundant in any pom.xml now, including that example. My
> reason for thinking that is that it is coming up 'red', with tooltip
> "Element outputJavaScript is not allowed here", for a local project via
> code highlighting in Intellij (which was really helpful initially to
> understand this change).
>
>
>
> On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com> wrote:
>
>> I believe examples/native/ButtonExample only produces JS output.
>>
>> -Alex
>>
>> On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
>>
>> >Chris, or perhaps Alex:
>> >With the latest changes for maven, I am trying to figure out how to get
>> >the
>> >same result with maven as
>> ><outputJavascript>true</outputJavascript>
>> >
>> >which previously permitted js-only compilation so that COMPILE::JS was
>> not
>> >needed in js-only target project, and it was possible to use, for
>> example,
>> >var style:CSSStyleDeclaration,
>> >window['Intl'] etc
>> >outside of COMPILE::JS
>> >
>> >Is this still possible in some way after the change? I can see options
>> for
>> >maven like
>> >skipAS etc, but have not figured out a combination that achieves the
>> same.
>> >
>> >I am hoping there is something simple that I didn't see - I am still
>> >getting my head around using maven, (apart from finding it mostly very
>> >intuitive to 'read').
>> >If not, I can always go through the code and wrap things in COMPILE::JS,
>> >was just hoping that I don't need to do that.
>> >Thanks,
>> >Greg
>> >
>> >
>> >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
>> ><ch...@c-ware.de>
>> >wrote:
>> >
>> >> But in general, “mvn clean compile” should have worked. I even double
>> >> checked with the debugger … if the other modules are part of the build
>> >>it
>> >> would acutally resolve the artifacts from the target directories
>> >>instead of
>> >> from the maven local repo … I’ll continue investigating this.
>> >>
>> >> Chris
>> >>
>> >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <ju...@classsoftware.com>:
>> >>
>> >>     Hi,
>> >>
>> >>     > You are running “mvn clean compile” which compiles each module
>> and
>> >> created the swcs in the target directories. Unfortunately, they just
>> >>stay
>> >> there as they are not copied to your maven local repository.
>> >>
>> >>     Thanks Chris that would explain the error.
>> >>
>> >>     > To do that, you need to run “mvn clean install”. I would give
>> >>that a
>> >> try.
>> >>
>> >>     Looks like typedef is now broken as I’m getting this:
>> >>
>> >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
>> >> flexjs-typedefs-js ---
>> >>     error: patch failed: js/target/downloads/svg.js:401
>> >>     error: js/target/downloads/svg.js: patch does not apply
>> >>     [ERROR] Command execution failed.
>> >>
>> >>     I’m assume the patch file no longer matches what’s at [1]?
>> >>
>> >>     Thanks,
>> >>     Justin
>> >>
>> >>     1.
>> >>https://na01.safelinks.protection.outlook.com/?url=https%3
>> A%2F%2Fstorage.
>> >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%7C6d
>> 802edc936741aa1
>> >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0
>> %7C636292518959
>> >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%2
>> Fk%2Fo%3D&reser
>> >>ved=0
>> >> downloads/v2/code.google.com/closureidl/svg.js
>> >>
>> >>
>> >>
>> >>
>>
>>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Greg Dove <gr...@gmail.com>.
Thanks Alex,

This helps
<targets>JS</targets>
Still some stuff left to figure out, but that is progress. Pretty sure that
falls into "I am hoping there is something simple that I didn't see" -
thanks again.

btw I think :
<outputJavaScript>true</outputJavaScript>

is presumably redundant in any pom.xml now, including that example. My
reason for thinking that is that it is coming up 'red', with tooltip
"Element outputJavaScript is not allowed here", for a local project via
code highlighting in Intellij (which was really helpful initially to
understand this change).



On Tue, May 2, 2017 at 4:42 AM, Alex Harui <ah...@adobe.com> wrote:

> I believe examples/native/ButtonExample only produces JS output.
>
> -Alex
>
> On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:
>
> >Chris, or perhaps Alex:
> >With the latest changes for maven, I am trying to figure out how to get
> >the
> >same result with maven as
> ><outputJavascript>true</outputJavascript>
> >
> >which previously permitted js-only compilation so that COMPILE::JS was not
> >needed in js-only target project, and it was possible to use, for example,
> >var style:CSSStyleDeclaration,
> >window['Intl'] etc
> >outside of COMPILE::JS
> >
> >Is this still possible in some way after the change? I can see options for
> >maven like
> >skipAS etc, but have not figured out a combination that achieves the same.
> >
> >I am hoping there is something simple that I didn't see - I am still
> >getting my head around using maven, (apart from finding it mostly very
> >intuitive to 'read').
> >If not, I can always go through the code and wrap things in COMPILE::JS,
> >was just hoping that I don't need to do that.
> >Thanks,
> >Greg
> >
> >
> >On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
> ><ch...@c-ware.de>
> >wrote:
> >
> >> But in general, “mvn clean compile” should have worked. I even double
> >> checked with the debugger … if the other modules are part of the build
> >>it
> >> would acutally resolve the artifacts from the target directories
> >>instead of
> >> from the maven local repo … I’ll continue investigating this.
> >>
> >> Chris
> >>
> >> Am 30.04.17, 23:42 schrieb "Justin Mclean" <ju...@classsoftware.com>:
> >>
> >>     Hi,
> >>
> >>     > You are running “mvn clean compile” which compiles each module and
> >> created the swcs in the target directories. Unfortunately, they just
> >>stay
> >> there as they are not copied to your maven local repository.
> >>
> >>     Thanks Chris that would explain the error.
> >>
> >>     > To do that, you need to run “mvn clean install”. I would give
> >>that a
> >> try.
> >>
> >>     Looks like typedef is now broken as I’m getting this:
> >>
> >>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
> >> flexjs-typedefs-js ---
> >>     error: patch failed: js/target/downloads/svg.js:401
> >>     error: js/target/downloads/svg.js: patch does not apply
> >>     [ERROR] Command execution failed.
> >>
> >>     I’m assume the patch file no longer matches what’s at [1]?
> >>
> >>     Thanks,
> >>     Justin
> >>
> >>     1.
> >>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstorage
> .
> >>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%
> 7C6d802edc936741aa1
> >>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636292518959
> >>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%
> 2Fk%2Fo%3D&reser
> >>ved=0
> >> downloads/v2/code.google.com/closureidl/svg.js
> >>
> >>
> >>
> >>
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
I believe examples/native/ButtonExample only produces JS output.

-Alex

On 5/1/17, 9:11 AM, "Greg Dove" <gr...@gmail.com> wrote:

>Chris, or perhaps Alex:
>With the latest changes for maven, I am trying to figure out how to get
>the
>same result with maven as
><outputJavascript>true</outputJavascript>
>
>which previously permitted js-only compilation so that COMPILE::JS was not
>needed in js-only target project, and it was possible to use, for example,
>var style:CSSStyleDeclaration,
>window['Intl'] etc
>outside of COMPILE::JS
>
>Is this still possible in some way after the change? I can see options for
>maven like
>skipAS etc, but have not figured out a combination that achieves the same.
>
>I am hoping there is something simple that I didn't see - I am still
>getting my head around using maven, (apart from finding it mostly very
>intuitive to 'read').
>If not, I can always go through the code and wrap things in COMPILE::JS,
>was just hoping that I don't need to do that.
>Thanks,
>Greg
>
>
>On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz
><ch...@c-ware.de>
>wrote:
>
>> But in general, “mvn clean compile” should have worked. I even double
>> checked with the debugger … if the other modules are part of the build
>>it
>> would acutally resolve the artifacts from the target directories
>>instead of
>> from the maven local repo … I’ll continue investigating this.
>>
>> Chris
>>
>> Am 30.04.17, 23:42 schrieb "Justin Mclean" <ju...@classsoftware.com>:
>>
>>     Hi,
>>
>>     > You are running “mvn clean compile” which compiles each module and
>> created the swcs in the target directories. Unfortunately, they just
>>stay
>> there as they are not copied to your maven local repository.
>>
>>     Thanks Chris that would explain the error.
>>
>>     > To do that, you need to run “mvn clean install”. I would give
>>that a
>> try.
>>
>>     Looks like typedef is now broken as I’m getting this:
>>
>>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
>> flexjs-typedefs-js ---
>>     error: patch failed: js/target/downloads/svg.js:401
>>     error: js/target/downloads/svg.js: patch does not apply
>>     [ERROR] Command execution failed.
>>
>>     I’m assume the patch file no longer matches what’s at [1]?
>>
>>     Thanks,
>>     Justin
>>
>>     1. 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstorage.
>>googleapis.com%2Fgoogle-code-archive-&data=02%7C01%7C%7C6d802edc936741aa1
>>c4e08d490acbcb6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636292518959
>>818809&sdata=XnKepN4BFugfoG%2BrYp3Kpsc%2F8ZGRT64IpOKGuJ0%2Fk%2Fo%3D&reser
>>ved=0
>> downloads/v2/code.google.com/closureidl/svg.js
>>
>>
>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Greg Dove <gr...@gmail.com>.
Chris, or perhaps Alex:
With the latest changes for maven, I am trying to figure out how to get the
same result with maven as
<outputJavascript>true</outputJavascript>

which previously permitted js-only compilation so that COMPILE::JS was not
needed in js-only target project, and it was possible to use, for example,
var style:CSSStyleDeclaration,
window['Intl'] etc
outside of COMPILE::JS

Is this still possible in some way after the change? I can see options for
maven like
skipAS etc, but have not figured out a combination that achieves the same.

I am hoping there is something simple that I didn't see - I am still
getting my head around using maven, (apart from finding it mostly very
intuitive to 'read').
If not, I can always go through the code and wrap things in COMPILE::JS,
was just hoping that I don't need to do that.
Thanks,
Greg


On Tue, May 2, 2017 at 2:51 AM, Christofer Dutz <ch...@c-ware.de>
wrote:

> But in general, “mvn clean compile” should have worked. I even double
> checked with the debugger … if the other modules are part of the build it
> would acutally resolve the artifacts from the target directories instead of
> from the maven local repo … I’ll continue investigating this.
>
> Chris
>
> Am 30.04.17, 23:42 schrieb "Justin Mclean" <ju...@classsoftware.com>:
>
>     Hi,
>
>     > You are running “mvn clean compile” which compiles each module and
> created the swcs in the target directories. Unfortunately, they just stay
> there as they are not copied to your maven local repository.
>
>     Thanks Chris that would explain the error.
>
>     > To do that, you need to run “mvn clean install”. I would give that a
> try.
>
>     Looks like typedef is now broken as I’m getting this:
>
>     [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @
> flexjs-typedefs-js ---
>     error: patch failed: js/target/downloads/svg.js:401
>     error: js/target/downloads/svg.js: patch does not apply
>     [ERROR] Command execution failed.
>
>     I’m assume the patch file no longer matches what’s at [1]?
>
>     Thanks,
>     Justin
>
>     1. https://storage.googleapis.com/google-code-archive-
> downloads/v2/code.google.com/closureidl/svg.js
>
>
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
But in general, “mvn clean compile” should have worked. I even double checked with the debugger … if the other modules are part of the build it would acutally resolve the artifacts from the target directories instead of from the maven local repo … I’ll continue investigating this.

Chris

Am 30.04.17, 23:42 schrieb "Justin Mclean" <ju...@classsoftware.com>:

    Hi,
    
    > You are running “mvn clean compile” which compiles each module and created the swcs in the target directories. Unfortunately, they just stay there as they are not copied to your maven local repository.
    
    Thanks Chris that would explain the error.
    
    > To do that, you need to run “mvn clean install”. I would give that a try.
    
    Looks like typedef is now broken as I’m getting this:
    
    [INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @ flexjs-typedefs-js ---
    error: patch failed: js/target/downloads/svg.js:401
    error: js/target/downloads/svg.js: patch does not apply
    [ERROR] Command execution failed.
    
    I’m assume the patch file no longer matches what’s at [1]?
    
    Thanks,
    Justin
    
    1. https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> You are running “mvn clean compile” which compiles each module and created the swcs in the target directories. Unfortunately, they just stay there as they are not copied to your maven local repository.

Thanks Chris that would explain the error.

> To do that, you need to run “mvn clean install”. I would give that a try.

Looks like typedef is now broken as I’m getting this:

[INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @ flexjs-typedefs-js ---
error: patch failed: js/target/downloads/svg.js:401
error: js/target/downloads/svg.js: patch does not apply
[ERROR] Command execution failed.

I’m assume the patch file no longer matches what’s at [1]?

Thanks,
Justin

1. https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Justin,

I think I found the problem … It took me a while to notice, but I think I found what’s going wrong.

You are running “mvn clean compile” which compiles each module and created the swcs in the target directories. Unfortunately, they just stay there as they are not copied to your maven local repository. To do that, you need to run “mvn clean install”. I would give that a try.

Chris


Am 30.04.17, 00:29 schrieb "Justin Mclean" <ju...@classsoftware.com>:

    Hi,
    
    > I just tried dual Falcon and SDK - everything build fine. Maybe try again 
    
    Tried again and still no luck, here's full debug output:
    
    https://paste.apache.org/0E5G
    
    Thanks,
    Justin
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
"mvn clean install" works for me on Mac

-Alex

On 4/29/17, 10:56 PM, "piotrz" <pi...@gmail.com> wrote:

>Maybe that something specific to Mac, I'm using windows.
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61420.html&data=02%7C01%7C%7C9a76dc47b7a14a232a5208d48f8f39a9%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636291292722335616&sdata=HL2x
>zyEIPnD5LdS5hv%2FYA8rtGpfoj1iR1PyXceN0nTE%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Maybe that something specific to Mac, I'm using windows.



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61420.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> I just tried dual Falcon and SDK - everything build fine. Maybe try again 

Tried again and still no luck, here's full debug output:

https://paste.apache.org/0E5G

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Justin,

I just tried dual Falcon and SDK - everything build fine. Maybe try again -
it look like problem with downloading something and if you could post whole
output from console on paste.apache.org.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61417.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

I just looked at the dual branch and it failing to compile via mvn. Is this a known issue or just broken for me?

[INFO] Apache Flex - FlexJS: Framework: Parent ............ SUCCESS [  0.396 s]
[INFO] Apache Flex - FlexJS: Framework .................... SUCCESS [  0.019 s]
[INFO] Apache Flex - FlexJS: Framework: Fonts ............. SUCCESS [  1.205 s]
[INFO] Apache Flex - FlexJS: Framework: Libs .............. SUCCESS [  0.240 s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Core ........ SUCCESS [  4.707 s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Binding ..... FAILURE [  0.039 s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Collections . SKIPPED

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project Binding: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
[ERROR] ----------
[ERROR] 1) org.apache.flex.flexjs.framework:Core:swc:js:0.8.0-SNAPSHOT
[ERROR] 
[ERROR] Try downloading the file manually from the project website.

I think it would be good to get this working before merging.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/28/17, 12:27 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Hi Alex,
>
>For the FlexJS summit it would be super-awesome if we could have the
>combined swcs feature. I think it would make at least the Maven build
>super-trivial. 
>Would this be a big thing to implement, now that you’re finished with the
>preparations?

Hi Christofer,

I'm not nearly done with preparations.  I think there will be enough bugs
to fix that we'll be lucky to get the release approved by the FlexJS
Summit with the feature set we have.  I also want to finish up the Cordova
Publisher first (in a non-release branch) as it may help me remain a
full-time contributor to this project.

However, the combined swcs feature might be a good thing to work on while
your only 3 hours ahead of me instead of the usual 8 or 9, so it could be
something we work on during the summit.

Thoughts?
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Alex,

For the FlexJS summit it would be super-awesome if we could have the combined swcs feature. I think it would make at least the Maven build super-trivial. 
Would this be a big thing to implement, now that you’re finished with the preparations?

Chris

Am 28.04.17, 09:05 schrieb "Alex Harui" <ah...@adobe.com>:

    
    
    On 4/27/17, 12:56 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
    
    >I finally had a chance to give the "dual" branch a try with some of my
    >projects. Things seem to be working well for me!
    
    Thanks for trying it.  I've just finished getting FlexJSStore's first
    screen to look like it should.  I will be poking at more examples tomorrow
    then I will push dual to develop on Sunday night unless I hear objections
    or run into issues.
    
    Thanks,
    -Alex
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/27/17, 12:56 PM, "Josh Tynjala" <jo...@gmail.com> wrote:

>I finally had a chance to give the "dual" branch a try with some of my
>projects. Things seem to be working well for me!

Thanks for trying it.  I've just finished getting FlexJSStore's first
screen to look like it should.  I will be poking at more examples tomorrow
then I will push dual to develop on Sunday night unless I hear objections
or run into issues.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I finally had a chance to give the "dual" branch a try with some of my
projects. Things seem to be working well for me!

- Josh

On Fri, Apr 21, 2017 at 9:54 PM, Alex Harui <ah...@adobe.com> wrote:

> Hi,
>
> It's been six months or so since 0.7.0 and it would be nice to get a new
> release out before/at ApacheCon.
>
> I have just seen the dual branch build successfully for both Ant and Maven
> when merged with the develop branch as of yesterday.  DataBindingExample
> works ok, there are some sizing issues, and I will be going through the
> other examples and tuning them up.  In the mean time, it would be great
> for folks to poke at the dual branch before I merge it into develop.
>
> Once dual is merged with develop, I'll create the release branch and
> release builds.
>
> The only other "must do" I know of is to make sure we've removed the
> dependency on org.json.
>
> What else do we need to get done before we release 0.8.0?
>
> Thanks,
> -Alex
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/11/17, 1:05 AM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> This stuff is so non-important.
>
>I disagree. This stuff is important. ASF takes licensing seriously.
>People use our software because of that.

Remember that we have learned from legal-discuss that we can use trust and
intent of our upstream providers.  I believe the vast majority of the PMC
wants to do so.  Not all issues are of equal importance, just like in
code.  It is great when you find the big issues, especially if you take
the advice of experienced ASF members and watch the commits.

Every action we take, every email we write, should be done with
consideration of how it helps our community grow.  Sure, sometimes that
means doing something to follow policy and uphold the ASF's and the
project's reputation, but otherwise we should be making it appear that it
is fun and easy to contribute to Apache Flex and someday be a PMC member
and release manager.

It is the intent of the CreateJS community to share their code, otherwise
they wouldn't have put it up on GitHub with a permissive license.  It is
the intent of every author of an Externs file to help that library's
community share their code, but it turns out that the creation of an
Extern strips all copyrightable material from the original source.  But in
the 0.7.0 release, there were still copyrightable comments in the file.
People will not stop using Apache Flex or Apache software if someone
points that out.  It could have waited several releases, just like we will
defer some bugs several releases.  Mistakes happen, trust will not go away
from a single well-intended mistake.


>
>If this is so unimportant why are you not letting make changes and have
>gone as far as to say you will veto changes?
>
>> Why must we keep spending time on this?
>
>Because unresolved issues in previous releases and licensing issue need
>be addressed by the PMC as per ASF policy.
>
>There is a really easy fix that make this at worse a documentation issue
>rather than a licensing one why are you so reluctant to fix this?

This is so frustrating.  The answer is because it isn't broken.  There is
nothing to fix.  The creation of the list resulted in a file of
non-copyrightable material.  That's why I went and tried to make sure all
copyrightable comments were removed.  Do you agree with legal-discuss that
such a list is non-copyrightable?

If it is non-copyrightable, why would you put an MIT header with someone
else's copyright on it?  That is not logical to me.  Doing so would create
a licensing error.  What we have now is at worst a documentation error.

Now I did add a few lines to the top to mark the file as an Externs file.
IMO, this file either needs the ASF header or no header, but certainly not
someone else's MIT header.

It is time to get a release out.
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Dave Fisher <da...@comcast.net>.
Hi Justin,

I’ve followed this issue mostly on legal-discuss. Let’s not let the perfect be the enemy of the good.

If you will be at Apachecon in Miami next week I would like to discuss this licensing disagreement with you face to face with or without adult beverages. I arrive Monday evening and leave Friday morning.

Regards,
Dave

> On May 11, 2017, at 1:05 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> 
> Hi,
> 
>> This stuff is so non-important.
> 
> I disagree. This stuff is important. ASF takes licensing seriously. People use our software because of that.
> 
> If this is so unimportant why are you not letting make changes and have gone as far as to say you will veto changes?
> 
>> Why must we keep spending time on this?
> 
> Because unresolved issues in previous releases and licensing issue need be addressed by the PMC as per ASF policy.
> 
> There is a really easy fix that make this at worse a documentation issue rather than a licensing one why are you so reluctant to fix this?
> 
> Thanks,
> Justin


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Harbs <ha...@gmail.com>.
He already explained that he can’t do it the way you wanted.

There are no legal issues currently. Let’s just move on with the release.

> On May 11, 2017, at 11:05 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> 
> why are you so reluctant to fix this?


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> This stuff is so non-important.

I disagree. This stuff is important. ASF takes licensing seriously. People use our software because of that.

If this is so unimportant why are you not letting make changes and have gone as far as to say you will veto changes?

> Why must we keep spending time on this?

Because unresolved issues in previous releases and licensing issue need be addressed by the PMC as per ASF policy.

There is a really easy fix that make this at worse a documentation issue rather than a licensing one why are you so reluctant to fix this?

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

I just wanted to have issue resolved, but from your post look like it is
resolved. I hope we will have our release before our summit.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61546.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/10/17, 11:37 PM, "piotrz" <pi...@gmail.com> wrote:

>Hi Justin,
>
>I think we should continue this discuss here. Would it be possible if you
>do
>those changes with MIT header?

No, please do not give Justin permission to make unwarranted changes.
We've already wasted too much time on these non-important issues.

Let's be clear on what issues remain.

There was an minor issue with two dependencies not having MIT headers in
their source files.  No changes were warranted.  However, I believe Justin
has already made the changes for this.

There was an issue where Justin believed incorrectly that all of our
.patch files needed ASF headers.  This was apparently incorrect advice and
I have removed the headers.

There was an issue where Justin believed incorrectly that the CreateJS
externs were a derivative work. They are not. Thus the createjs.js file
does not need the CreateJS header.

This stuff is so non-important.  Why must we keep spending time on this?
There are so many more important things to work on.  In the time and
energy spent on this, we could have made much headway on AMF support, had
more active committers, produced more documentation, merged the JS and SWF
SWCs into one.

Let's focus on what is important and get a release out.  Does focusing on
this stuff make you want to be a committer on this project?  Or a release
manager?  This is why I only try two releases a year.  It is way too
wasteful of our time and energy.

It is time to get a release out.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Harbs <ha...@gmail.com>.
That’s not the the correct thing to do once Alex manually created the list.

There’s no need to do anything at this point.

> On May 11, 2017, at 9:37 AM, piotrz <pi...@gmail.com> wrote:
> 
> Hi Justin,
> 
> I think we should continue this discuss here. Would it be possible if you do
> those changes with MIT header? I would do this but unfortunately I'm not
> sure what is all about in 100%. 
> 
> Piotr
> 
> 
> 
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61543.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Justin,

I think we should continue this discuss here. Would it be possible if you do
those changes with MIT header? I would do this but unfortunately I'm not
sure what is all about in 100%. 

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61543.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I can run the approval scripts successfully. I'm ready for an RC.

- Josh

On Thu, May 11, 2017 at 3:34 PM, Alex Harui <ah...@adobe.com.invalid>
wrote:

> Approval scripts seem to be ok for falcon and flexjs.  I've just pushed
> some changes so give an hour or so for CI to catch up.
>
> To use them,
> -create a new folder,
> -copy the ApproveFalcon or ApproveFlexJS script from the release0.8.0
> branch to that folder.
> -set up your environment variables per the README.
> -run Ant -e -f <name of approval script> -Drelease.version=0.8.0.
>
> Folks expecting to vote on this release should be examining the release
> branch builds.  When I hear two more folks have done so and think things
> are ok to ship, I will create an official RC.  IMO, we need to start the
> vote by Sunday in order to give the 72 hours and get some propagation on
> the mirrors before the Summit.  So, if you want to announce the release
> for the summit, please help by making sure we are ready to start the vote
> on Sunday, whether you use these scripts or not.
>
> https://cwiki.apache.org/confluence/display/FLEX/
> Release+Manager+and+Releas
> e+Voter+Ant+Scripts
>
> Thanks,
> -Alex
>
> On 5/11/17, 12:20 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
> >Release branches built.  I added them to the Installer (FlexJS
> >ReleaseBranch).  Give it a try and report issues.
> >
> >I'm still checking approval scripts but have to stop for tonight.
> >
> >-Alex
> >
> >On 5/10/17, 4:02 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
> >
> >>Release branches have been cut.  CI is trying to build them.  Please put
> >>changes you want in the release in the release0.8.0 branches for
> >>flex-falcon and flex-asjs.
> >>
> >>-Alex
> >>
> >>On 5/9/17, 9:35 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
> >>
> >>>
> >>>
> >>>On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:
> >>>
> >>>>What hold us with moving forward with this?
> >>>
> >>>I'm playing around with how library-path works.
> >>>
> >>>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Flists.a
> >>>p
> >>>a
> >>>che.org%2Fthread.html%2F16c293b00937227175b08070a7b1
> eb62d45cd8&data=02%7
> >>>C
> >>>0
> >>>1%7C%7C82d819473d794aa1ff6b08d4975e074d%7Cfa7b1b5a7b34438794aed2c178de
> ce
> >>>e
> >>>1
> >>>%7C0%7C0%7C636299877490843060&sdata=NHGVs1fdepBeSpiUZZwCfAhgrICy1f
> SkkGP4
> >>>B
> >>>1
> >>>tHxQ8%3D&reserved=0
> >>>5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E
> >>>
> >>>I'm hoping to cut the release branch on my Wednesday.
> >>>
> >>>-Alex
> >>>
> >>
> >
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
What options are you giving to Maven?  If I just go to
examples/flexjs/FlexJSStore and run "mvn clean install" I only get a
js-debug.

Thanks,
-Alex

On 5/12/17, 3:31 AM, "piotrz" <pi...@gmail.com> wrote:

>Hi Carlos,
>
>Long time no see! :) +1 for that - I can live with double swc in
>distribution, but no resources in js-release is not a good impresion... :/
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61565.html&data=02%7C01%7C%7Ceefc2f792e364319656d08d49923dd6a%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636301826694078778&sdata=oDGj
>tKP5D8L2NB%2BxRSXpriqARg5d%2FKsL0bI1%2BG%2BzT7o%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Carlos,

Long time no see! :) +1 for that - I can live with double swc in
distribution, but no resources in js-release is not a good impresion... :/

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61565.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Carlos Rovira <ca...@codeoscopic.com>.
Hi,

sorry if this is already considered already, but I was trying to catch up
with the changes and saw that after the dual branch change, we are
generating in the examples both "js-debug" and "js-release". But the last
one doe not get the "assets" folder copied like in the debug version.
I think we should get this little point solved since maybe it could be
frustrating for people coming to flexjs don't see the assets in release
version. Of course I'm talking of maven build process

What do you think?



2017-05-12 9:05 GMT+02:00 Alex Harui <ah...@adobe.com.invalid>:

> Installer scripts have been updated to handle AIR 24 and greater.  Should
> finish building in about an hour.
>
> We will have the same problems with AIR 24 and greater on Windows as the
> regular Flex SDK.  We could think about skipping the MD5 check on Windows.
>  I think that's what causes the out of memory.  Thoughts?
>
> -Alex
>
> On 5/11/17, 3:34 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
> >Approval scripts seem to be ok for falcon and flexjs.  I've just pushed
> >some changes so give an hour or so for CI to catch up.
> >
> >To use them,
> >-create a new folder,
> >-copy the ApproveFalcon or ApproveFlexJS script from the release0.8.0
> >branch to that folder.
> >-set up your environment variables per the README.
> >-run Ant -e -f <name of approval script> -Drelease.version=0.8.0.
> >
> >Folks expecting to vote on this release should be examining the release
> >branch builds.  When I hear two more folks have done so and think things
> >are ok to ship, I will create an official RC.  IMO, we need to start the
> >vote by Sunday in order to give the 72 hours and get some propagation on
> >the mirrors before the Summit.  So, if you want to announce the release
> >for the summit, please help by making sure we are ready to start the vote
> >on Sunday, whether you use these scripts or not.
> >
> >https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fcwiki.apa
> >che.org%2Fconfluence%2Fdisplay%2FFLEX%2FRelease%
> 2BManager%2Band%2BReleas&d
> >ata=02%7C01%7C%7C96ec0653d9a048b66c5408d498bd
> f7e2%7Cfa7b1b5a7b34438794aed2
> >c178decee1%7C0%7C0%7C636301389059269205&sdata=
> LqcLl9Uu1NrK%2Fv0ZUS3BEjEGGh
> >17I53aKBrplUxl1tk%3D&reserved=0
> >e+Voter+Ant+Scripts
> >
> >Thanks,
> >-Alex
> >
> >On 5/11/17, 12:20 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
> >
> >>Release branches built.  I added them to the Installer (FlexJS
> >>ReleaseBranch).  Give it a try and report issues.
> >>
> >>I'm still checking approval scripts but have to stop for tonight.
> >>
> >>-Alex
> >>
> >>On 5/10/17, 4:02 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
> >>
> >>>Release branches have been cut.  CI is trying to build them.  Please put
> >>>changes you want in the release in the release0.8.0 branches for
> >>>flex-falcon and flex-asjs.
> >>>
> >>>-Alex
> >>>
> >>>On 5/9/17, 9:35 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
> >>>
> >>>>
> >>>>
> >>>>On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:
> >>>>
> >>>>>What hold us with moving forward with this?
> >>>>
> >>>>I'm playing around with how library-path works.
> >>>>
> >>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists
> .
> >>>>a
> >>>>p
> >>>>a
> >>>>che.org%2Fthread.html%2F16c293b00937227175b08070a7b1
> eb62d45cd8&data=02%
> >>>>7
> >>>>C
> >>>>0
> >>>>1%7C%7C82d819473d794aa1ff6b08d4975e074d%7Cfa7b1b5a7b34438794aed2c178de
> c
> >>>>e
> >>>>e
> >>>>1
> >>>>%7C0%7C0%7C636299877490843060&sdata=NHGVs1fdepBeSpiUZZwCfAhgrICy1f
> SkkGP
> >>>>4
> >>>>B
> >>>>1
> >>>>tHxQ8%3D&reserved=0
> >>>>5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E
> >>>>
> >>>>I'm hoping to cut the release branch on my Wednesday.
> >>>>
> >>>>-Alex
> >>>>
> >>>
> >>
> >
>
>


-- 

<http://www.codeoscopic.com>

Carlos Rovira

Director General

M: +34 607 22 60 05

http://www.codeoscopic.com

http://www.avant2.es


Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Installer scripts have been updated to handle AIR 24 and greater.  Should
finish building in about an hour.

We will have the same problems with AIR 24 and greater on Windows as the
regular Flex SDK.  We could think about skipping the MD5 check on Windows.
 I think that's what causes the out of memory.  Thoughts?

-Alex

On 5/11/17, 3:34 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Approval scripts seem to be ok for falcon and flexjs.  I've just pushed
>some changes so give an hour or so for CI to catch up.
>
>To use them, 
>-create a new folder,
>-copy the ApproveFalcon or ApproveFlexJS script from the release0.8.0
>branch to that folder.
>-set up your environment variables per the README.
>-run Ant -e -f <name of approval script> -Drelease.version=0.8.0.
>
>Folks expecting to vote on this release should be examining the release
>branch builds.  When I hear two more folks have done so and think things
>are ok to ship, I will create an official RC.  IMO, we need to start the
>vote by Sunday in order to give the 72 hours and get some propagation on
>the mirrors before the Summit.  So, if you want to announce the release
>for the summit, please help by making sure we are ready to start the vote
>on Sunday, whether you use these scripts or not.
>
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apa
>che.org%2Fconfluence%2Fdisplay%2FFLEX%2FRelease%2BManager%2Band%2BReleas&d
>ata=02%7C01%7C%7C96ec0653d9a048b66c5408d498bdf7e2%7Cfa7b1b5a7b34438794aed2
>c178decee1%7C0%7C0%7C636301389059269205&sdata=LqcLl9Uu1NrK%2Fv0ZUS3BEjEGGh
>17I53aKBrplUxl1tk%3D&reserved=0
>e+Voter+Ant+Scripts
>
>Thanks,
>-Alex
>
>On 5/11/17, 12:20 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
>>Release branches built.  I added them to the Installer (FlexJS
>>ReleaseBranch).  Give it a try and report issues.
>>
>>I'm still checking approval scripts but have to stop for tonight.
>>
>>-Alex
>>
>>On 5/10/17, 4:02 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>
>>>Release branches have been cut.  CI is trying to build them.  Please put
>>>changes you want in the release in the release0.8.0 branches for
>>>flex-falcon and flex-asjs.
>>>
>>>-Alex
>>>
>>>On 5/9/17, 9:35 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>>
>>>>
>>>>
>>>>On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:
>>>>
>>>>>What hold us with moving forward with this?
>>>>
>>>>I'm playing around with how library-path works.
>>>>
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.
>>>>a
>>>>p
>>>>a
>>>>che.org%2Fthread.html%2F16c293b00937227175b08070a7b1eb62d45cd8&data=02%
>>>>7
>>>>C
>>>>0
>>>>1%7C%7C82d819473d794aa1ff6b08d4975e074d%7Cfa7b1b5a7b34438794aed2c178dec
>>>>e
>>>>e
>>>>1
>>>>%7C0%7C0%7C636299877490843060&sdata=NHGVs1fdepBeSpiUZZwCfAhgrICy1fSkkGP
>>>>4
>>>>B
>>>>1
>>>>tHxQ8%3D&reserved=0
>>>>5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E
>>>>
>>>>I'm hoping to cut the release branch on my Wednesday.
>>>>
>>>>-Alex
>>>>
>>>
>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Approval scripts seem to be ok for falcon and flexjs.  I've just pushed
some changes so give an hour or so for CI to catch up.

To use them, 
-create a new folder,
-copy the ApproveFalcon or ApproveFlexJS script from the release0.8.0
branch to that folder.
-set up your environment variables per the README.
-run Ant -e -f <name of approval script> -Drelease.version=0.8.0.

Folks expecting to vote on this release should be examining the release
branch builds.  When I hear two more folks have done so and think things
are ok to ship, I will create an official RC.  IMO, we need to start the
vote by Sunday in order to give the 72 hours and get some propagation on
the mirrors before the Summit.  So, if you want to announce the release
for the summit, please help by making sure we are ready to start the vote
on Sunday, whether you use these scripts or not.

https://cwiki.apache.org/confluence/display/FLEX/Release+Manager+and+Releas
e+Voter+Ant+Scripts

Thanks,
-Alex

On 5/11/17, 12:20 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Release branches built.  I added them to the Installer (FlexJS
>ReleaseBranch).  Give it a try and report issues.
>
>I'm still checking approval scripts but have to stop for tonight.
>
>-Alex
>
>On 5/10/17, 4:02 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
>>Release branches have been cut.  CI is trying to build them.  Please put
>>changes you want in the release in the release0.8.0 branches for
>>flex-falcon and flex-asjs.
>>
>>-Alex
>>
>>On 5/9/17, 9:35 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>
>>>
>>>
>>>On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:
>>>
>>>>What hold us with moving forward with this?
>>>
>>>I'm playing around with how library-path works.
>>>
>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.a
>>>p
>>>a
>>>che.org%2Fthread.html%2F16c293b00937227175b08070a7b1eb62d45cd8&data=02%7
>>>C
>>>0
>>>1%7C%7C82d819473d794aa1ff6b08d4975e074d%7Cfa7b1b5a7b34438794aed2c178dece
>>>e
>>>1
>>>%7C0%7C0%7C636299877490843060&sdata=NHGVs1fdepBeSpiUZZwCfAhgrICy1fSkkGP4
>>>B
>>>1
>>>tHxQ8%3D&reserved=0
>>>5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E
>>>
>>>I'm hoping to cut the release branch on my Wednesday.
>>>
>>>-Alex
>>>
>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Release branches built.  I added them to the Installer (FlexJS
ReleaseBranch).  Give it a try and report issues.

I'm still checking approval scripts but have to stop for tonight.

-Alex

On 5/10/17, 4:02 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Release branches have been cut.  CI is trying to build them.  Please put
>changes you want in the release in the release0.8.0 branches for
>flex-falcon and flex-asjs.
>
>-Alex
>
>On 5/9/17, 9:35 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
>>
>>
>>On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:
>>
>>>What hold us with moving forward with this?
>>
>>I'm playing around with how library-path works.
>>
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.ap
>>a
>>che.org%2Fthread.html%2F16c293b00937227175b08070a7b1eb62d45cd8&data=02%7C
>>0
>>1%7C%7C82d819473d794aa1ff6b08d4975e074d%7Cfa7b1b5a7b34438794aed2c178decee
>>1
>>%7C0%7C0%7C636299877490843060&sdata=NHGVs1fdepBeSpiUZZwCfAhgrICy1fSkkGP4B
>>1
>>tHxQ8%3D&reserved=0
>>5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E
>>
>>I'm hoping to cut the release branch on my Wednesday.
>>
>>-Alex
>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Release branches have been cut.  CI is trying to build them.  Please put
changes you want in the release in the release0.8.0 branches for
flex-falcon and flex-asjs.

-Alex

On 5/9/17, 9:35 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>
>
>On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:
>
>>What hold us with moving forward with this?
>
>I'm playing around with how library-path works.
>
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apa
>che.org%2Fthread.html%2F16c293b00937227175b08070a7b1eb62d45cd8&data=02%7C0
>1%7C%7C82d819473d794aa1ff6b08d4975e074d%7Cfa7b1b5a7b34438794aed2c178decee1
>%7C0%7C0%7C636299877490843060&sdata=NHGVs1fdepBeSpiUZZwCfAhgrICy1fSkkGP4B1
>tHxQ8%3D&reserved=0
>5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E
>
>I'm hoping to cut the release branch on my Wednesday.
>
>-Alex
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:

>What hold us with moving forward with this?

I'm playing around with how library-path works.

https://lists.apache.org/thread.html/16c293b00937227175b08070a7b1eb62d45cd8
5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E

I'm hoping to cut the release branch on my Wednesday.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
What hold us with moving forward with this? 

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61527.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
yishayw wrote
> One think I noticed is that TLF.swc and Text.swc are missing from
> flex-asjs\frameworks\libs\

Without these I can't get our app to work on the current dev version, which
is a test worth running prior to release in my opinion.




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61606.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Sure



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: piotrz <pi...@gmail.com>
Datum: 17.05.17 12:18 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Chris,

Maybe your stuff which you committed to develop this morning can landed to
this branch? What do you think?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61677.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

Maybe your stuff which you committed to develop this morning can landed to
this branch? What do you think?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61677.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
We are supposed to cut RCs from the release branch.  Folks are supposed to
make last minute changes to the release branch.  It is risky to merge from
develop into a release branch, so it would be better if the folks who made
commits to develop determine if they want their changes to go out in this
release and revert from develop and commit to release.  Or study the logs
and make sure nothing else got committed to develop that shouldn't go in
release and do the merge.

Peter and I are still chasing down bugs in the examples.  I don't imagine
cutting before the end of Friday, and it would require folks like you to
say that they've examined the bits and they are ready.  So far, only Josh
has given a thumbs up.  I took my thumb back down after Yishay found all
of those problems with FB integration and I started seeing issues in the
examples.

Thanks,
-Alex

On 5/18/17, 8:12 PM, "piotrz" <pi...@gmail.com> wrote:

>Hi Alex,
>
>There are couple of minor commits in develop - In what state is this
>branch
>? I don't see any problems with merging them to release, but maybe I don't
>have enough knowledge. Do you expect something in those branch or are you
>going to cut release ?
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61688.html&data=02%7C01%7C%7C4355f3d21cc64ba8e17808d49e66b2fa%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636307611309291129&sdata=mjJ%
>2BHR2dX1hC17tyij7r93PT4BiyLqw2qx5pX9ocLNs%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

There are couple of minor commits in develop - In what state is this branch
? I don't see any problems with merging them to release, but maybe I don't
have enough knowledge. Do you expect something in those branch or are you
going to cut release ?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61688.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Looks like CI build was indeed the issue. Error went away after reinstalling.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61711.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
You're right, changes are indeed reflected. I couldn't see my new bead in the
project, but that was because I didn't add it via FB. If I had, FB would
have added an entry under .flexLibProperties such as 

  <includeClasses>
    <classEntry path="org.apache.flex.html.beads.Test"/>
  </includeClasses>

and Test would have been visible to my test app.

You still need to add org.apache.flex.html.beads.Test to project manifest
file, and copy that file to FLEXJS_HOME in order to see that file in MXML.
FB won't do that for you.

I made the changes we discussed to flex-config-template.xml and
air-config-template.xml.






--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61733.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

I examined couple of examples and from my sight I have one issue in MDL
DropDownList which would like to resolve. I hope to get it ready today. 

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61727.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

I think that we should have your fixes from develop. I just got report from
someone who tried build flexjs on clean pc and without your fixes failed on
this font problems.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61829.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Chris,

Can you try to do two buildings:

1) Where <targets>SWF</targets>
2) Where <targets>JSFlex</targets>

Just to expose which one is actually have problems.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61837.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by sankar <sa...@gmail.com>.
Alex Harui-2 wrote
> I can still run Ant in a particular SWC folder, but it does require that
> you build any dependent SWCs first.  The output you link to seems to
> indicate the the Core.swc hasn't been built yet.  I normally just run Ant
> from the top-level and build all of the SWCs and then building individual
> SWCs works for me.

Hi Alex,

This turned out a silly mistake of my only. I downloaded latest source but
didn't a complete build. Once I done that and it produced all the SWCs, Ant
build to individual SWCs started working again!

Sorry for this silly trouble. 


Thanks!



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61909.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Santanu,

I can still run Ant in a particular SWC folder, but it does require that
you build any dependent SWCs first.  The output you link to seems to
indicate the the Core.swc hasn't been built yet.  I normally just run Ant
from the top-level and build all of the SWCs and then building individual
SWCs works for me.

HTH,
-Alex

On 5/25/17, 6:29 AM, "sankar" <sa...@gmail.com> wrote:

>Hi Alex,
>
>I noticed some problem with Ant in newer release branch as well. I
>discussed
>this with Piotr, and we decided to report it at here.
>
>This is my repository folder structure mainly:
><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>ex-development.2333347.n4.nabble.com%2Ffile%2Fn61890%2FUntitled.png&data=0
>2%7C01%7C%7Cce67601753d04937c9c008d4a3740ad4%7Cfa7b1b5a7b34438794aed2c178d
>ecee1%7C0%7C0%7C636313166169950838&sdata=dIP9YPnwaXbKRZfs3bS8RJtvW6UgixlS0
>bknQ%2B%2F5MgE%3D&reserved=0>
>
>Previously, if I wanted to build any particular framework SWC, I used to
>navigate to the folder and run Ant; i.e.
>- navigate to flex-asjs/frameworks/projects/Collections
>- run 'ant'
>
>This way I able to build a particular SWC other than building complete Ant
>build process for flex-asjs. This is time saving.
>
>With this release branch, I'm continue getting errors doing so. Here is an
>example of such, when I tried to run Ant inside
>'frameworks/projects/Collections' folder:
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkobra.io%
>2F%23%2Fe%2F-KkzptE27OQeRFuK9Hjd&data=02%7C01%7C%7Cce67601753d04937c9c008d
>4a3740ad4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313166169950838&
>sdata=mD5FVTPaXvB1cgYOjdt4EDCBh7cypA0r5aNCmGtZnTA%3D&reserved=0
>
>Thanks!
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61890.html&data=02%7C01%7C%7Cce67601753d04937c9c008d4a3740ad4%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313166169950838&sdata=9JWz
>p2iV5FvKO8sXgEXJaY%2Br3STo695HYQu91cXVZfw%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by sankar <sa...@gmail.com>.
Hi Alex,

I noticed some problem with Ant in newer release branch as well. I discussed
this with Piotr, and we decided to report it at here. 

This is my repository folder structure mainly:
<http://apache-flex-development.2333347.n4.nabble.com/file/n61890/Untitled.png> 

Previously, if I wanted to build any particular framework SWC, I used to
navigate to the folder and run Ant; i.e.
- navigate to flex-asjs/frameworks/projects/Collections
- run 'ant'

This way I able to build a particular SWC other than building complete Ant
build process for flex-asjs. This is time saving. 

With this release branch, I'm continue getting errors doing so. Here is an
example of such, when I tried to run Ant inside
'frameworks/projects/Collections' folder:
https://kobra.io/#/e/-KkzptE27OQeRFuK9Hjd

Thanks!



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61890.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I went through the build.xml script in root folder of FlexJS and I see in
target "check-typedefs-home".
I think this lines may need fix:

<available file="${basedir}/js/target/js.swc"
        type="file"
        property="FLEXJS_TYPEDEFS_HOME"
        value="${basedir}"/>

to

<available file="${basedir}js/libs/js.swc"
        type="file"
        property="FLEXJS_TYPEDEFS_HOME"
        value="${basedir}"/>

Since I don't need in my system FLEXJS_TYPEDEFS_HOME I should have js.swc in
downloaded by ApproveFlexJS.xml script folder apache-flex-flexjs-0.8.0-bin,
but there is no js/libs/js.swc nor such "/flex-typedefs/js/target/js.swc"
(This path exists in downloaded bins by Apache Flex Installer, but there is
also no js.swc).

The only place where js.swc exists is folder js\libs\js.swc which is part of
downloaded by Apache Flex Installer FlexJS bins.

Piotr





-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61903.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Josh,

I just checked ApproveFalcon.xml and indeed it has in
apache-flex-falconjx-0.8.0-bin\js\libs\js.swc. Hmm...So in general path
should be different, but also I need to have FALCONJX_HOME in system.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61901.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

I've pushed changes but build is failing and it look like it is not caused
by fix. 

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61927.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I was able to reproduce this issue with fontkit. Currently my workaround
which I'm recommending is commented out here "distribution\pom.xml" this
dependency whoever experience this issue. 

 

But that's for sure not the solution. In general I don't think about it as
an bloker.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61925.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
When I did copy of "distribution" and "archetypes" folder manually to srouces
downloaded by ApprovalFlexJS.xml script build by Maven went smoothly. - If
there won't be objections I will try to find the way how to put those
folders to sources.



The last thing which I will try to reproduce is some problems with Maven
build reported to me by Santanu: 

""Failed to execute goal on project distribution: Could not resolve depend 
encies for project
org.apache.flex.flexjs.framework:distribution:pom:0.8.0-SNAPS 
HOT: Failure to find com.adobe:fontkit:jar:1.0 in
https://repository.apache.org/
content/repositories/releases was cached in the local repository, resolution
wil 
l not be reattempted until the update interval of apache-release has elapsed
or" "

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61924.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Josh,

That's a good point! Could you please add that information ? If not I will
do this but much later today.

Thanks!
Piotr 



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61940.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
Isn't this going to be the first release of FlexJS that includes MDL and
Express? Both of these new component sets are a pretty big deal. Let's make
sure that they get proper recognition in the RELEASE_NOTES!

- Josh

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Chris,

Thank you for reminding me - I didn't connect it. It one of our major point
on the road to 1.0 as I think:

"7) Fontkit library port (Jira) -
https://github.com/StuartMacKay/transform-swf"

I will raise jira for this one soon.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61932.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
It was used to compile fonts to swf resources so they can be loaded in the flash applications.
We need a replacement for that, but I think we can do without. Especially as Sourceforge and the US export restrictions seem to be causing pain.
I think commenting it out is a valid option.

Chris

Am 29.05.17, 08:16 schrieb "piotrz" <pi...@gmail.com>:

    Hi Alex,
    
    It look like my fix is working for copying distribution and archetypes.
    
    The last thing which is still open is that issue with Maven distribution
    build where it's failing cause of problems with downloading fontkit.
    Workaround is commenting out. 
    
    What actually fontkit is ? Anyone is using it ?
    
      
    
    Thanks, Piotr
    
    
    
    -----
    Apache Flex PMC
    piotrzarzycki21@gmail.com
    --
    View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61930.html
    Sent from the Apache Flex Development mailing list archive at Nabble.com.
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

It look like my fix is working for copying distribution and archetypes.

The last thing which is still open is that issue with Maven distribution
build where it's failing cause of problems with downloading fontkit.
Workaround is commenting out. 

What actually fontkit is ? Anyone is using it ?

  

Thanks, Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61930.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/27/17, 3:52 AM, "piotrz" <pi...@gmail.com> wrote:

>I thought that I will try to build Maven distribution package from sources
>which were downloaded by ApprovalFlexJS.xml script, but realize that there
>is no "distribution" [1] folder there. I think sources should contains
>that
>folder - Any objections for adding it ?

If you can do that, that would be great!
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I thought that I will try to build Maven distribution package from sources
which were downloaded by ApprovalFlexJS.xml script, but realize that there
is no "distribution" [1] folder there. I think sources should contains that
folder - Any objections for adding it ?

[1] https://github.com/apache/flex-asjs/tree/release0.8.0/distribution

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61923.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

Additionally yesterday I've pushed those fix for problems with Fonts.swf etc
which we have discussed with Chris in this thread. 

I was able to reproduce the issue and Santanu also on his PC. He tried today
Maven build again with my Fix and Fonts.swf issue has gone, but another one
appear. [1]

Maven Command Line: mvn -s settings-template.xml -Drat.skip=true
-DdistributionTargetFolder=path to your distribution -P build-distribution
clean install 

"Failed to execute goal on project distribution: Could not resolve depend
encies for project
org.apache.flex.flexjs.framework:distribution:pom:0.8.0-SNAPS
HOT: Failure to find com.adobe:fontkit:jar:1.0 in
https://repository.apache.org/
content/repositories/releases was cached in the local repository, resolution
wil
l not be reattempted until the update interval of apache-release has elapsed
or"

I will try to reproduce it through the weekend, but if someone has some clue
for fix that - let me know.

[1] https://kobra.io/#/e/-Kl3PQ4LQa4FPmuFy4b0

Thanks,
Piotr







-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61915.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

Thanks for all help. Finally ApprovalFlexJS.xml works for me. I will be
looking into last problems with Maven compilation.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61922.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Jira raised for NumericStepper ->
https://issues.apache.org/jira/browse/FLEX-35322



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62150.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

Yes I think problem with NumericStepper should be fixed [1], cause component
is unusable in that way.

[1]
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Layout-of-NumericStepper-is-broken-td62108.html

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62147.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

But my understanding was that is not working in develop branch and when we
merge release to it - should work. Am I wrong? 

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62153.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Harbs <ha...@gmail.com>.
As long as it’s computer troubles and not family troubles… ;-)

> On Jun 9, 2017, at 5:30 PM, Alex Harui <ah...@adobe.com.INVALID> wrote:
> 
> In case anybody is wondering, I'm having computer troubles and family
> stuff that is delaying the RC.
> 
> -Alex
> 
> On 6/8/17, 11:04 AM, "piotrz" <pi...@gmail.com> wrote:
> 
>> I just run Maven build [1] and it's blue, so from my point we are ready!
>> :)
>> 
>> [1]
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.ap
>> ache.org%2Fview%2FE-G%2Fview%2FFlex%2Fjob%2FFlexJS%2520Pipeline%2Fjob%2Fre
>> lease0.8.0%2F&data=02%7C01%7C%7C813aa330920b4e1cbc4208d4ae9b0902%7Cfa7b1b5
>> a7b34438794aed2c178decee1%7C0%7C0%7C636325428280703335&sdata=5F8bFDfWWmUwZ
>> VZkyPRdOKCdWmHVn6seNLbKDz%2F003M%3D&reserved=0
>> 
>> Piotr
>> 
>> 
>> 
>> -----
>> Apache Flex PMC
>> piotrzarzycki21@gmail.com
>> --
>> View this message in context:
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>> x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>> 8-0-tp61275p62256.html&data=02%7C01%7C%7C813aa330920b4e1cbc4208d4ae9b0902%
>> 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636325428280703335&sdata=DKUG
>> YbuVA2YRqiYxwmra%2BaoCfACi4schZuZD2%2FsgmSA%3D&reserved=0
>> Sent from the Apache Flex Development mailing list archive at Nabble.com.
> 


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
In case anybody is wondering, I'm having computer troubles and family
stuff that is delaying the RC.

-Alex

On 6/8/17, 11:04 AM, "piotrz" <pi...@gmail.com> wrote:

>I just run Maven build [1] and it's blue, so from my point we are ready!
>:)
>
>[1]
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.ap
>ache.org%2Fview%2FE-G%2Fview%2FFlex%2Fjob%2FFlexJS%2520Pipeline%2Fjob%2Fre
>lease0.8.0%2F&data=02%7C01%7C%7C813aa330920b4e1cbc4208d4ae9b0902%7Cfa7b1b5
>a7b34438794aed2c178decee1%7C0%7C0%7C636325428280703335&sdata=5F8bFDfWWmUwZ
>VZkyPRdOKCdWmHVn6seNLbKDz%2F003M%3D&reserved=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p62256.html&data=02%7C01%7C%7C813aa330920b4e1cbc4208d4ae9b0902%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636325428280703335&sdata=DKUG
>YbuVA2YRqiYxwmra%2BaoCfACi4schZuZD2%2FsgmSA%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I just run Maven build [1] and it's blue, so from my point we are ready! :)

[1]
https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62256.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I built the SWCs locally to test right away. Everything looks good in my
example app now. As long as the build passes on the CI server, it sounds
like were good to go!

- Josh

On Thu, Jun 8, 2017 at 10:53 AM, Alex Harui <ah...@adobe.com.invalid>
wrote:

> OK. I pushed changes to fix FlexJSStore and the NS in Josh's example.
>
> The CI server is building it now.  Usually takes 40 minutes.  I don't know
> of any other issues so as soon as we get Josh's ok, I will cut an RC.
> Schedule-wise, I may not actually get to it until this evening.
>
> -Alex
>
> On 6/8/17, 9:51 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
> >Ah crud.  I keep forgetting to blow away the old JS files.  I see that now
> >too.  Will look into it.
> >
> >-Alex
> >
> >On 6/8/17, 9:39 AM, "Josh Tynjala" <jo...@gmail.com> wrote:
> >
> >>I just tried building my example with the latest nightly, and the Panel
> >>is
> >>now super wide, for some reason.
> >>
> >>- Josh
> >>
> >>On Thu, Jun 8, 2017 at 9:31 AM, Alex Harui <ah...@adobe.com.invalid>
> >>wrote:
> >>
> >>> I think I've fixed the FlexJSStore Panel so I have time to deal with
> >>>the
> >>> NS Buttons.
> >>>
> >>> -Alex
> >>>
> >>> On 6/8/17, 9:02 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
> >>>
> >>> >So I am looking at the problem with FlexJSStore's TitleBar in the
> >>>Product
> >>> >Panel for SWF.  Not sure when it broke, but it was working a few days
> >>>ago.
> >>> > It is likely to be fall out from fixing the Panel for SWF in Josh's
> >>> >example.
> >>> >
> >>> >Josh, do you have time to look into the NumericStepper button icon
> >>> >"jumping" problem.  I'm pretty sure it is as simple as defining
> >>>"hover"
> >>> >CSS for SpinnerButton in the defaults.css in the Basic.swc.
> >>> >
> >>> >Thanks,
> >>> >-Alex
> >>> >
> >>> >On 6/8/17, 8:36 AM, "piotrz" <pi...@gmail.com> wrote:
> >>> >
> >>> >>Josh,
> >>> >>
> >>> >>If that so - it would be good to have it fixed. Personally I don't
> >>>have
> >>> >>capacity in the upcoming days, hopefully Peter can to do it.
> >>> >>
> >>> >>Piotr
> >>> >>
> >>> >>
> >>> >>
> >>> >>-----
> >>> >>Apache Flex PMC
> >>> >>piotrzarzycki21@gmail.com
> >>> >>--
> >>> >>View this message in context:
> >>> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> http%3A%2F%2Fapache-fl
> >>> >>e
> >>> >>x-development.2333347.n4.nabble.com%2FLAST-CALL-
> >>> Release-FlexJS-FalconJX-0
> >>> >>-
> >>> >>8-0-tp61275p62247.html&data=02%7C01%7C%
> 7C906726c3891948ce13ea08d4ae86
> >>> 58ff
> >>> >>%
> >>> >>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> 7C636325339424262965&sdata=TQk
> >>> >>U
> >>> >>EqZ33%2BxLpL3XwzMx8Jrp8LrxXnXyMFOWkMBSpdc%3D&reserved=0
> >>> >>Sent from the Apache Flex Development mailing list archive at
> >>>Nabble.com.
> >>> >
> >>>
> >>>
> >
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
OK. I pushed changes to fix FlexJSStore and the NS in Josh's example.

The CI server is building it now.  Usually takes 40 minutes.  I don't know
of any other issues so as soon as we get Josh's ok, I will cut an RC.
Schedule-wise, I may not actually get to it until this evening.

-Alex

On 6/8/17, 9:51 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Ah crud.  I keep forgetting to blow away the old JS files.  I see that now
>too.  Will look into it.
>
>-Alex
>
>On 6/8/17, 9:39 AM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
>>I just tried building my example with the latest nightly, and the Panel
>>is
>>now super wide, for some reason.
>>
>>- Josh
>>
>>On Thu, Jun 8, 2017 at 9:31 AM, Alex Harui <ah...@adobe.com.invalid>
>>wrote:
>>
>>> I think I've fixed the FlexJSStore Panel so I have time to deal with
>>>the
>>> NS Buttons.
>>>
>>> -Alex
>>>
>>> On 6/8/17, 9:02 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>>
>>> >So I am looking at the problem with FlexJSStore's TitleBar in the
>>>Product
>>> >Panel for SWF.  Not sure when it broke, but it was working a few days
>>>ago.
>>> > It is likely to be fall out from fixing the Panel for SWF in Josh's
>>> >example.
>>> >
>>> >Josh, do you have time to look into the NumericStepper button icon
>>> >"jumping" problem.  I'm pretty sure it is as simple as defining
>>>"hover"
>>> >CSS for SpinnerButton in the defaults.css in the Basic.swc.
>>> >
>>> >Thanks,
>>> >-Alex
>>> >
>>> >On 6/8/17, 8:36 AM, "piotrz" <pi...@gmail.com> wrote:
>>> >
>>> >>Josh,
>>> >>
>>> >>If that so - it would be good to have it fixed. Personally I don't
>>>have
>>> >>capacity in the upcoming days, hopefully Peter can to do it.
>>> >>
>>> >>Piotr
>>> >>
>>> >>
>>> >>
>>> >>-----
>>> >>Apache Flex PMC
>>> >>piotrzarzycki21@gmail.com
>>> >>--
>>> >>View this message in context:
>>> >>https://na01.safelinks.protection.outlook.com/?url=
>>> http%3A%2F%2Fapache-fl
>>> >>e
>>> >>x-development.2333347.n4.nabble.com%2FLAST-CALL-
>>> Release-FlexJS-FalconJX-0
>>> >>-
>>> >>8-0-tp61275p62247.html&data=02%7C01%7C%7C906726c3891948ce13ea08d4ae86
>>> 58ff
>>> >>%
>>> >>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> 7C636325339424262965&sdata=TQk
>>> >>U
>>> >>EqZ33%2BxLpL3XwzMx8Jrp8LrxXnXyMFOWkMBSpdc%3D&reserved=0
>>> >>Sent from the Apache Flex Development mailing list archive at
>>>Nabble.com.
>>> >
>>>
>>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Ah crud.  I keep forgetting to blow away the old JS files.  I see that now
too.  Will look into it.

-Alex

On 6/8/17, 9:39 AM, "Josh Tynjala" <jo...@gmail.com> wrote:

>I just tried building my example with the latest nightly, and the Panel is
>now super wide, for some reason.
>
>- Josh
>
>On Thu, Jun 8, 2017 at 9:31 AM, Alex Harui <ah...@adobe.com.invalid>
>wrote:
>
>> I think I've fixed the FlexJSStore Panel so I have time to deal with the
>> NS Buttons.
>>
>> -Alex
>>
>> On 6/8/17, 9:02 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>
>> >So I am looking at the problem with FlexJSStore's TitleBar in the
>>Product
>> >Panel for SWF.  Not sure when it broke, but it was working a few days
>>ago.
>> > It is likely to be fall out from fixing the Panel for SWF in Josh's
>> >example.
>> >
>> >Josh, do you have time to look into the NumericStepper button icon
>> >"jumping" problem.  I'm pretty sure it is as simple as defining "hover"
>> >CSS for SpinnerButton in the defaults.css in the Basic.swc.
>> >
>> >Thanks,
>> >-Alex
>> >
>> >On 6/8/17, 8:36 AM, "piotrz" <pi...@gmail.com> wrote:
>> >
>> >>Josh,
>> >>
>> >>If that so - it would be good to have it fixed. Personally I don't
>>have
>> >>capacity in the upcoming days, hopefully Peter can to do it.
>> >>
>> >>Piotr
>> >>
>> >>
>> >>
>> >>-----
>> >>Apache Flex PMC
>> >>piotrzarzycki21@gmail.com
>> >>--
>> >>View this message in context:
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> http%3A%2F%2Fapache-fl
>> >>e
>> >>x-development.2333347.n4.nabble.com%2FLAST-CALL-
>> Release-FlexJS-FalconJX-0
>> >>-
>> >>8-0-tp61275p62247.html&data=02%7C01%7C%7C906726c3891948ce13ea08d4ae86
>> 58ff
>> >>%
>> >>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> 7C636325339424262965&sdata=TQk
>> >>U
>> >>EqZ33%2BxLpL3XwzMx8Jrp8LrxXnXyMFOWkMBSpdc%3D&reserved=0
>> >>Sent from the Apache Flex Development mailing list archive at
>>Nabble.com.
>> >
>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I just tried building my example with the latest nightly, and the Panel is
now super wide, for some reason.

- Josh

On Thu, Jun 8, 2017 at 9:31 AM, Alex Harui <ah...@adobe.com.invalid> wrote:

> I think I've fixed the FlexJSStore Panel so I have time to deal with the
> NS Buttons.
>
> -Alex
>
> On 6/8/17, 9:02 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
> >So I am looking at the problem with FlexJSStore's TitleBar in the Product
> >Panel for SWF.  Not sure when it broke, but it was working a few days ago.
> > It is likely to be fall out from fixing the Panel for SWF in Josh's
> >example.
> >
> >Josh, do you have time to look into the NumericStepper button icon
> >"jumping" problem.  I'm pretty sure it is as simple as defining "hover"
> >CSS for SpinnerButton in the defaults.css in the Basic.swc.
> >
> >Thanks,
> >-Alex
> >
> >On 6/8/17, 8:36 AM, "piotrz" <pi...@gmail.com> wrote:
> >
> >>Josh,
> >>
> >>If that so - it would be good to have it fixed. Personally I don't have
> >>capacity in the upcoming days, hopefully Peter can to do it.
> >>
> >>Piotr
> >>
> >>
> >>
> >>-----
> >>Apache Flex PMC
> >>piotrzarzycki21@gmail.com
> >>--
> >>View this message in context:
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-fl
> >>e
> >>x-development.2333347.n4.nabble.com%2FLAST-CALL-
> Release-FlexJS-FalconJX-0
> >>-
> >>8-0-tp61275p62247.html&data=02%7C01%7C%7C906726c3891948ce13ea08d4ae86
> 58ff
> >>%
> >>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636325339424262965&sdata=TQk
> >>U
> >>EqZ33%2BxLpL3XwzMx8Jrp8LrxXnXyMFOWkMBSpdc%3D&reserved=0
> >>Sent from the Apache Flex Development mailing list archive at Nabble.com.
> >
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I think I've fixed the FlexJSStore Panel so I have time to deal with the
NS Buttons.

-Alex

On 6/8/17, 9:02 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>So I am looking at the problem with FlexJSStore's TitleBar in the Product
>Panel for SWF.  Not sure when it broke, but it was working a few days ago.
> It is likely to be fall out from fixing the Panel for SWF in Josh's
>example.
>
>Josh, do you have time to look into the NumericStepper button icon
>"jumping" problem.  I'm pretty sure it is as simple as defining "hover"
>CSS for SpinnerButton in the defaults.css in the Basic.swc.
>
>Thanks,
>-Alex
>
>On 6/8/17, 8:36 AM, "piotrz" <pi...@gmail.com> wrote:
>
>>Josh,
>>
>>If that so - it would be good to have it fixed. Personally I don't have
>>capacity in the upcoming days, hopefully Peter can to do it.
>>
>>Piotr
>>
>>
>>
>>-----
>>Apache Flex PMC
>>piotrzarzycki21@gmail.com
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0
>>-
>>8-0-tp61275p62247.html&data=02%7C01%7C%7C906726c3891948ce13ea08d4ae8658ff
>>%
>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636325339424262965&sdata=TQk
>>U
>>EqZ33%2BxLpL3XwzMx8Jrp8LrxXnXyMFOWkMBSpdc%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
Your suggestion of defining a :hover rule for .SpinnerButton was right on
the money, Alex.

- Josh

On Thu, Jun 8, 2017 at 9:02 AM, Alex Harui <ah...@adobe.com.invalid> wrote:

> So I am looking at the problem with FlexJSStore's TitleBar in the Product
> Panel for SWF.  Not sure when it broke, but it was working a few days ago.
>  It is likely to be fall out from fixing the Panel for SWF in Josh's
> example.
>
> Josh, do you have time to look into the NumericStepper button icon
> "jumping" problem.  I'm pretty sure it is as simple as defining "hover"
> CSS for SpinnerButton in the defaults.css in the Basic.swc.
>
> Thanks,
> -Alex
>
> On 6/8/17, 8:36 AM, "piotrz" <pi...@gmail.com> wrote:
>
> >Josh,
> >
> >If that so - it would be good to have it fixed. Personally I don't have
> >capacity in the upcoming days, hopefully Peter can to do it.
> >
> >Piotr
> >
> >
> >
> >-----
> >Apache Flex PMC
> >piotrzarzycki21@gmail.com
> >--
> >View this message in context:
> >https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-fle
> >x-development.2333347.n4.nabble.com%2FLAST-CALL-
> Release-FlexJS-FalconJX-0-
> >8-0-tp61275p62247.html&data=02%7C01%7C%7C906726c3891948ce13ea08d4ae86
> 58ff%
> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636325339424262965&sdata=
> TQkU
> >EqZ33%2BxLpL3XwzMx8Jrp8LrxXnXyMFOWkMBSpdc%3D&reserved=0
> >Sent from the Apache Flex Development mailing list archive at Nabble.com.
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
So I am looking at the problem with FlexJSStore's TitleBar in the Product
Panel for SWF.  Not sure when it broke, but it was working a few days ago.
 It is likely to be fall out from fixing the Panel for SWF in Josh's
example.

Josh, do you have time to look into the NumericStepper button icon
"jumping" problem.  I'm pretty sure it is as simple as defining "hover"
CSS for SpinnerButton in the defaults.css in the Basic.swc.

Thanks,
-Alex

On 6/8/17, 8:36 AM, "piotrz" <pi...@gmail.com> wrote:

>Josh,
>
>If that so - it would be good to have it fixed. Personally I don't have
>capacity in the upcoming days, hopefully Peter can to do it.
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p62247.html&data=02%7C01%7C%7C906726c3891948ce13ea08d4ae8658ff%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636325339424262965&sdata=TQkU
>EqZ33%2BxLpL3XwzMx8Jrp8LrxXnXyMFOWkMBSpdc%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Josh,

If that so - it would be good to have it fixed. Personally I don't have
capacity in the upcoming days, hopefully Peter can to do it.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62247.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
That example code that I posted is going to be a part of my first FlexJS
framework tutorial for NextGenAS. Hopefully, we can get those jumping icons
fixed so that it leaves a good first impression!

- Josh

On Thu, Jun 8, 2017 at 8:25 AM, piotrz <pi...@gmail.com> wrote:

> Alex,
>
> Where are we now ? Are you chasing some more bugs ? I see that
> NumericStepper is in general fixed - There is small minor problem with
> buttons on it (Reported by Josh in jira [1]), but if we don't have fix for
> that today/tomorrow I think we can live without it.
>
> [1] https://issues.apache.org/jira/browse/FLEX-35322
>
> Piotr
>
>
>
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-
> FalconJX-0-8-0-tp61275p62245.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

Where are we now ? Are you chasing some more bugs ? I see that
NumericStepper is in general fixed - There is small minor problem with
buttons on it (Reported by Josh in jira [1]), but if we don't have fix for
that today/tomorrow I think we can live without it.

[1] https://issues.apache.org/jira/browse/FLEX-35322

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62245.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Looking forward to it! :)



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62184.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
OK, Maven is building, NumericStepper seems to be working and ASDoc is
working.  Sounds like we are good to go.  I will prepare an RC tonight.

Thanks everyone!
-Alex

On 6/6/17, 12:41 AM, "piotrz" <pi...@gmail.com> wrote:

>Yep. It should. I did fix yesterday and monitoring it all the time. :) I
>would also be against if Maven build is not working. :)
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p62154.html&data=02%7C01%7C%7C9cbf622963d04634b1fc08d4acb19933%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636323326160158790&sdata=Beje
>Wa1PCpVqOpdBQFOy%2B5Zxwhbx2ggDN9YwkRkc%2FjA%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Yep. It should. I did fix yesterday and monitoring it all the time. :) I
would also be against if Maven build is not working. :)

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p62154.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Ok … just saw that it seems to be working again … 

Chris

Am 06.06.17, 09:42 schrieb "Christofer Dutz" <ch...@c-ware.de>:

    Well I’d say as long as the Maven build doesn’t work, that’s a no-go from my side.
    
    Chris
    
    Am 06.06.17, 09:19 schrieb "Alex Harui" <ah...@adobe.com.INVALID>:
    
        I think Accordion is now working.  Folks have seen their code work with
        Dual.
        
        Is there anything else that is stop-ship?  Otherwise I will start the RC
        process tomorrow.
        
        -Alex
        
        On 6/1/17, 2:29 AM, "piotrz" <pi...@gmail.com> wrote:
        
        >Thanks Alex! We are blue again [1] :)
        >
        >[1]
        >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.ap
        >ache.org%2Fview%2FE-G%2Fview%2FFlex%2Fjob%2FFlexJS%2520Pipeline%2Fjob%2Fre
        >lease0.8.0%2F19%2F&data=02%7C01%7C%7C6ed72c078eb143edec8408d4a8d2c997%7Cfa
        >7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636319070700456161&sdata=H77%2Fy1
        >5JaIGG3UuCkbHmz%2FP1iY0gnGjIrqoS05XU%2B6g%3D&reserved=0
        >
        >Piotr 
        >
        >
        >
        >
        >-----
        >Apache Flex PMC
        >piotrzarzycki21@gmail.com
        >--
        >View this message in context:
        >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
        >x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
        >8-0-tp61275p61990.html&data=02%7C01%7C%7C6ed72c078eb143edec8408d4a8d2c997%
        >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636319070700456161&sdata=%2Bf
        >2mtw5jkuAqFdrW8K85ipTkL6ogLmWGr%2B5bT0WP%2FC4%3D&reserved=0
        >Sent from the Apache Flex Development mailing list archive at Nabble.com.
        
        
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Well I’d say as long as the Maven build doesn’t work, that’s a no-go from my side.

Chris

Am 06.06.17, 09:19 schrieb "Alex Harui" <ah...@adobe.com.INVALID>:

    I think Accordion is now working.  Folks have seen their code work with
    Dual.
    
    Is there anything else that is stop-ship?  Otherwise I will start the RC
    process tomorrow.
    
    -Alex
    
    On 6/1/17, 2:29 AM, "piotrz" <pi...@gmail.com> wrote:
    
    >Thanks Alex! We are blue again [1] :)
    >
    >[1]
    >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.ap
    >ache.org%2Fview%2FE-G%2Fview%2FFlex%2Fjob%2FFlexJS%2520Pipeline%2Fjob%2Fre
    >lease0.8.0%2F19%2F&data=02%7C01%7C%7C6ed72c078eb143edec8408d4a8d2c997%7Cfa
    >7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636319070700456161&sdata=H77%2Fy1
    >5JaIGG3UuCkbHmz%2FP1iY0gnGjIrqoS05XU%2B6g%3D&reserved=0
    >
    >Piotr 
    >
    >
    >
    >
    >-----
    >Apache Flex PMC
    >piotrzarzycki21@gmail.com
    >--
    >View this message in context:
    >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
    >x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
    >8-0-tp61275p61990.html&data=02%7C01%7C%7C6ed72c078eb143edec8408d4a8d2c997%
    >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636319070700456161&sdata=%2Bf
    >2mtw5jkuAqFdrW8K85ipTkL6ogLmWGr%2B5bT0WP%2FC4%3D&reserved=0
    >Sent from the Apache Flex Development mailing list archive at Nabble.com.
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I think Accordion is now working.  Folks have seen their code work with
Dual.

Is there anything else that is stop-ship?  Otherwise I will start the RC
process tomorrow.

-Alex

On 6/1/17, 2:29 AM, "piotrz" <pi...@gmail.com> wrote:

>Thanks Alex! We are blue again [1] :)
>
>[1]
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.ap
>ache.org%2Fview%2FE-G%2Fview%2FFlex%2Fjob%2FFlexJS%2520Pipeline%2Fjob%2Fre
>lease0.8.0%2F19%2F&data=02%7C01%7C%7C6ed72c078eb143edec8408d4a8d2c997%7Cfa
>7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636319070700456161&sdata=H77%2Fy1
>5JaIGG3UuCkbHmz%2FP1iY0gnGjIrqoS05XU%2B6g%3D&reserved=0
>
>Piotr 
>
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61990.html&data=02%7C01%7C%7C6ed72c078eb143edec8408d4a8d2c997%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636319070700456161&sdata=%2Bf
>2mtw5jkuAqFdrW8K85ipTkL6ogLmWGr%2B5bT0WP%2FC4%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Thanks Alex! We are blue again [1] :)

[1]
https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/19/

Piotr 




-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61990.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
No worries, I was just about to push it when your email came through.
Hopefully it will fix it.  I'm at the end of my day so won't have any more
time to spend on it.

-Alex

On 5/31/17, 11:52 PM, "piotrz" <pi...@gmail.com> wrote:

>Ahh! And I didn't notice that! Damn! :)
>
>Thank you! 
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61983.html&data=02%7C01%7C%7C9ce92bf9a13d48ddbe3b08d4a8bcc6fa%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636318976128380565&sdata=%2FU
>lVEW3%2BauTaZysEIjNMau1NgWADyguzBSEiST4SQZk%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Ahh! And I didn't notice that! Damn! :) 

Thank you! 



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61983.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

I will look into this jenkins job to see why we do not get from that emails.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61984.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Piotr,

It might be time for you to learn how to tweak the builds so they send
emails on failure.  We could probably use more folks who know how to do it.

-Alex

On 5/31/17, 11:52 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>I just saw that and pushed a fix.
>
>On 5/31/17, 10:45 PM, "piotrz" <pi...@gmail.com> wrote:
>
>>It's complaining in SWF sight on missing Geolocation class [1] - This is
>>my
>>local build SWF only. I've checked couple of things but didn't find root
>>cause. 
>>
>>D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MobileMap\src\main\flex\Mob
>>i
>>leMap.mxml(35):
>>col: 30 Error: Type was not found or was not a compile-time constant:
>>Geolocation.
>>
>>                var location:Geolocation = new Geolocation();
>>                             ^
>>
>>D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MobileMap\src\main\flex\Mob
>>i
>>leMap.mxml(35):
>>col: 48 Error: Call to a possibly undefined method Geolocation.
>>
>>                var location:Geolocation = new Geolocation();
>>                                               ^
>>
>>I tried to add into Mobile pom in framework include CordovaClasses, but
>>it
>>didn't help:
>>
>><includeClasses>
>>            <includeClass>MobileClasses</includeClass>
>>            <includeClass>CordovaClasses</includeClass>
>>          </includeClasses>
>>
>>
>>I will be looking into that in the evening my time, but if someone have
>>some
>>idea let me know.
>>
>>[1] 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ap
>>a
>>che.org%2FA881&data=02%7C01%7C%7Cbb179b880ca44d415c4908d4a8b37cb9%7Cfa7b1
>>b
>>5a7b34438794aed2c178decee1%7C0%7C0%7C636318936223807713&sdata=BUUARuu9AmS
>>A
>>c6REXq3xRN27zm0hdkwQvEWZ9n16C80%3D&reserved=0
>>
>>Piotr
>>
>>
>>
>>-----
>>Apache Flex PMC
>>piotrzarzycki21@gmail.com
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0
>>-
>>8-0-tp61275p61972.html&data=02%7C01%7C%7Cbb179b880ca44d415c4908d4a8b37cb9
>>%
>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636318936223807713&sdata=o7N
>>I
>>3KOzT3NqTAN4%2B3zgNzaNSpA83Dx7OPTYGvKGw1Q%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I just saw that and pushed a fix.

On 5/31/17, 10:45 PM, "piotrz" <pi...@gmail.com> wrote:

>It's complaining in SWF sight on missing Geolocation class [1] - This is
>my
>local build SWF only. I've checked couple of things but didn't find root
>cause. 
>
>D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MobileMap\src\main\flex\Mobi
>leMap.mxml(35):
>col: 30 Error: Type was not found or was not a compile-time constant:
>Geolocation.
>
>                var location:Geolocation = new Geolocation();
>                             ^
>
>D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MobileMap\src\main\flex\Mobi
>leMap.mxml(35):
>col: 48 Error: Call to a possibly undefined method Geolocation.
>
>                var location:Geolocation = new Geolocation();
>                                               ^
>
>I tried to add into Mobile pom in framework include CordovaClasses, but it
>didn't help:
>
><includeClasses>
>            <includeClass>MobileClasses</includeClass>
>            <includeClass>CordovaClasses</includeClass>
>          </includeClasses>
>
>
>I will be looking into that in the evening my time, but if someone have
>some
>idea let me know.
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FA881&data=02%7C01%7C%7Cbb179b880ca44d415c4908d4a8b37cb9%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636318936223807713&sdata=BUUARuu9AmSA
>c6REXq3xRN27zm0hdkwQvEWZ9n16C80%3D&reserved=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61972.html&data=02%7C01%7C%7Cbb179b880ca44d415c4908d4a8b37cb9%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636318936223807713&sdata=o7NI
>3KOzT3NqTAN4%2B3zgNzaNSpA83Dx7OPTYGvKGw1Q%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
It's complaining in SWF sight on missing Geolocation class [1] - This is my
local build SWF only. I've checked couple of things but didn't find root
cause. 

D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MobileMap\src\main\flex\MobileMap.mxml(35):
col: 30 Error: Type was not found or was not a compile-time constant:
Geolocation.

                var location:Geolocation = new Geolocation();
                             ^

D:\flex_sdk\Sources\flex-asjs\examples\flexjs\MobileMap\src\main\flex\MobileMap.mxml(35):
col: 48 Error: Call to a possibly undefined method Geolocation.

                var location:Geolocation = new Geolocation();
                                               ^

I tried to add into Mobile pom in framework include CordovaClasses, but it
didn't help:

<includeClasses>
            <includeClass>MobileClasses</includeClass>
            <includeClass>CordovaClasses</includeClass>
          </includeClasses>


I will be looking into that in the evening my time, but if someone have some
idea let me know.

[1] https://paste.apache.org/A881

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61972.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I run another one [1] to align with latest commits and we will see what
happened.

[1]
https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/18/

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61971.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I see that Maven build [1] of release branch is failing.

[1]
https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/17/console

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61970.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Josh is right.  There is no way to pass command-line args to an install
command.
What is there right now is the best way to pass args during an npm install.

Thanks,
Om

On Wed, May 31, 2017 at 9:35 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> I should have something in the next 12 hours or so.
>
> Thanks,
> Om
>
>
> On May 31, 2017 8:31 AM, "Alex Harui" <ah...@adobe.com.invalid> wrote:
>
> Hi Om,
>
> Command-line sounds great if you can do it.  Let us know when you are done
> with the NPM stuff so we can move forward with the release.
>
> Thanks,
> -Alex
>
> On 5/30/17, 7:15 PM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
> >I could not find a way to parse extra command line arguments with an npm
> >install command. If you could figure that out, that would be better!
> >
> >- Josh
> >
> >On May 30, 2017 6:56 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> >wrote:
> >
> >Awesome! I had this as a TODO.  I can at least help with testing this out
> >now.
> >
> >I can also push the bits to the npm registry when we go live with the
> >release.
> >
> >Also, what if we pass them as command line args? Do you mind if I make
> >this
> >change?
> >
> >Thanks,
> >Om
> >
> >
> >On May 30, 2017 11:47 AM, "Josh Tynjala" <jo...@gmail.com> wrote:
> >
> >I got the npm version of FlexJS 0.8.0 working with a couple of minor
> >fixes.
> >It looks good to go for the release!
> >
> >I also simplified how to test the npm version locally from the
> >flex-utilities repo to make it download nightly builds (previously, you
> >needed to manually change some JS code):
> >
> >cd flex-utilities
> >npm config set flexjs:flexjs_custom_url
> >https://na01.safelinks.protection.outlook.com/?url=http%3A%
> 2F%2Fapacheflex
> >build.cloudapp.net%3A8080%2Fjob%2Fflex-asjs_release_branch%
> 2F&data=02%7C01
> >%7C%7C8ea9163b8a4f40e1e30c08d4a7cafb9b%7Cfa7b1b5a7b34438794
> aed2c178decee1%
> >7C0%7C0%7C636317937627432987&sdata=ezcbLDOwjYz3oG3dO8RDtA71
> Xv%2FfKUgG77enA
> >Use3JY%3D&reserved=0
> >lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-bin.zip
> >npm config set flexjs:falcon_custom_url
> >https://na01.safelinks.protection.outlook.com/?url=http%3A%
> 2F%2Fapacheflex
> >build.cloudapp.net%3A8080%2Fjob%2Fflex-falcon%2520release%
> 2520branch%2F&da
> >ta=02%7C01%7C%7C8ea9163b8a4f40e1e30c08d4a7cafb9b%
> 7Cfa7b1b5a7b34438794aed2c
> >178decee1%7C0%7C0%7C636317937627432987&sdata=jiM4u89B6Ea%
> 2F4cRLi0Vw1111SMc
> >%2FspYvxcIBFBtsjBw%3D&reserved=0
> >lastSuccessfulBuild/artifact/out/apache-flex-falconjx-0.8.0-bin.zip
> >npm install -g ./npm-flexjs/
> >
> >Those are the URLs to the latest builds from the release branches. It
> >could
> >be used with regular nightly builds from the develop branch and release
> >candidate builds too.
> >
> >When you're done, you should delete the configuration keys:
> >
> >npm config delete flexjs:flexjs_custom_url
> >npm config delete flexjs:falcon_custom_url
> >
> >- Josh
> >
> >On Fri, May 26, 2017 at 4:51 PM, Josh Tynjala <jo...@gmail.com>
> >wrote:
> >
> >> I can test installing FlexJS 0.8.0 with NPM early next week, if no one
> >> else finds the time. I don't remember the exact process of testing
> >>locally
> >> with a nightly build of FlexJS, but I think I figured it out pretty
> >>easily
> >> when I made some tweaks a while back.
> >>
> >> - Josh
> >>
> >> On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
> >> wrote:
> >>
> >>> I'm still working on the TLF fix.  I saw Josh's commit about Node
> >support.
> >>> Does someone have time to test out our Node/NPM stuff?  It might need
> >some
> >>> tuning after this dual-compile feature.
> >>>
> >>> -Alex
> >>>
> >>> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
> >>>
> >>> >
> >>> >
> >>> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
> >>> >
> >>> >>Alex,
> >>> >>
> >>> >>That is correct I have FALCON_HOME set up. I will try as fast as I
> >>>can
> >>> >>run
> >>> >>it once again, but there is possibility that will be on Sunday.
> >>> >>
> >>> >>Any chance to try by you also maven build with command line above ?
> >>>I'm
> >>> >>wondering if you also experience such issue as Santanu. Personally I
> >>> >>didn't
> >>> >>have it yesterday.
> >>> >
> >>> >I will try it when I get through this fix for the TLF branch.  For
> >>>me, I
> >>> >believe I've always had to separately use the Mavenizer to get
> >>>com.adobe
> >>> >artifacts.  I'm not sure if that's expected or not.  You might want to
> >>> >check the archives to see if there is any mention of how to get
> >com.adobe
> >>> >artifacts.  I think there maybe issues with not having recent versions
> >of
> >>> >Maven and/or whether to use settings-template.xml.
> >>> >
> >>> >I don't want to take the time to help you look into this right now.
> >>> >
> >>> >Thanks,
> >>> >-Alex
> >>> >
> >>>
> >>>
> >>
>
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I should have something in the next 12 hours or so.

Thanks,
Om


On May 31, 2017 8:31 AM, "Alex Harui" <ah...@adobe.com.invalid> wrote:

Hi Om,

Command-line sounds great if you can do it.  Let us know when you are done
with the NPM stuff so we can move forward with the release.

Thanks,
-Alex

On 5/30/17, 7:15 PM, "Josh Tynjala" <jo...@gmail.com> wrote:

>I could not find a way to parse extra command line arguments with an npm
>install command. If you could figure that out, that would be better!
>
>- Josh
>
>On May 30, 2017 6:56 PM, "OmPrakash Muppirala" <bi...@gmail.com>
>wrote:
>
>Awesome! I had this as a TODO.  I can at least help with testing this out
>now.
>
>I can also push the bits to the npm registry when we go live with the
>release.
>
>Also, what if we pass them as command line args? Do you mind if I make
>this
>change?
>
>Thanks,
>Om
>
>
>On May 30, 2017 11:47 AM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
>I got the npm version of FlexJS 0.8.0 working with a couple of minor
>fixes.
>It looks good to go for the release!
>
>I also simplified how to test the npm version locally from the
>flex-utilities repo to make it download nightly builds (previously, you
>needed to manually change some JS code):
>
>cd flex-utilities
>npm config set flexjs:flexjs_custom_url
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-asjs_release_branch%2F&data=02%7C01
>%7C%7C8ea9163b8a4f40e1e30c08d4a7cafb9b%7Cfa7b1b5a7b34438794aed2c178decee1%
>7C0%7C0%7C636317937627432987&sdata=ezcbLDOwjYz3oG3dO8RDtA71Xv%2FfKUgG77enA
>Use3JY%3D&reserved=0
>lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-bin.zip
>npm config set flexjs:falcon_custom_url
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-falcon%2520release%2520branch%2F&da
>ta=02%7C01%7C%7C8ea9163b8a4f40e1e30c08d4a7cafb9b%7Cfa7b1b5a7b34438794aed2c
>178decee1%7C0%7C0%7C636317937627432987&sdata=jiM4u89B6Ea%2F4cRLi0Vw1111SMc
>%2FspYvxcIBFBtsjBw%3D&reserved=0
>lastSuccessfulBuild/artifact/out/apache-flex-falconjx-0.8.0-bin.zip
>npm install -g ./npm-flexjs/
>
>Those are the URLs to the latest builds from the release branches. It
>could
>be used with regular nightly builds from the develop branch and release
>candidate builds too.
>
>When you're done, you should delete the configuration keys:
>
>npm config delete flexjs:flexjs_custom_url
>npm config delete flexjs:falcon_custom_url
>
>- Josh
>
>On Fri, May 26, 2017 at 4:51 PM, Josh Tynjala <jo...@gmail.com>
>wrote:
>
>> I can test installing FlexJS 0.8.0 with NPM early next week, if no one
>> else finds the time. I don't remember the exact process of testing
>>locally
>> with a nightly build of FlexJS, but I think I figured it out pretty
>>easily
>> when I made some tweaks a while back.
>>
>> - Josh
>>
>> On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
>> wrote:
>>
>>> I'm still working on the TLF fix.  I saw Josh's commit about Node
>support.
>>> Does someone have time to test out our Node/NPM stuff?  It might need
>some
>>> tuning after this dual-compile feature.
>>>
>>> -Alex
>>>
>>> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>>
>>> >
>>> >
>>> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
>>> >
>>> >>Alex,
>>> >>
>>> >>That is correct I have FALCON_HOME set up. I will try as fast as I
>>>can
>>> >>run
>>> >>it once again, but there is possibility that will be on Sunday.
>>> >>
>>> >>Any chance to try by you also maven build with command line above ?
>>>I'm
>>> >>wondering if you also experience such issue as Santanu. Personally I
>>> >>didn't
>>> >>have it yesterday.
>>> >
>>> >I will try it when I get through this fix for the TLF branch.  For
>>>me, I
>>> >believe I've always had to separately use the Mavenizer to get
>>>com.adobe
>>> >artifacts.  I'm not sure if that's expected or not.  You might want to
>>> >check the archives to see if there is any mention of how to get
>com.adobe
>>> >artifacts.  I think there maybe issues with not having recent versions
>of
>>> >Maven and/or whether to use settings-template.xml.
>>> >
>>> >I don't want to take the time to help you look into this right now.
>>> >
>>> >Thanks,
>>> >-Alex
>>> >
>>>
>>>
>>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Om, 

Command-line sounds great if you can do it.  Let us know when you are done
with the NPM stuff so we can move forward with the release.

Thanks,
-Alex

On 5/30/17, 7:15 PM, "Josh Tynjala" <jo...@gmail.com> wrote:

>I could not find a way to parse extra command line arguments with an npm
>install command. If you could figure that out, that would be better!
>
>- Josh
>
>On May 30, 2017 6:56 PM, "OmPrakash Muppirala" <bi...@gmail.com>
>wrote:
>
>Awesome! I had this as a TODO.  I can at least help with testing this out
>now.
>
>I can also push the bits to the npm registry when we go live with the
>release.
>
>Also, what if we pass them as command line args? Do you mind if I make
>this
>change?
>
>Thanks,
>Om
>
>
>On May 30, 2017 11:47 AM, "Josh Tynjala" <jo...@gmail.com> wrote:
>
>I got the npm version of FlexJS 0.8.0 working with a couple of minor
>fixes.
>It looks good to go for the release!
>
>I also simplified how to test the npm version locally from the
>flex-utilities repo to make it download nightly builds (previously, you
>needed to manually change some JS code):
>
>cd flex-utilities
>npm config set flexjs:flexjs_custom_url
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-asjs_release_branch%2F&data=02%7C01
>%7C%7C8ea9163b8a4f40e1e30c08d4a7cafb9b%7Cfa7b1b5a7b34438794aed2c178decee1%
>7C0%7C0%7C636317937627432987&sdata=ezcbLDOwjYz3oG3dO8RDtA71Xv%2FfKUgG77enA
>Use3JY%3D&reserved=0
>lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-bin.zip
>npm config set flexjs:falcon_custom_url
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-falcon%2520release%2520branch%2F&da
>ta=02%7C01%7C%7C8ea9163b8a4f40e1e30c08d4a7cafb9b%7Cfa7b1b5a7b34438794aed2c
>178decee1%7C0%7C0%7C636317937627432987&sdata=jiM4u89B6Ea%2F4cRLi0Vw1111SMc
>%2FspYvxcIBFBtsjBw%3D&reserved=0
>lastSuccessfulBuild/artifact/out/apache-flex-falconjx-0.8.0-bin.zip
>npm install -g ./npm-flexjs/
>
>Those are the URLs to the latest builds from the release branches. It
>could
>be used with regular nightly builds from the develop branch and release
>candidate builds too.
>
>When you're done, you should delete the configuration keys:
>
>npm config delete flexjs:flexjs_custom_url
>npm config delete flexjs:falcon_custom_url
>
>- Josh
>
>On Fri, May 26, 2017 at 4:51 PM, Josh Tynjala <jo...@gmail.com>
>wrote:
>
>> I can test installing FlexJS 0.8.0 with NPM early next week, if no one
>> else finds the time. I don't remember the exact process of testing
>>locally
>> with a nightly build of FlexJS, but I think I figured it out pretty
>>easily
>> when I made some tweaks a while back.
>>
>> - Josh
>>
>> On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
>> wrote:
>>
>>> I'm still working on the TLF fix.  I saw Josh's commit about Node
>support.
>>> Does someone have time to test out our Node/NPM stuff?  It might need
>some
>>> tuning after this dual-compile feature.
>>>
>>> -Alex
>>>
>>> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>>
>>> >
>>> >
>>> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
>>> >
>>> >>Alex,
>>> >>
>>> >>That is correct I have FALCON_HOME set up. I will try as fast as I
>>>can
>>> >>run
>>> >>it once again, but there is possibility that will be on Sunday.
>>> >>
>>> >>Any chance to try by you also maven build with command line above ?
>>>I'm
>>> >>wondering if you also experience such issue as Santanu. Personally I
>>> >>didn't
>>> >>have it yesterday.
>>> >
>>> >I will try it when I get through this fix for the TLF branch.  For
>>>me, I
>>> >believe I've always had to separately use the Mavenizer to get
>>>com.adobe
>>> >artifacts.  I'm not sure if that's expected or not.  You might want to
>>> >check the archives to see if there is any mention of how to get
>com.adobe
>>> >artifacts.  I think there maybe issues with not having recent versions
>of
>>> >Maven and/or whether to use settings-template.xml.
>>> >
>>> >I don't want to take the time to help you look into this right now.
>>> >
>>> >Thanks,
>>> >-Alex
>>> >
>>>
>>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I could not find a way to parse extra command line arguments with an npm
install command. If you could figure that out, that would be better!

- Josh

On May 30, 2017 6:56 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

Awesome! I had this as a TODO.  I can at least help with testing this out
now.

I can also push the bits to the npm registry when we go live with the
release.

Also, what if we pass them as command line args? Do you mind if I make this
change?

Thanks,
Om


On May 30, 2017 11:47 AM, "Josh Tynjala" <jo...@gmail.com> wrote:

I got the npm version of FlexJS 0.8.0 working with a couple of minor fixes.
It looks good to go for the release!

I also simplified how to test the npm version locally from the
flex-utilities repo to make it download nightly builds (previously, you
needed to manually change some JS code):

cd flex-utilities
npm config set flexjs:flexjs_custom_url
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs_release_branch/
lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-bin.zip
npm config set flexjs:falcon_custom_url
http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon%20release%20branch/
lastSuccessfulBuild/artifact/out/apache-flex-falconjx-0.8.0-bin.zip
npm install -g ./npm-flexjs/

Those are the URLs to the latest builds from the release branches. It could
be used with regular nightly builds from the develop branch and release
candidate builds too.

When you're done, you should delete the configuration keys:

npm config delete flexjs:flexjs_custom_url
npm config delete flexjs:falcon_custom_url

- Josh

On Fri, May 26, 2017 at 4:51 PM, Josh Tynjala <jo...@gmail.com> wrote:

> I can test installing FlexJS 0.8.0 with NPM early next week, if no one
> else finds the time. I don't remember the exact process of testing locally
> with a nightly build of FlexJS, but I think I figured it out pretty easily
> when I made some tweaks a while back.
>
> - Josh
>
> On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>> I'm still working on the TLF fix.  I saw Josh's commit about Node
support.
>> Does someone have time to test out our Node/NPM stuff?  It might need
some
>> tuning after this dual-compile feature.
>>
>> -Alex
>>
>> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>
>> >
>> >
>> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
>> >
>> >>Alex,
>> >>
>> >>That is correct I have FALCON_HOME set up. I will try as fast as I can
>> >>run
>> >>it once again, but there is possibility that will be on Sunday.
>> >>
>> >>Any chance to try by you also maven build with command line above ? I'm
>> >>wondering if you also experience such issue as Santanu. Personally I
>> >>didn't
>> >>have it yesterday.
>> >
>> >I will try it when I get through this fix for the TLF branch.  For me, I
>> >believe I've always had to separately use the Mavenizer to get com.adobe
>> >artifacts.  I'm not sure if that's expected or not.  You might want to
>> >check the archives to see if there is any mention of how to get
com.adobe
>> >artifacts.  I think there maybe issues with not having recent versions
of
>> >Maven and/or whether to use settings-template.xml.
>> >
>> >I don't want to take the time to help you look into this right now.
>> >
>> >Thanks,
>> >-Alex
>> >
>>
>>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Awesome! I had this as a TODO.  I can at least help with testing this out
now.

I can also push the bits to the npm registry when we go live with the
release.

Also, what if we pass them as command line args? Do you mind if I make this
change?

Thanks,
Om


On May 30, 2017 11:47 AM, "Josh Tynjala" <jo...@gmail.com> wrote:

I got the npm version of FlexJS 0.8.0 working with a couple of minor fixes.
It looks good to go for the release!

I also simplified how to test the npm version locally from the
flex-utilities repo to make it download nightly builds (previously, you
needed to manually change some JS code):

cd flex-utilities
npm config set flexjs:flexjs_custom_url
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs_release_branch/
lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-bin.zip
npm config set flexjs:falcon_custom_url
http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon%20release%20branch/
lastSuccessfulBuild/artifact/out/apache-flex-falconjx-0.8.0-bin.zip
npm install -g ./npm-flexjs/

Those are the URLs to the latest builds from the release branches. It could
be used with regular nightly builds from the develop branch and release
candidate builds too.

When you're done, you should delete the configuration keys:

npm config delete flexjs:flexjs_custom_url
npm config delete flexjs:falcon_custom_url

- Josh

On Fri, May 26, 2017 at 4:51 PM, Josh Tynjala <jo...@gmail.com> wrote:

> I can test installing FlexJS 0.8.0 with NPM early next week, if no one
> else finds the time. I don't remember the exact process of testing locally
> with a nightly build of FlexJS, but I think I figured it out pretty easily
> when I made some tweaks a while back.
>
> - Josh
>
> On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>> I'm still working on the TLF fix.  I saw Josh's commit about Node
support.
>> Does someone have time to test out our Node/NPM stuff?  It might need
some
>> tuning after this dual-compile feature.
>>
>> -Alex
>>
>> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>
>> >
>> >
>> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
>> >
>> >>Alex,
>> >>
>> >>That is correct I have FALCON_HOME set up. I will try as fast as I can
>> >>run
>> >>it once again, but there is possibility that will be on Sunday.
>> >>
>> >>Any chance to try by you also maven build with command line above ? I'm
>> >>wondering if you also experience such issue as Santanu. Personally I
>> >>didn't
>> >>have it yesterday.
>> >
>> >I will try it when I get through this fix for the TLF branch.  For me, I
>> >believe I've always had to separately use the Mavenizer to get com.adobe
>> >artifacts.  I'm not sure if that's expected or not.  You might want to
>> >check the archives to see if there is any mention of how to get
com.adobe
>> >artifacts.  I think there maybe issues with not having recent versions
of
>> >Maven and/or whether to use settings-template.xml.
>> >
>> >I don't want to take the time to help you look into this right now.
>> >
>> >Thanks,
>> >-Alex
>> >
>>
>>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Excellent!  Very helpful.

I am still fixing issues of Dual and the TLF branch.  It found some good
bugs.

-Alex

On 5/30/17, 11:46 AM, "Josh Tynjala" <jo...@gmail.com> wrote:

>I got the npm version of FlexJS 0.8.0 working with a couple of minor
>fixes.
>It looks good to go for the release!
>
>I also simplified how to test the npm version locally from the
>flex-utilities repo to make it download nightly builds (previously, you
>needed to manually change some JS code):
>
>cd flex-utilities
>npm config set flexjs:flexjs_custom_url
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-asjs_release_branch%2FlastSuccessfu
>lBuild%2Fartifact%2Fout%2Fapache-flex-flexjs-0.8.0-bin.zip&data=02%7C01%7C
>%7C6aae6367bd7e4eaa377d08d4a78c45f2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>%7C0%7C636317668292056590&sdata=EZoLyn6I3ZJRvc5oBkopcL%2B6AkHVyMvQ2wcMpWUO
>jN0%3D&reserved=0
>npm config set flexjs:falcon_custom_url
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-falcon%2520release%2520branch%2Flas
>tSuccessfulBuild%2Fartifact%2Fout%2Fapache-flex-falconjx-0.8.0-bin.zip&dat
>a=02%7C01%7C%7C6aae6367bd7e4eaa377d08d4a78c45f2%7Cfa7b1b5a7b34438794aed2c1
>78decee1%7C0%7C0%7C636317668292056590&sdata=VEQF%2FOi8%2FJjHregzU9JzAPT7Sv
>cG52ZaVd1yaMVstgc%3D&reserved=0
>npm install -g ./npm-flexjs/
>
>Those are the URLs to the latest builds from the release branches. It
>could
>be used with regular nightly builds from the develop branch and release
>candidate builds too.
>
>When you're done, you should delete the configuration keys:
>
>npm config delete flexjs:flexjs_custom_url
>npm config delete flexjs:falcon_custom_url
>
>- Josh
>
>On Fri, May 26, 2017 at 4:51 PM, Josh Tynjala <jo...@gmail.com>
>wrote:
>
>> I can test installing FlexJS 0.8.0 with NPM early next week, if no one
>> else finds the time. I don't remember the exact process of testing
>>locally
>> with a nightly build of FlexJS, but I think I figured it out pretty
>>easily
>> when I made some tweaks a while back.
>>
>> - Josh
>>
>> On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
>> wrote:
>>
>>> I'm still working on the TLF fix.  I saw Josh's commit about Node
>>>support.
>>> Does someone have time to test out our Node/NPM stuff?  It might need
>>>some
>>> tuning after this dual-compile feature.
>>>
>>> -Alex
>>>
>>> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>>
>>> >
>>> >
>>> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
>>> >
>>> >>Alex,
>>> >>
>>> >>That is correct I have FALCON_HOME set up. I will try as fast as I
>>>can
>>> >>run
>>> >>it once again, but there is possibility that will be on Sunday.
>>> >>
>>> >>Any chance to try by you also maven build with command line above ?
>>>I'm
>>> >>wondering if you also experience such issue as Santanu. Personally I
>>> >>didn't
>>> >>have it yesterday.
>>> >
>>> >I will try it when I get through this fix for the TLF branch.  For
>>>me, I
>>> >believe I've always had to separately use the Mavenizer to get
>>>com.adobe
>>> >artifacts.  I'm not sure if that's expected or not.  You might want to
>>> >check the archives to see if there is any mention of how to get
>>>com.adobe
>>> >artifacts.  I think there maybe issues with not having recent
>>>versions of
>>> >Maven and/or whether to use settings-template.xml.
>>> >
>>> >I don't want to take the time to help you look into this right now.
>>> >
>>> >Thanks,
>>> >-Alex
>>> >
>>>
>>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I got the npm version of FlexJS 0.8.0 working with a couple of minor fixes.
It looks good to go for the release!

I also simplified how to test the npm version locally from the
flex-utilities repo to make it download nightly builds (previously, you
needed to manually change some JS code):

cd flex-utilities
npm config set flexjs:flexjs_custom_url
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs_release_branch/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.8.0-bin.zip
npm config set flexjs:falcon_custom_url
http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon%20release%20branch/lastSuccessfulBuild/artifact/out/apache-flex-falconjx-0.8.0-bin.zip
npm install -g ./npm-flexjs/

Those are the URLs to the latest builds from the release branches. It could
be used with regular nightly builds from the develop branch and release
candidate builds too.

When you're done, you should delete the configuration keys:

npm config delete flexjs:flexjs_custom_url
npm config delete flexjs:falcon_custom_url

- Josh

On Fri, May 26, 2017 at 4:51 PM, Josh Tynjala <jo...@gmail.com> wrote:

> I can test installing FlexJS 0.8.0 with NPM early next week, if no one
> else finds the time. I don't remember the exact process of testing locally
> with a nightly build of FlexJS, but I think I figured it out pretty easily
> when I made some tweaks a while back.
>
> - Josh
>
> On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>> I'm still working on the TLF fix.  I saw Josh's commit about Node support.
>> Does someone have time to test out our Node/NPM stuff?  It might need some
>> tuning after this dual-compile feature.
>>
>> -Alex
>>
>> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>
>> >
>> >
>> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
>> >
>> >>Alex,
>> >>
>> >>That is correct I have FALCON_HOME set up. I will try as fast as I can
>> >>run
>> >>it once again, but there is possibility that will be on Sunday.
>> >>
>> >>Any chance to try by you also maven build with command line above ? I'm
>> >>wondering if you also experience such issue as Santanu. Personally I
>> >>didn't
>> >>have it yesterday.
>> >
>> >I will try it when I get through this fix for the TLF branch.  For me, I
>> >believe I've always had to separately use the Mavenizer to get com.adobe
>> >artifacts.  I'm not sure if that's expected or not.  You might want to
>> >check the archives to see if there is any mention of how to get com.adobe
>> >artifacts.  I think there maybe issues with not having recent versions of
>> >Maven and/or whether to use settings-template.xml.
>> >
>> >I don't want to take the time to help you look into this right now.
>> >
>> >Thanks,
>> >-Alex
>> >
>>
>>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I can test installing FlexJS 0.8.0 with NPM early next week, if no one else
finds the time. I don't remember the exact process of testing locally with
a nightly build of FlexJS, but I think I figured it out pretty easily when
I made some tweaks a while back.

- Josh

On Fri, May 26, 2017 at 2:43 PM, Alex Harui <ah...@adobe.com.invalid>
wrote:

> I'm still working on the TLF fix.  I saw Josh's commit about Node support.
> Does someone have time to test out our Node/NPM stuff?  It might need some
> tuning after this dual-compile feature.
>
> -Alex
>
> On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
> >
> >
> >On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
> >
> >>Alex,
> >>
> >>That is correct I have FALCON_HOME set up. I will try as fast as I can
> >>run
> >>it once again, but there is possibility that will be on Sunday.
> >>
> >>Any chance to try by you also maven build with command line above ? I'm
> >>wondering if you also experience such issue as Santanu. Personally I
> >>didn't
> >>have it yesterday.
> >
> >I will try it when I get through this fix for the TLF branch.  For me, I
> >believe I've always had to separately use the Mavenizer to get com.adobe
> >artifacts.  I'm not sure if that's expected or not.  You might want to
> >check the archives to see if there is any mention of how to get com.adobe
> >artifacts.  I think there maybe issues with not having recent versions of
> >Maven and/or whether to use settings-template.xml.
> >
> >I don't want to take the time to help you look into this right now.
> >
> >Thanks,
> >-Alex
> >
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I'm still working on the TLF fix.  I saw Josh's commit about Node support.
Does someone have time to test out our Node/NPM stuff?  It might need some
tuning after this dual-compile feature.

-Alex

On 5/26/17, 8:29 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>
>
>On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:
>
>>Alex,
>>
>>That is correct I have FALCON_HOME set up. I will try as fast as I can
>>run
>>it once again, but there is possibility that will be on Sunday.
>>
>>Any chance to try by you also maven build with command line above ? I'm
>>wondering if you also experience such issue as Santanu. Personally I
>>didn't
>>have it yesterday.
>
>I will try it when I get through this fix for the TLF branch.  For me, I
>believe I've always had to separately use the Mavenizer to get com.adobe
>artifacts.  I'm not sure if that's expected or not.  You might want to
>check the archives to see if there is any mention of how to get com.adobe
>artifacts.  I think there maybe issues with not having recent versions of
>Maven and/or whether to use settings-template.xml.
>
>I don't want to take the time to help you look into this right now.
>
>Thanks,
>-Alex
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Peter Ent <pe...@adobe.com.INVALID>.
Just an FYI:

I'm trying to fix a bug in Mobile project with the Camera class. I am
hoping to wrap it up today.

Regards,
Peter
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/26/17, 8:07 AM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>That is correct I have FALCON_HOME set up. I will try as fast as I can run
>it once again, but there is possibility that will be on Sunday.
>
>Any chance to try by you also maven build with command line above ? I'm
>wondering if you also experience such issue as Santanu. Personally I
>didn't
>have it yesterday.

I will try it when I get through this fix for the TLF branch.  For me, I
believe I've always had to separately use the Mavenizer to get com.adobe
artifacts.  I'm not sure if that's expected or not.  You might want to
check the archives to see if there is any mention of how to get com.adobe
artifacts.  I think there maybe issues with not having recent versions of
Maven and/or whether to use settings-template.xml.

I don't want to take the time to help you look into this right now.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

That is correct I have FALCON_HOME set up. I will try as fast as I can run
it once again, but there is possibility that will be on Sunday. 

Any chance to try by you also maven build with command line above ? I'm
wondering if you also experience such issue as Santanu. Personally I didn't
have it yesterday.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61917.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
OK so the build from the approval script works for me because the approval
script downloads and unpacks falcon into a falconjx folder.  The build
script then figures out FLEXJS_TYPEDEFS_HOME from these statements, not
the ones you proposed to change:

        <echo>basedir is ${basedir}</echo>
	<available file="${basedir}/../falconjx/js/libs/js.swc"
	type="file"
	property="FLEXJS_TYPEDEFS_HOME"
	value="${basedir}/../falconjx/js/libs"/>

I see from the end of your console output that basedir is set to:

  [echo] basedir is d:\flex_sdk\empty_folder\apache-flex-flexjs-0.8.0-src

So there should be folder here:

	d:\flex_sdk\empty_folder\falconjx

I see from the console output that flex-flexunit is downloaded (see all
the "...") but I do not see that for flex-falcon, so I'm thinking you may
have a FALCON_HOME environment variable set.  Ideally, you want the
approval script to bring down a recent version of Falcon.  I just updated
the notes at [1] to reflect that.



HTH,
-Alex


[1] 
https://cwiki.apache.org/confluence/display/FLEX/Release+Manager+and+Releas
e+Voter+Ant+Scripts


On 5/26/17, 7:37 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Ah sorry, I didn't notice that you only got ApproveFalcon to work and not
>ApproveFlexJS.
>
>I will look into that now.
>
>-Alex
>
>On 5/26/17, 7:17 AM, "piotrz" <pi...@gmail.com> wrote:
>
>>Hi Alex,
>>
>>Well I still cannot pass through ApproveFlexJS.xml cause of issues which
>>I
>>reported earlier.  I tried to find root cause but still not sure whether
>>I
>>really have it.
>>
>>Piotr
>>
>>
>>
>>-----
>>Apache Flex PMC
>>piotrzarzycki21@gmail.com
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0
>>-
>>8-0-tp61275p61912.html&data=02%7C01%7C%7Ce15151e235894bb89dbc08d4a443ee06
>>%
>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636314059043959971&sdata=m%2
>>F
>>n7%2B6amQ%2FsMnpZfQhXgFgGjGqnxwa1Jq3zkvTAasPU%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Ah sorry, I didn't notice that you only got ApproveFalcon to work and not
ApproveFlexJS.

I will look into that now.

-Alex

On 5/26/17, 7:17 AM, "piotrz" <pi...@gmail.com> wrote:

>Hi Alex,
>
>Well I still cannot pass through ApproveFlexJS.xml cause of issues which I
>reported earlier.  I tried to find root cause but still not sure whether I
>really have it.
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61912.html&data=02%7C01%7C%7Ce15151e235894bb89dbc08d4a443ee06%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636314059043959971&sdata=m%2F
>n7%2B6amQ%2FsMnpZfQhXgFgGjGqnxwa1Jq3zkvTAasPU%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

Well I still cannot pass through ApproveFlexJS.xml cause of issues which I
reported earlier.  I tried to find root cause but still not sure whether I
really have it.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61912.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Well if you removed the dependency in the component.xml all you need to do is remove the dependency from the pom and you should be ready to go.

Chris

Am 25.05.17, 17:28 schrieb "piotrz" <pi...@gmail.com>:

    Chris,
    
    I will apply your changes and see whether it helps to our problems.
    Yesterday I was modifying only component.xml - didn't touch pom.xml cause I
    thought it is something which we still wanted to have as part of build, but
    I'm ok with those changes. - 
    
    If everything works - Do you want me to Cherry pickup from develop or just
    apply manually changes ?
    
    Piotr
    
    
    
    -----
    Apache Flex PMC
    piotrzarzycki21@gmail.com
    --
    View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61895.html
    Sent from the Apache Flex Development mailing list archive at Nabble.com.
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

I will apply your changes and see whether it helps to our problems.
Yesterday I was modifying only component.xml - didn't touch pom.xml cause I
thought it is something which we still wanted to have as part of build, but
I'm ok with those changes. - 

If everything works - Do you want me to Cherry pickup from develop or just
apply manually changes ?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61895.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Piotr,

I just checked the distribution module and found two references to the Fonts.swf in the pom and the component.xml descriptor. Now there should be no further reference to it. Haven’t merged that to the release branch as you claimed to have done something there … just check what I did and apply the same to the release branch.

Chris

Am 25.05.17, 16:14 schrieb "piotrz" <pi...@gmail.com>:

    Alex,
    
    I ask you for tests cause I was wondering whether you will have same problem
    as me with Font.swf in case of "distribution". It's gone for me late evening
    yesterday after many attempts, but I didn't try such build today. However
    Santanu tried make Maven build with "distribution" and he got same issue as
    me with Font.swf, so problem is still there somewhere. 
    
    Apart of that it would be good if you could take a look into Ant issues
    which he pointed out, cause it look bad also. 
    
    Chris can you try on your own distribution build, but early clean your .m2
    folder from FlexJS related stuff. - I'm wondering whether you got Font.swf
    problem. Last place where there is some mention in code about Font.swf is
    here [1]
    
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

I ask you for tests cause I was wondering whether you will have same problem
as me with Font.swf in case of "distribution". It's gone for me late evening
yesterday after many attempts, but I didn't try such build today. However
Santanu tried make Maven build with "distribution" and he got same issue as
me with Font.swf, so problem is still there somewhere. 

Apart of that it would be good if you could take a look into Ant issues
which he pointed out, cause it look bad also. 

Chris can you try on your own distribution build, but early clean your .m2
folder from FlexJS related stuff. - I'm wondering whether you got Font.swf
problem. Last place where there is some mention in code about Font.swf is
here [1]

[1]
https://github.com/apache/flex-asjs/blob/release0.8.0/distribution/src/main/assembly/component.xml

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61893.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Well, the last thing on my task list was to make sure that dual mode could
build the TLF branch, and that uncovered an issue with the SWFOverride.
Once I get through that, unless other big issues turn up, then I think we
can finally cut the RC.

-Alex

On 5/25/17, 4:12 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>OK, thanks.  I'm almost done with my task list.  Have you tried the Maven
>build?  It is still failing on the CI server.  I tried to replicate it,
>but I'm getting:
>
>java.lang.UnsupportedClassVersionError:
>org/openqa/selenium/firefox/FirefoxDriver : Unsupported major.minor
>version 52.0
>
>
>I have JAVA_HOME set to Java 8.  Is there some other setting I need?
>
>The only other thing I know of is to check the Windows installer scripts.
>
>-Alex
>
>On 5/25/17, 2:55 PM, "piotrz" <pi...@gmail.com> wrote:
>
>>ApproveFalcon.xml look good. Everything build smoothly.
>>
>>
>>
>>-----
>>Apache Flex PMC
>>piotrzarzycki21@gmail.com
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0
>>-
>>8-0-tp61275p61902.html&data=02%7C01%7C%7C2842f2f45fb447dd227808d4a3baab77
>>%
>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313469516722490&sdata=7aW
>>k
>>ieTy8RZnhc3PiRxNhjRZNWCtG%2FUCvGDBHLZfZgs%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
JAVA_HOME doesn't tell Maven which version of java to use. If your java executable is on the path, it will take that.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 26.05.17 01:12 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

OK, thanks.  I'm almost done with my task list.  Have you tried the Maven
build?  It is still failing on the CI server.  I tried to replicate it,
but I'm getting:

java.lang.UnsupportedClassVersionError:
org/openqa/selenium/firefox/FirefoxDriver : Unsupported major.minor
version 52.0


I have JAVA_HOME set to Java 8.  Is there some other setting I need?

The only other thing I know of is to check the Windows installer scripts.

-Alex

On 5/25/17, 2:55 PM, "piotrz" <pi...@gmail.com> wrote:

>ApproveFalcon.xml look good. Everything build smoothly.
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61902.html&data=02%7C01%7C%7C2842f2f45fb447dd227808d4a3baab77%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313469516722490&sdata=7aWk
>ieTy8RZnhc3PiRxNhjRZNWCtG%2FUCvGDBHLZfZgs%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I thought you'd gotten past that somehow?  If there is a workaround and
not a lot of folks will have this problem, I would not make changes at
this time.

I'm working on a critical fix in the SWF output.  I only briefly glanced
at your proposed changes.  If you want to make a change, instead of
replacing, I would just use both attempts to find the SWCs, but maybe I
didn't understand the problem.

-Alex

On 5/25/17, 9:39 PM, "piotrz" <pi...@gmail.com> wrote:

>
>Alex what do you think about this problem with typedefs in build.xml?
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61908.html&data=02%7C01%7C%7Ca59187febac8437c865508d4a3f33fb0%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313712542011168&sdata=BwzE
>AIUvVt9vvZ2cmZMqnG9%2FRIkp1%2Bezgfb8b17Ul4U%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
That's also interesting cause I didn't get any failure emails for release
branch for Maven. Chris did you get any once you create proper pipeline on
Apache Jenkins? 

Alex what do you think about this problem with typedefs in build.xml?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61908.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/25/17, 4:11 PM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>I thought that build od develop branch is failing [1] on server not
>release
>branch. Maven release branch is working now [2]

Hah, I didn't notice that the failures were for the develop branch.  They
seemed to be output when we made commits to release branch.

I don't think my email has any failure notices from the release branch.
What was the subject line of past failures?

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,
I thought that build od develop branch is failing [1] on server not release
branch. Maven release branch is working now [2]

[1] http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/

[2]
https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/10/

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61905.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
OK, thanks.  I'm almost done with my task list.  Have you tried the Maven
build?  It is still failing on the CI server.  I tried to replicate it,
but I'm getting:

java.lang.UnsupportedClassVersionError:
org/openqa/selenium/firefox/FirefoxDriver : Unsupported major.minor
version 52.0


I have JAVA_HOME set to Java 8.  Is there some other setting I need?

The only other thing I know of is to check the Windows installer scripts.

-Alex

On 5/25/17, 2:55 PM, "piotrz" <pi...@gmail.com> wrote:

>ApproveFalcon.xml look good. Everything build smoothly.
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61902.html&data=02%7C01%7C%7C2842f2f45fb447dd227808d4a3baab77%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313469516722490&sdata=7aWk
>ieTy8RZnhc3PiRxNhjRZNWCtG%2FUCvGDBHLZfZgs%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
ApproveFalcon.xml look good. Everything build smoothly.



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61902.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
If I remember correctly, the ApproveFlexJS.xml script also downloads
FalconJX and merges it in during the installation process. Could it be that
the typedefs SWCs are actually distributed with FalconJX?

- Josh

On Thu, May 25, 2017 at 2:20 PM, piotrz <pi...@gmail.com> wrote:

> I just tried again ApproveFlexJS.xml script and it's still failing for me
> in
> the same place [1]. It's searching js/target/js.swc and I checked it there
> is no /target/js.swc folder in "apache-flex-flexjs-0.8.0-bin" nor
> "apache-flex-flexjs-0.8.0-src". I don't have in my system environment
> variable FLEXJS_TYPEDEFS_HOME set up, but as Alex said I don't have to
> have.
>
> [1] https://paste.apache.org/Yg4T
>
> Piotr
>
>
>
> -----
> Apache Flex PMC
> piotrzarzycki21@gmail.com
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-
> FalconJX-0-8-0-tp61275p61899.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I just tried again ApproveFlexJS.xml script and it's still failing for me in
the same place [1]. It's searching js/target/js.swc and I checked it there
is no /target/js.swc folder in "apache-flex-flexjs-0.8.0-bin" nor
"apache-flex-flexjs-0.8.0-src". I don't have in my system environment
variable FLEXJS_TYPEDEFS_HOME set up, but as Alex said I don't have to have.

[1] https://paste.apache.org/Yg4T

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61899.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I'm not quite sure that that means.  Can you recommend a command-line I
should use?

Thanks,
-Alex

On 5/25/17, 7:13 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>You let maven build the distribution inside the project … so there is now
>a new directory containing stuff. As this is not excluded from RAT it
>therefore investigates. I would strongly suggest building the
>distribution outside the project directory.
>
>Chris
>
>Am 25.05.17, 16:09 schrieb "Alex Harui" <ah...@adobe.com.INVALID>:
>
>    
>    
>    On 5/25/17, 2:28 AM, "piotrz" <pi...@gmail.com> wrote:
>    
>    >Hi Alex,
>    >
>    >Could you try to do one more test and run on your PC following
>command in
>    >order to build SDK:
>    >
>    >mvn -s settings-template.xml
>    >-DdistributionTargetFolder=distribution-flexjs
>    >-P build-distribution clean install
>    
>    I got this:
>    
>    [ERROR] Failed to execute goal
>org.apache.rat:apache-rat-plugin:0.12:check
>    (license-check) on project distribution: Cannot read header:
>    
>/Users/aharui/git/flex/maven/flex-asjs/distribution/distribution-flexjs/AI
>R
>     SDK Readme.txt (Permission denied) -> [Help 1]
>    
>    
>    
>    Interestingly, if I just run "mvn -P build-distribution clean
>install" it
>    passes.  I don't know much about this part of the build.  It might be
>best
>    if someone else investigates.
>    
>    Thanks,
>    -Alex
>    
>    
>    
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
You let maven build the distribution inside the project … so there is now a new directory containing stuff. As this is not excluded from RAT it therefore investigates. I would strongly suggest building the distribution outside the project directory.

Chris

Am 25.05.17, 16:09 schrieb "Alex Harui" <ah...@adobe.com.INVALID>:

    
    
    On 5/25/17, 2:28 AM, "piotrz" <pi...@gmail.com> wrote:
    
    >Hi Alex,
    >
    >Could you try to do one more test and run on your PC following command in
    >order to build SDK:
    >
    >mvn -s settings-template.xml
    >-DdistributionTargetFolder=distribution-flexjs
    >-P build-distribution clean install
    
    I got this:
    
    [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check
    (license-check) on project distribution: Cannot read header:
    /Users/aharui/git/flex/maven/flex-asjs/distribution/distribution-flexjs/AIR
     SDK Readme.txt (Permission denied) -> [Help 1]
    
    
    
    Interestingly, if I just run "mvn -P build-distribution clean install" it
    passes.  I don't know much about this part of the build.  It might be best
    if someone else investigates.
    
    Thanks,
    -Alex
    
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/25/17, 2:28 AM, "piotrz" <pi...@gmail.com> wrote:

>Hi Alex,
>
>Could you try to do one more test and run on your PC following command in
>order to build SDK:
>
>mvn -s settings-template.xml
>-DdistributionTargetFolder=distribution-flexjs
>-P build-distribution clean install

I got this:

[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check
(license-check) on project distribution: Cannot read header:
/Users/aharui/git/flex/maven/flex-asjs/distribution/distribution-flexjs/AIR
 SDK Readme.txt (Permission denied) -> [Help 1]



Interestingly, if I just run "mvn -P build-distribution clean install" it
passes.  I don't know much about this part of the build.  It might be best
if someone else investigates.

Thanks,
-Alex



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

Could you try to do one more test and run on your PC following command in
order to build SDK:

mvn -s settings-template.xml -DdistributionTargetFolder=distribution-flexjs
-P build-distribution clean install

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61887.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Anyone see any additional stopper? I think we are good to go.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61886.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Alex,

Build is fixed. It look like I was quite close to solution, classifiers are
the keys. I cannot forget about them when I'm building some apps.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61885.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Well, it is strange that <namespaces> is empty, but that doesn't seem to
be problem.  Still looking.

-Alex

On 5/24/17, 4:47 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>I have to stop for kids and dinner, but I noticed that in
>target/compile-app-config.xml, the <namespaces> is empty.  It should be
>populated similar to frameworks/flex-config.xml.
> 
>
>On 5/24/17, 4:19 PM, "piotrz" <pi...@gmail.com> wrote:
>
>>I just go to the examples\express\DataBindingExample\ and run mvn clean
>>install and got different error [1]. Once I add Effects module to pom it
>>started to build for me locally. I never got error which is on Jenkins.
>>
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ap
>>a
>>che.org%2FP0qC&data=02%7C01%7C%7Cd23f639042f64fbe35a308d4a2fd4bcc%7Cfa7b1
>>b
>>5a7b34438794aed2c178decee1%7C0%7C0%7C636312656156759552&sdata=2upIP4xskEC
>>l
>>RfmtLm%2FA9bCr6tWDh6fVQFjTpyGH5c0%3D&reserved=0
>>
>>Piotr
>>
>>
>>
>>-----
>>Apache Flex PMC
>>piotrzarzycki21@gmail.com
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0
>>-
>>8-0-tp61275p61875.html&data=02%7C01%7C%7Cd23f639042f64fbe35a308d4a2fd4bcc
>>%
>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312656156759552&sdata=GLv
>>x
>>5zCk2nrXw4i%2FoQYhXxcIwe0Aog04dsVlGnfaX7k%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I have to stop for kids and dinner, but I noticed that in
target/compile-app-config.xml, the <namespaces> is empty.  It should be
populated similar to frameworks/flex-config.xml.
 

On 5/24/17, 4:19 PM, "piotrz" <pi...@gmail.com> wrote:

>I just go to the examples\express\DataBindingExample\ and run mvn clean
>install and got different error [1]. Once I add Effects module to pom it
>started to build for me locally. I never got error which is on Jenkins.
>
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FP0qC&data=02%7C01%7C%7Cd23f639042f64fbe35a308d4a2fd4bcc%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636312656156759552&sdata=2upIP4xskECl
>RfmtLm%2FA9bCr6tWDh6fVQFjTpyGH5c0%3D&reserved=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61875.html&data=02%7C01%7C%7Cd23f639042f64fbe35a308d4a2fd4bcc%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312656156759552&sdata=GLvx
>5zCk2nrXw4i%2FoQYhXxcIwe0Aog04dsVlGnfaX7k%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I just go to the examples\express\DataBindingExample\ and run mvn clean
install and got different error [1]. Once I add Effects module to pom it
started to build for me locally. I never got error which is on Jenkins.

https://paste.apache.org/P0qC

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61875.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
How do we reproduce the error?

On 5/24/17, 4:07 PM, "piotrz" <pi...@gmail.com> wrote:

>Ok It didn't help. I tried couple of options, but ended up with solution
>above where Effects has been added to DataBindingExample. - That was for
>sure one of the issue, but in general didn't fix.
>
>The strange thing is that after several builds of framework locally
>finally
>I was able to build distribution package. - At least this issue has gone.
>
>Definitely I need help with this fail, maybe there should be something
>cleaned up on Jenkins.
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61873.html&data=02%7C01%7C%7Ce20892b0eed24aef030408d4a2fb9bd2%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312648915589138&sdata=Kv%2
>BuLLWP541eRte5jAhb3zuA8%2BNMVMPOujn89TGYML0%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Ok It didn't help. I tried couple of options, but ended up with solution
above where Effects has been added to DataBindingExample. - That was for
sure one of the issue, but in general didn't fix.

The strange thing is that after several builds of framework locally finally
I was able to build distribution package. - At least this issue has gone.

Definitely I need help with this fail, maybe there should be something
cleaned up on Jenkins.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61873.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I just found cause of failing Express DataBindingExample on Maven build and
pushed fix! Cause of this issue was that the "Express" module is using class
from "Effects" -> default.css ->
ClassReference("org.apache.flex.core.StatesWithTransitionsImpl"); but in
Express's pom.xml there is no dependency to "Effects".

I did add it to DataBindingExample which should resolve failing, but the
question is whether "Express" shouldn't have this dependency ?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61871.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

Still cannot find cause. I cleaned my
.m2\repository\org\apache\flex\flexjs\framework\ and found one more place
where Font.swf is mentioned - distribution\src\main\assembly\component.xml I
commented following code:

    

But it still failing. Paste is from the second attempt after removing [1]

[1] https://paste.apache.org/JBFq

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61868.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/24/17, 1:32 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>If you had built it before it will still find it. Even if you have
>internet access. Then it will download the snapshot. The only time it
>should fail is if you build it outline with an empty repo. Unless it's
>not bundled in the dist. Then it shouldn't fail at all.

OK, I guess I'm not helping here.  I will go back to other bugs that need
fixing before we release.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
If you had built it before it will still find it. Even if you have internet access. Then it will download the snapshot. The only time it should fail is if you build it outline with an empty repo. Unless it's not bundled in the dist. Then it shouldn't fail at all.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 24.05.17 21:52 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

I just ran:

 mvn -P build-distribution clean install


And was successful.  Am I still not doing the right thing?

-Alex

On 5/24/17, 12:20 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Well Fonts.SWF is the file that is no longer generated due to my "fix" I
>did during the discussion round. But it's strange that it's failing as I
>did a search for usages. But it should be fixable by commenting it out in
>the distribution xml files.
>
>Chris
>
>
>
>Von meinem Samsung Galaxy Smartphone gesendet.
>
>
>-------- Ursprüngliche Nachricht --------
>Von: piotrz <pi...@gmail.com>
>Datum: 24.05.17 21:14 (GMT+01:00)
>An: dev@flex.apache.org
>Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0
>
>I just tried Maven distribution with fresh sources and it's failing on
>Fonts.swf. [1] Not sure why actually. I will try to dig into that.
>
>[1]
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2F6nLJ&data=02%7C01%7C%7C6c5133ca100145901f0f08d4a2da028f%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636312504612960370&sdata=pUWNS37NmXNb
>2j9CCwsk49KQk96XSRutkzqubmH9N5k%3D&reserved=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61855.html&data=02%7C01%7C%7C6c5133ca100145901f0f08d4a2da028f%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312504612960370&sdata=1eLz
>F5IRVb%2BEDMh%2FEJaAjjFwyNpPr%2FZDzy1YBv8oBN0%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I just ran:

 mvn -P build-distribution clean install


And was successful.  Am I still not doing the right thing?

-Alex

On 5/24/17, 12:20 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Well Fonts.SWF is the file that is no longer generated due to my "fix" I
>did during the discussion round. But it's strange that it's failing as I
>did a search for usages. But it should be fixable by commenting it out in
>the distribution xml files.
>
>Chris
>
>
>
>Von meinem Samsung Galaxy Smartphone gesendet.
>
>
>-------- Ursprüngliche Nachricht --------
>Von: piotrz <pi...@gmail.com>
>Datum: 24.05.17 21:14 (GMT+01:00)
>An: dev@flex.apache.org
>Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0
>
>I just tried Maven distribution with fresh sources and it's failing on
>Fonts.swf. [1] Not sure why actually. I will try to dig into that.
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2F6nLJ&data=02%7C01%7C%7C6c5133ca100145901f0f08d4a2da028f%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636312504612960370&sdata=pUWNS37NmXNb
>2j9CCwsk49KQk96XSRutkzqubmH9N5k%3D&reserved=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61855.html&data=02%7C01%7C%7C6c5133ca100145901f0f08d4a2da028f%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312504612960370&sdata=1eLz
>F5IRVb%2BEDMh%2FEJaAjjFwyNpPr%2FZDzy1YBv8oBN0%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Well Fonts.SWF is the file that is no longer generated due to my "fix" I did during the discussion round. But it's strange that it's failing as I did a search for usages. But it should be fixable by commenting it out in the distribution xml files.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: piotrz <pi...@gmail.com>
Datum: 24.05.17 21:14 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

I just tried Maven distribution with fresh sources and it's failing on
Fonts.swf. [1] Not sure why actually. I will try to dig into that.

[1] https://paste.apache.org/6nLJ

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61855.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I just tried Maven distribution with fresh sources and it's failing on
Fonts.swf. [1] Not sure why actually. I will try to dig into that. 

[1] https://paste.apache.org/6nLJ

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61855.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

It is true that I'm checking only couple of examples after build of SDK.
Sorry about that I will be more careful next time with checking and do all
the tests!

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61842.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

I will be looking into this later today if you will not beat me. 

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61843.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Piotr,

I guess the difference is that I always build with examples and distribution and integration-tests. As I know lacking a unit-test suite checking the running examples is somewhat the only test-like thing we currently have. So, if you run with examples, you will probably get the same problems. Just check the Jenkins job … that one does all I do locally before committing and it is showing the same errors.

Chris


Am 24.05.17, 14:05 schrieb "piotrz" <pi...@gmail.com>:

    Chris,
    
    I'm using release branch and building everything from Falcon, through
    typedefs ("develop" branch) daily, so not sure why you end up with such
    problems. - I didn't have it. Today also one more person build FlexJS from
    this branch and we had two issues:
    
    1) With font compilation - Once we did manually changes to pom we were able
    to build framework without the problems
    
    2) During build framework with "distribution" package we had some problems
    which I'm going to investigate it.
    
    Not sure whether this is what you experienced was general...
    
    Piotr
    
    
    
    -----
    Apache Flex PMC
    piotrzarzycki21@gmail.com
    --
    View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61840.html
    Sent from the Apache Flex Development mailing list archive at Nabble.com.
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Chris,

I'm using release branch and building everything from Falcon, through
typedefs ("develop" branch) daily, so not sure why you end up with such
problems. - I didn't have it. Today also one more person build FlexJS from
this branch and we had two issues:

1) With font compilation - Once we did manually changes to pom we were able
to build framework without the problems

2) During build framework with "distribution" package we had some problems
which I'm going to investigate it.

Not sure whether this is what you experienced was general...

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61840.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Alex,

That only builds the libraries, not the examples. And it doesn't test, if the examples work. The failures come from the examples and not the libs. So that won't be detected. Anyway Jenkins now builds the release and that doesn't work at the moment because of these problems. Nothing more to say to that.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 24.05.17 18:54 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0



On 5/24/17, 5:10 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Unfortunately, this also demonstrates the failures I was getting locally.
>I guess no one really tested the release branch with maven yet, which
>makes me sad :-(

Mvn clean install in the release branches for flex-falcon and flex-asjs
worked fine for me through May 12.  Plus I see Piotr making changes and
assume he's using Maven.

-Alex



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/24/17, 5:10 AM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Unfortunately, this also demonstrates the failures I was getting locally.
>I guess no one really tested the release branch with maven yet, which
>makes me sad :-(

Mvn clean install in the release branches for flex-falcon and flex-asjs
worked fine for me through May 12.  Plus I see Piotr making changes and
assume he's using Maven.

-Alex



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Ok … so I was to bold to just create the missing branch for the typedefs repo … now the autobuild worked … well let’s say it started doing its job.

I changed the configuration for the auto-build jog to automatically build release branches too (even if I would like to suggest a more “release/0.8.0” like notation in the future). 

Unfortunately, this also demonstrates the failures I was getting locally. I guess no one really tested the release branch with maven yet, which makes me sad :-(

Currently I have no idea what was changed during ApacheCon and in the time, I needed to get rid of the usual post-conference pile of work. This time I don’t really feel encouraged to fix it. Feels a little like being Don Quixote tilting at windmills. At least now you have a Jenkins job taking care of the automatic building so you’ll see if you’re getting there. This is exactly the sort of Double build problems I was talking about in the discussion round at the FlexJS Summit :-(

https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/

I’ll now commit my changes on the archetypes and the font-stuff as they didn’t add any additional errors. 

So, I wouldn’t recommend cutting a RC right now, because if the Maven build isn’t back to normal, I won’t +1 on it.

Chris


Am 24.05.17, 13:20 schrieb "Christofer Dutz" <ch...@c-ware.de>:

    Would it be ok to cut a release branch with the same name for the typedefs? Right now the Jenkinsfile which handles the auto-build-branch stuff requires all three repos to have matching branches.
    
    Chris
    
    Am 24.05.17, 12:59 schrieb "Christofer Dutz" <ch...@c-ware.de>:
    
        I just merged my changes to release and currently can’t build the examples due to this error:
        
        [INFO] --- flexjs-maven-plugin:0.8.0-SNAPSHOT:compile-app (default-compile-app) @ DataBindingExample-Express ---
        [INFO] Executing MXMLC in tool group FlexJS with args: [-load-config=/Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/compile-app-config.xml, -js-output=/Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/javascript, -compiler.targets=SWF,JSFlex, /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/src/main/flex/DataBindingExample.mxml]
        Loading configuration: /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/compile-app-config.xml
        
        /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/src/main/flex/DataBindingExample.mxml(20): col: 1 Error: This tag could not be resolved to an ActionScript class. It will be ignored.
        
        <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
        ^
        
        Anything changed here?
        
        Chris
        
        Am 24.05.17, 10:50 schrieb "Christofer Dutz" <ch...@c-ware.de>:
        
            It shouldn’t have anything to do with that, because my fixes just fine-tuned things there.
            
            Chris
            
            Am 24.05.17, 10:41 schrieb "Justin Mclean" <ju...@classsoftware.com>:
            
                Hi,
                
                I’m unable to compile the FlexJS nightly release using maven. A “mvn -X clean compile” gives:
                
                [ERROR] The build could not read 1 project -> [Help 1]
                org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
                [ERROR] Child module /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/archetypes of /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/pom.xml does not exist @ 
                
                Is that because Chris fixes from the other day are not in the release branch yet?
                
                Thanks,
                Justin
                
                
            
            
        
        
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Would it be ok to cut a release branch with the same name for the typedefs? Right now the Jenkinsfile which handles the auto-build-branch stuff requires all three repos to have matching branches.

Chris

Am 24.05.17, 12:59 schrieb "Christofer Dutz" <ch...@c-ware.de>:

    I just merged my changes to release and currently can’t build the examples due to this error:
    
    [INFO] --- flexjs-maven-plugin:0.8.0-SNAPSHOT:compile-app (default-compile-app) @ DataBindingExample-Express ---
    [INFO] Executing MXMLC in tool group FlexJS with args: [-load-config=/Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/compile-app-config.xml, -js-output=/Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/javascript, -compiler.targets=SWF,JSFlex, /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/src/main/flex/DataBindingExample.mxml]
    Loading configuration: /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/compile-app-config.xml
    
    /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/src/main/flex/DataBindingExample.mxml(20): col: 1 Error: This tag could not be resolved to an ActionScript class. It will be ignored.
    
    <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    ^
    
    Anything changed here?
    
    Chris
    
    Am 24.05.17, 10:50 schrieb "Christofer Dutz" <ch...@c-ware.de>:
    
        It shouldn’t have anything to do with that, because my fixes just fine-tuned things there.
        
        Chris
        
        Am 24.05.17, 10:41 schrieb "Justin Mclean" <ju...@classsoftware.com>:
        
            Hi,
            
            I’m unable to compile the FlexJS nightly release using maven. A “mvn -X clean compile” gives:
            
            [ERROR] The build could not read 1 project -> [Help 1]
            org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
            [ERROR] Child module /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/archetypes of /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/pom.xml does not exist @ 
            
            Is that because Chris fixes from the other day are not in the release branch yet?
            
            Thanks,
            Justin
            
            
        
        
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
I just merged my changes to release and currently can’t build the examples due to this error:

[INFO] --- flexjs-maven-plugin:0.8.0-SNAPSHOT:compile-app (default-compile-app) @ DataBindingExample-Express ---
[INFO] Executing MXMLC in tool group FlexJS with args: [-load-config=/Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/compile-app-config.xml, -js-output=/Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/javascript, -compiler.targets=SWF,JSFlex, /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/src/main/flex/DataBindingExample.mxml]
Loading configuration: /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/target/compile-app-config.xml

/Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-framework/examples/express/DataBindingExample/src/main/flex/DataBindingExample.mxml(20): col: 1 Error: This tag could not be resolved to an ActionScript class. It will be ignored.

<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
^

Anything changed here?

Chris

Am 24.05.17, 10:50 schrieb "Christofer Dutz" <ch...@c-ware.de>:

    It shouldn’t have anything to do with that, because my fixes just fine-tuned things there.
    
    Chris
    
    Am 24.05.17, 10:41 schrieb "Justin Mclean" <ju...@classsoftware.com>:
    
        Hi,
        
        I’m unable to compile the FlexJS nightly release using maven. A “mvn -X clean compile” gives:
        
        [ERROR] The build could not read 1 project -> [Help 1]
        org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
        [ERROR] Child module /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/archetypes of /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/pom.xml does not exist @ 
        
        Is that because Chris fixes from the other day are not in the release branch yet?
        
        Thanks,
        Justin
        
        
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
It shouldn’t have anything to do with that, because my fixes just fine-tuned things there.

Chris

Am 24.05.17, 10:41 schrieb "Justin Mclean" <ju...@classsoftware.com>:

    Hi,
    
    I’m unable to compile the FlexJS nightly release using maven. A “mvn -X clean compile” gives:
    
    [ERROR] The build could not read 1 project -> [Help 1]
    org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
    [ERROR] Child module /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/archetypes of /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/pom.xml does not exist @ 
    
    Is that because Chris fixes from the other day are not in the release branch yet?
    
    Thanks,
    Justin
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

I’m unable to compile the FlexJS nightly release using maven. A “mvn -X clean compile” gives:

[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Child module /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/archetypes of /Users/justinmclean/Downloads/FlexJSCheck/apache-flex-flexjs-0.8.0-src/pom.xml does not exist @ 

Is that because Chris fixes from the other day are not in the release branch yet?

Thanks,
Justin


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/23/17, 11:28 PM, "piotrz" <pi...@gmail.com> wrote:

>Alex,
>
>Are you saying that I don't have to have environment variable set for type
>defs and script should take over this ?

That's the way it looks for me.

I think the only environment variables needed are FLASHPLAYER_DEBUGGER and
PLAYERGLOBAL_HOME and maybe AIR_HOME.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Alex,

Are you saying that I don't have to have environment variable set for type
defs and script should take over this ?

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61828.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/23/17, 10:45 PM, "piotrz" <pi...@gmail.com> wrote:

>Hi,
>
>I just tried to go through the ApproveFlexJS.xml script and end up on
>following building problem [1]. I point fresh download by installer to
>FlexJS folder where there is flex-typedefs/js/target/, but I don't see
>inside js.swc. - Is this a bug ?

Hmm. Not sure.  Probably need to see more of the log.  In theory, the
script should bring down a copy of a FalconJX binary and expand it into a
"falconjx" folder and in there should be the js/libs/js.swc

>
>Apart of that I examined Readme.txt and for the next release I would like
>to
>add section:
>
>Building Apache FlexJS by Maven
>======================
>
>and change section
>
>Building Apache FlexJS
>======================
>
>to
>
>Building Apache FlexJS by ANT
>======================
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FUrQL&data=02%7C01%7C%7C7333295c2693410c166308d4a26a0b29%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636312023716663433&sdata=djXN8y3FgpMY
>BjAmSxEFBIFGdZ4q2OkU25yVst5lCf8%3D&reserved=0

OK.  But I think you should use "Apache Maven" and "Apache Ant".  I don't
think Ant is all capital letters.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi,

I just tried to go through the ApproveFlexJS.xml script and end up on
following building problem [1]. I point fresh download by installer to
FlexJS folder where there is flex-typedefs/js/target/, but I don't see
inside js.swc. - Is this a bug ?

Apart of that I examined Readme.txt and for the next release I would like to
add section:

Building Apache FlexJS by Maven
======================

and change section

Building Apache FlexJS
======================

to

Building Apache FlexJS by ANT
======================

[1] https://paste.apache.org/UrQL

Thanks,
Piotr




-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61826.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Chris,

Good luck with building! :) I did one merge the fixes which we have been
working together related to Maven archetypes, but nothing more. I think
there still something to push from you. Give it a try!

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61763.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Sort of managing to surface the post conference and house-building stuff … have the changes I did during ApacheCon found their way to the Release Branch yet?
If not I would try to merge them (Or probably cherry pick/patch them in)

Chris

Am 23.05.17, 09:18 schrieb "Alex Harui" <ah...@adobe.com.INVALID>:

    I just pushed fixes for the most obvious problems in the examples.
    Tomorrow I hope to fix some of the minor issues while we see if recent
    changes have broken anybody else.  So maybe Wednesday we will cut an RC if
    enough folks finish up their checks and give a thumbs up.
    
    Thanks,
    -Alex
    
    On 5/21/17, 3:15 PM, "piotrz" <pi...@gmail.com> wrote:
    
    >Hi Josh,
    >
    >Yes it was working for me while ago. Let me try later today my time with
    >Alex's instruction. I hope it will be as smooth as it was previously.
    >
    >Thanks,
    >Piotr
    >
    >
    >
    >-----
    >Apache Flex PMC
    >piotrzarzycki21@gmail.com
    >--
    >View this message in context:
    >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
    >x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
    >8-0-tp61275p61731.html&data=02%7C01%7C%7C061f62eec34e41f623c408d4a098d2f4%
    >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636310025619163906&sdata=9I9a
    >NGMOw9zuHzw7hr%2FE6p%2Fu60r%2BYKuWP8vSCkSEyVo%3D&reserved=0
    >Sent from the Apache Flex Development mailing list archive at Nabble.com.
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I just pushed fixes for the most obvious problems in the examples.
Tomorrow I hope to fix some of the minor issues while we see if recent
changes have broken anybody else.  So maybe Wednesday we will cut an RC if
enough folks finish up their checks and give a thumbs up.

Thanks,
-Alex

On 5/21/17, 3:15 PM, "piotrz" <pi...@gmail.com> wrote:

>Hi Josh,
>
>Yes it was working for me while ago. Let me try later today my time with
>Alex's instruction. I hope it will be as smooth as it was previously.
>
>Thanks,
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61731.html&data=02%7C01%7C%7C061f62eec34e41f623c408d4a098d2f4%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636310025619163906&sdata=9I9a
>NGMOw9zuHzw7hr%2FE6p%2Fu60r%2BYKuWP8vSCkSEyVo%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Josh,

Yes it was working for me while ago. Let me try later today my time with
Alex's instruction. I hope it will be as smooth as it was previously.

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61731.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
Just a reminder, if you think you're ​ready for a release candidate, and
you plan to use the approval scripts, now is the time to test that they're
working correctly. Running them on an actual release candidate should be
quick and painless because you should have already successfully ran the
approval scripts during the last call.

See Alex's email that I'm replying to for details about the approval
scripts.

Let's try to make this vote as smooth as possible!

- Josh

On May 11, 2017 3:35 PM, "Alex Harui" <ah...@adobe.com.invalid> wrote:

Approval scripts seem to be ok for falcon and flexjs.  I've just pushed
some changes so give an hour or so for CI to catch up.

To use them,
-create a new folder,
-copy the ApproveFalcon or ApproveFlexJS script from the release0.8.0
branch to that folder.
-set up your environment variables per the README.
-run Ant -e -f <name of approval script> -Drelease.version=0.8.0.

Folks expecting to vote on this release should be examining the release
branch builds.  When I hear two more folks have done so and think things
are ok to ship, I will create an official RC.  IMO, we need to start the
vote by Sunday in order to give the 72 hours and get some propagation on
the mirrors before the Summit.  So, if you want to announce the release
for the summit, please help by making sure we are ready to start the vote
on Sunday, whether you use these scripts or not.

https://cwiki.apache.org/confluence/display/FLEX/Release+Manager+and+Releas
e+Voter+Ant+Scripts

Thanks,
-Alex

On 5/11/17, 12:20 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Release branches built.  I added them to the Installer (FlexJS
>ReleaseBranch).  Give it a try and report issues.
>
>I'm still checking approval scripts but have to stop for tonight.
>
>-Alex
>
>On 5/10/17, 4:02 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
>>Release branches have been cut.  CI is trying to build them.  Please put
>>changes you want in the release in the release0.8.0 branches for
>>flex-falcon and flex-asjs.
>>
>>-Alex
>>
>>On 5/9/17, 9:35 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>>
>>>
>>>
>>>On 5/9/17, 9:16 PM, "piotrz" <pi...@gmail.com> wrote:
>>>
>>>>What hold us with moving forward with this?
>>>
>>>I'm playing around with how library-path works.
>>>
>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.a
>>>p
>>>a
>>>che.org%2Fthread.html%2F16c293b00937227175b08070a7b1eb62d45cd8&data=02%7
>>>C
>>>0
>>>1%7C%7C82d819473d794aa1ff6b08d4975e074d%7Cfa7b1b5a7b34438794aed2c178dece
>>>e
>>>1
>>>%7C0%7C0%7C636299877490843060&sdata=NHGVs1fdepBeSpiUZZwCfAhgrICy1fSkkGP4
>>>B
>>>1
>>>tHxQ8%3D&reserved=0
>>>5b5eaf9b15fa52f061@%3Cdev.flex.apache.org%3E
>>>
>>>I'm hoping to cut the release branch on my Wednesday.
>>>
>>>-Alex
>>>
>>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
I just pushed fix for MDL DropDownList, but it is something temporary. It
look like I have found issue which requires from me more work and discussion
on Dev list - probably need some attention from Carlos. It is specific to
how MDL works and what changes is doing with component's containers. I will
put details into the jira soon, but this is something which can be done
after release. 

I'm ok with moving forward.

Piotr




-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61728.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/21/17, 7:41 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>Also, I don’t see changes in Framework reflected in test project.

What kinds of changes?  Adding a new bead and changing CSS may not be
picked up by FB.  But when I changed Label.as to add "foo" to every text
property, that change showed up in my test app as I expected.

-Alex


RE: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Yishay Weiss <yi...@hotmail.com>.
Also, I don’t see changes in Framework reflected in test project.

From: Alex Harui<ma...@adobe.com.INVALID>
Sent: Saturday, May 20, 2017 4:51 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

"Pulled changes" as in syncing up the repo or grabbing the release CI
build?

Looks like the CI build was stuck, maybe for 3 days!  I've just unstuck
it.  It should take a couple of hours to finish building the latest from
the release branches.

If you are working from the repos, make sure you compiler jars are up to
date in the FlexJS SDK that FB is using.

-Alex

On 5/20/17, 7:01 AM, "yishayw" <yi...@hotmail.com> wrote:

>I just pulled the changes and tried to build using FB. I'm getting this
>
>1319: unknown configuration variable 'compiler.targets'.
>C:\dev\flexjs\flex-asjs\frameworks\projects\Core\src\main\config\compile-s
>wf-config.xml
>(line: 25)
>
>So Core doesn't build.
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61704.html&data=02%7C01%7C%7C82d9b3c3bd5a43be7d9b08d49f8a9d10%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636308865070833457&sdata=Cthw
>oTulwCSM4Y8cjtNNiZosHUyCNd24BhNDjCm9vNg%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/21/17, 7:41 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>I had to change <FLEXJS_HOME>\frameworks\flex-config.xml and remove sfw-
>from <swf-library-path> and <swf-external-library-path>. Otherwise
>there’s no code hinting in new FB project. Shouldn’t that be the default
>configuration?

I'm not sure we got enough responses to that idea, but that's fine with
me.  I think if you make the changes to
frameworks/flex-config-template.xml and air-config-template.xml that will
get you the results you want.

-Alex


RE: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Yishay Weiss <yi...@hotmail.com>.
I had to change <FLEXJS_HOME>\frameworks\flex-config.xml and remove sfw- from <swf-library-path> and <swf-external-library-path>. Otherwise there’s no code hinting in new FB project. Shouldn’t that be the default configuration?

From: Alex Harui<ma...@adobe.com.INVALID>
Sent: Saturday, May 20, 2017 4:51 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

"Pulled changes" as in syncing up the repo or grabbing the release CI
build?

Looks like the CI build was stuck, maybe for 3 days!  I've just unstuck
it.  It should take a couple of hours to finish building the latest from
the release branches.

If you are working from the repos, make sure you compiler jars are up to
date in the FlexJS SDK that FB is using.

-Alex

On 5/20/17, 7:01 AM, "yishayw" <yi...@hotmail.com> wrote:

>I just pulled the changes and tried to build using FB. I'm getting this
>
>1319: unknown configuration variable 'compiler.targets'.
>C:\dev\flexjs\flex-asjs\frameworks\projects\Core\src\main\config\compile-s
>wf-config.xml
>(line: 25)
>
>So Core doesn't build.
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61704.html&data=02%7C01%7C%7C82d9b3c3bd5a43be7d9b08d49f8a9d10%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636308865070833457&sdata=Cthw
>oTulwCSM4Y8cjtNNiZosHUyCNd24BhNDjCm9vNg%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
"Pulled changes" as in syncing up the repo or grabbing the release CI
build?

Looks like the CI build was stuck, maybe for 3 days!  I've just unstuck
it.  It should take a couple of hours to finish building the latest from
the release branches.

If you are working from the repos, make sure you compiler jars are up to
date in the FlexJS SDK that FB is using.

-Alex

On 5/20/17, 7:01 AM, "yishayw" <yi...@hotmail.com> wrote:

>I just pulled the changes and tried to build using FB. I'm getting this
>
>1319: unknown configuration variable 'compiler.targets'.
>C:\dev\flexjs\flex-asjs\frameworks\projects\Core\src\main\config\compile-s
>wf-config.xml
>(line: 25)
>
>So Core doesn't build.
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61704.html&data=02%7C01%7C%7C82d9b3c3bd5a43be7d9b08d49f8a9d10%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636308865070833457&sdata=Cthw
>oTulwCSM4Y8cjtNNiZosHUyCNd24BhNDjCm9vNg%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
I just pulled the changes and tried to build using FB. I'm getting this

1319: unknown configuration variable 'compiler.targets'.
C:\dev\flexjs\flex-asjs\frameworks\projects\Core\src\main\config\compile-swf-config.xml
(line: 25)

So Core doesn't build.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61704.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Also note:  Project/Clean doesn't seem to call our code so we can't know
to clean the bin folder, so folks may have to manually delete bin if the
need updates JS from the SWCs.

-Alex

On 5/18/17, 11:39 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>
>
>On 5/18/17, 12:12 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
>>
>>
>>On 5/17/17, 10:42 PM, "yishayw" <yi...@hotmail.com> wrote:
>>
>>>I tried 
>>>
>>>-compiler.targets=SWF
>>>
>>
>>I'll look into it tomorrow.  Still finding kinks in the FB projects.
>
>I think I have this working, but sometimes it seems like FB doesn't want
>to launch the compiler.
>I think all of the FB SWC projects are operational as well.
>
>I'm going back to polishing the examples.
>
>-Alex
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/18/17, 12:12 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>
>
>On 5/17/17, 10:42 PM, "yishayw" <yi...@hotmail.com> wrote:
>
>>I tried 
>>
>>-compiler.targets=SWF
>>
>
>I'll look into it tomorrow.  Still finding kinks in the FB projects.

I think I have this working, but sometimes it seems like FB doesn't want
to launch the compiler.
I think all of the FB SWC projects are operational as well.

I'm going back to polishing the examples.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/17/17, 10:42 PM, "yishayw" <yi...@hotmail.com> wrote:

>I tried 
>
>-compiler.targets=SWF
>

I'll look into it tomorrow.  Still finding kinks in the FB projects.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
I tried 

-compiler.targets=SWF



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61682.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Alex Harui-2 wrote
> You can use -compiler.targets=SWF or -compiler.targets=JSFlex to only
> compile one side or the other.

Adding those options in FB, under Flex Compiler view of the test app,
results in no code hinting. Not adding the options makes build time much
slower.




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61681.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/17/17, 3:22 PM, "yishayw" <yi...@hotmail.com> wrote:

>Alex Harui-2 wrote
>> That's good news.  Does that mean you are all set for your demo?
>
>I hope so, thanks for the help. Hopefully we've made our tooling stronger
>in
>the process.
>

Good that you can demo tomorrow.  This stuff is way broken for me and
probably anybody who tries it from scratch.  I'm hopeful I will have it
fixed soon.  And then you will be right, the tooling will be stronger.

Thanks for finding all of these issues and good luck tomorrow.
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Alex Harui-2 wrote
> That's good news.  Does that mean you are all set for your demo?

I hope so, thanks for the help. Hopefully we've made our tooling stronger in
the process.




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61679.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/17/17, 3:24 AM, "yishayw" <yi...@hotmail.com> wrote:

>It's actually working. I just needed to clean the test project, as well as
>the framework where I made changes.

That's good news.  Does that mean you are all set for your demo?

Having to clean to see new files and changes to CSS files may be required
for this release.  The FB integration used to always request a full
rebuild, but with dual mode that can be expensive so we now build up the
list of sources and look for the modified dates to change.  We should also
be watching the parent folders as well, but I don't know if new files are
detectable that way.  And for a CSS file change in a SWC, the CSS file is
not compiled (it is just packaged in the SWC) so it currently isn't in the
list of files to watch.  There is a note in the compiler source comments
that watching 'everything' was also expensive.  Hopefully, actually
changing an existing source file will trigger a rebuild (it does for me in
a test app).  I will try to verify that it works in a library project as
well.  The compile usually takes long enough that you can see the
"Building Workspace" progress bar in lower right in FB.

And then, to see changes to SWCs in the test apps that use them, because
we don't overwrite JS files in the output folder, you may always have to
clean the test app project as well.  Maybe there should be a way to force
an overwrite.  We also need to verify that cleaning a project from an IDE
cleans out the bin/js-debug folder.

For me, I created a whole new workspace and imported all of the FB project
and it will not build for me, and in looking at the project files, it
probably shouldn't.  So I'm fixing up project files and the FB integration
today.  So if your demo is working for you, you may have gotten lucky so
be careful about refreshing your workspace.  I hope to fix this today so
if new folks try bringing in these projects that the workspace does build
correctly.

Thanks for working on this,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
It's actually working. I just needed to clean the test project, as well as
the framework where I made changes.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61672.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
I did.




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61671.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Well i prose that the build should fail, if an invalid output type is provided.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


-------- Ursprüngliche Nachricht --------
Von: Alex Harui <ah...@adobe.com.INVALID>
Datum: 16.05.17 19:20 (GMT-05:00)
An: dev@flex.apache.org
Betreff: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0



On 5/16/17, 3:42 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Hi,
>
>I just noticed while preparing my presentation for Thursday, that the
>archetypes are/were broken.
>
>While it was easy to fix … thanks to Piotr ( it still demonstrated up a
>problem … you can pass in values as “targets” and if they don’t exist,
>the build will not fail. It should however fail. Right now, people with
>existing projects will have build-problems without knowing what is going
>wrong. This type of issue can be frustrating. I think we should address
>this.

What do you propose?

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/16/17, 3:42 PM, "Christofer Dutz" <ch...@c-ware.de> wrote:

>Hi,
>
>I just noticed while preparing my presentation for Thursday, that the
>archetypes are/were broken.
>
>While it was easy to fix … thanks to Piotr ( it still demonstrated up a
>problem … you can pass in values as “targets” and if they don’t exist,
>the build will not fail. It should however fail. Right now, people with
>existing projects will have build-problems without knowing what is going
>wrong. This type of issue can be frustrating. I think we should address
>this.

What do you propose?

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi,

I just noticed while preparing my presentation for Thursday, that the archetypes are/were broken.

While it was easy to fix … thanks to Piotr ( it still demonstrated up a problem … you can pass in values as “targets” and if they don’t exist, the build will not fail. It should however fail. Right now, people with existing projects will have build-problems without knowing what is going wrong. This type of issue can be frustrating. I think we should address this.

Chris

Am 16.05.17, 15:38 schrieb "Alex Harui" <ah...@adobe.com.INVALID>:

    
    
    On 5/16/17, 12:01 PM, "yishayw" <yi...@hotmail.com> wrote:
    
    >Tweaking flex-config.xml worked for me as well. It sounds like a good
    >idea to
    >link to JS instead of swf. I'll see if I can do that later.
    >
    
    That would be great if you can figure out the changes.
    
    IIRC, when I tried that, I got lots of other JS offerings I didn't
    expect/want like HTMLElement.  Made me think about creating a third set of
    SWCs that are platform agnostic, but we don't know how often folks will
    need to cheat and write platform code.
    
    Thanks,
    -Alex
    
    


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/16/17, 12:01 PM, "yishayw" <yi...@hotmail.com> wrote:

>Tweaking flex-config.xml worked for me as well. It sounds like a good
>idea to
>link to JS instead of swf. I'll see if I can do that later.
>

That would be great if you can figure out the changes.

IIRC, when I tried that, I got lots of other JS offerings I didn't
expect/want like HTMLElement.  Made me think about creating a third set of
SWCs that are platform agnostic, but we don't know how often folks will
need to cheat and write platform code.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Tweaking flex-config.xml worked for me as well. It sounds like a good idea to
link to JS instead of swf. I'll see if I can do that later.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61656.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
OK, I'll try that.  I'm not even seeing project files for Basic. Did you
have to make them?

On 5/16/17, 8:37 PM, "yishayw" <yi...@hotmail.com> wrote:

>I added a bead [1] to Basic, and changed the line thickness.
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FW1AD&data=02%7C01%7C%7C6b904e2114054925500a08d49cd7e5cd%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636305898470114378&sdata=VUpT0kXjmfhO
>YFmK9Vn0hUw1wTPAdC%2B5upwJzmq8PbE%3D&reserved=0
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61669.html&data=02%7C01%7C%7C6b904e2114054925500a08d49cd7e5cd%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636305898470114378&sdata=rfce
>ugaCMu%2BQg2mrVUBeqmnICo1TExzQq%2BsGQYJWp2M%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
I added a bead [1] to Basic, and changed the line thickness.

[1] https://paste.apache.org/W1AD



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61669.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
What kinds of things did you change?

On 5/16/17, 8:17 PM, "yishayw" <yi...@hotmail.com> wrote:

>Code completion is working, but FB build does not change framework code as
>far as the test app is concerned. Alex, this [1] is what I'm doing and it
>used to work as you can see here [2]. Can you see if it works in your
>setup?
>
>[1]
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FFlexJS-Developer-Setup-tp53729p53733
>.html&data=02%7C01%7C%7Ced519a5c11ba4dacaceb08d49cd517a0%7Cfa7b1b5a7b34438
>794aed2c178decee1%7C0%7C0%7C636305886415676598&sdata=Kec31%2BXFLFXy%2FLAwW
>Hg97GPCKdXcAZLuIfoBk0gqF5k%3D&reserved=0
>[2]
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FFlexJS-Developer-Setup-tp53729p53788
>.html&data=02%7C01%7C%7Ced519a5c11ba4dacaceb08d49cd517a0%7Cfa7b1b5a7b34438
>794aed2c178decee1%7C0%7C0%7C636305886415676598&sdata=JREA%2BjLc%2Bim7ku1Av
>y%2FpT62p4eBiRgrnXT0gUWLXCgI%3D&reserved=0
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61667.html&data=02%7C01%7C%7Ced519a5c11ba4dacaceb08d49cd517a0%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636305886415686603&sdata=foRd
>l8%2B5OAy6l8HlkUbXuN50XbuVZWEws22CnYEq%2Brc%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Code completion is working, but FB build does not change framework code as
far as the test app is concerned. Alex, this [1] is what I'm doing and it
used to work as you can see here [2]. Can you see if it works in your setup?

[1]
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Developer-Setup-tp53729p53733.html
[2]
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Developer-Setup-tp53729p53788.html



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61667.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Well, from the release branch nightly, I didn't get any code hinting in
MXML or AS.

Then I quit FB and tweaked the flex-config.xml in the FlexJS SDK's folder
and changed the swf-external-library-path entry to just
external-library-path and the swf-library-path entry to be just
library-path and when I restarted FB I got the code hinting.  So FB is
using the flex-config.xml's library-path to find offerings for code-assist.

The code hinting had tons of Flash offerings.  Make me think we might want
to default to JS offerings instead by not changing
swf-external-library-path and swf-library-path and changing
js-library-path and js-external-library-path instead.  But then I think
you have to link to the CoreJS instead of Core.

Thoughts?
-Alex

On 5/16/17, 10:09 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Hmm.  Maybe compare the library-path settings in the Basic project to your
>app's library-path settings?
>
>I will install the CI nightly and see what I get.
>
>-Alex
>
>On 5/16/17, 9:44 AM, "yishayw" <yi...@hotmail.com> wrote:
>
>>My app [1]
>>.actionScriptProperties [2]
>>.flexProperties [3]
>>
>>So Core is merged to code, and the rest is taken from the framework.
>>
>>AS3 files are fine.
>>
>>Also, when I edit TitleBarView.mxml in Basic, I get code completion as
>>usual, both in xml and in scrip tag.
>>
>>There are no references to -swf-library-path that I can see.
>> 
>>[1] 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ap
>>a
>>che.org%2FdVyY&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22%7Cfa7b1
>>b
>>5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=0j5hobBkkhX
>>1
>>Vmrp2hctyexqqmBFoMGo3lahVwDS7Lg%3D&reserved=0
>>[2] 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ap
>>a
>>che.org%2Fn1Lj&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22%7Cfa7b1
>>b
>>5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=Ilhp2xOAOMm
>>w
>>pAFgI4UJV%2BevLSljlnDh%2FuPNc8V0cPY%3D&reserved=0
>>[3] 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ap
>>a
>>che.org%2FqQSu&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22%7Cfa7b1
>>b
>>5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=ZH%2FxCOXQp
>>s
>>JwB36DL7Y2sihbqIfrvb10Dx2lY7iZmVI%3D&reserved=0
>>
>>
>>
>>
>>
>>
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0
>>-
>>8-0-tp61275p61651.html&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22
>>%
>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=G%2
>>F
>>ZvufuntXLsEHZXd47nTpWnTzTvE%2BUzLfEb06sO0oI%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hmm.  Maybe compare the library-path settings in the Basic project to your
app's library-path settings?

I will install the CI nightly and see what I get.

-Alex

On 5/16/17, 9:44 AM, "yishayw" <yi...@hotmail.com> wrote:

>My app [1]
>.actionScriptProperties [2]
>.flexProperties [3]
>
>So Core is merged to code, and the rest is taken from the framework.
>
>AS3 files are fine.
>
>Also, when I edit TitleBarView.mxml in Basic, I get code completion as
>usual, both in xml and in scrip tag.
>
>There are no references to -swf-library-path that I can see.
> 
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FdVyY&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=0j5hobBkkhX1
>Vmrp2hctyexqqmBFoMGo3lahVwDS7Lg%3D&reserved=0
>[2] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2Fn1Lj&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=Ilhp2xOAOMmw
>pAFgI4UJV%2BevLSljlnDh%2FuPNc8V0cPY%3D&reserved=0
>[3] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FqQSu&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=ZH%2FxCOXQps
>JwB36DL7Y2sihbqIfrvb10Dx2lY7iZmVI%3D&reserved=0
>
>
>
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61651.html&data=02%7C01%7C%7C1ffbf4de0b004799ff9f08d49c7c9c22%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636305506390335068&sdata=G%2F
>ZvufuntXLsEHZXd47nTpWnTzTvE%2BUzLfEb06sO0oI%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
My app [1]
.actionScriptProperties [2]
.flexProperties [3] 

So Core is merged to code, and the rest is taken from the framework.

AS3 files are fine.

Also, when I edit TitleBarView.mxml in Basic, I get code completion as
usual, both in xml and in scrip tag.

There are no references to -swf-library-path that I can see.
 
[1] https://paste.apache.org/dVyY
[2] https://paste.apache.org/n1Lj
[3] https://paste.apache.org/qQSu






--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61651.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/16/17, 8:28 AM, "Josh Tynjala" <jo...@gmail.com> wrote:

>At one point, I considered adding a flexjs-config.xml for JS-only
>workflows. Seems like a good idea to me!

And earlier we discussed swf-config.xml and maybe a swfair-config.xml.

I'm a little concerned about -config.xml overwhelm, but maybe this is the
best answer.

Thoughts?
-Alex

>
>- Josh
>
>On May 16, 2017 8:05 AM, "Alex Harui" <ah...@adobe.com.invalid> wrote:
>
>>
>>
>> On 5/16/17, 7:35 AM, "yishayw" <yi...@hotmail.com> wrote:
>>
>> >That worked, thanks. For some reason code completion in my hello world
>>app
>> >only works on the mxml elements, not in the script tag.
>> >
>>
>> Hmm.  Does code-completion work in .as files?
>>
>> What is the configuration you are using?  I'm wondering if more SWCs
>>need
>> to be on the regular -library-path (instead of -swf-library-path and
>> -js-library-path) for FB code completion.
>>
>> Now that -library-path is not appended to -swf-library-path and
>> -js-library-path, it should mean that you can choose SWF or JS as the
>> "primary" platform for an IDE that expects certain things on the
>> -library-path.  Then, if you want -library-path for SWF, you have to
>>make
>> sure all configurations are putting SWF SWCs on the -library-path (and
>>not
>> -swf-library-path) and put the JS SWCs on -js-library-path.  And
>> vice-versa if you want JS to be primary.
>>
>> That might mean that the frameworks/flex-config.xml is not set up the
>>way
>> you want it.  Maybe we need flex-config.xml to be set up for SWFs and
>>add
>> a new flexjs-config.xml to be set up for JS-primary or JS-only users.
>>
>> Thoughts?
>> -Alex
>>
>>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
At one point, I considered adding a flexjs-config.xml for JS-only
workflows. Seems like a good idea to me!

- Josh

On May 16, 2017 8:05 AM, "Alex Harui" <ah...@adobe.com.invalid> wrote:

>
>
> On 5/16/17, 7:35 AM, "yishayw" <yi...@hotmail.com> wrote:
>
> >That worked, thanks. For some reason code completion in my hello world app
> >only works on the mxml elements, not in the script tag.
> >
>
> Hmm.  Does code-completion work in .as files?
>
> What is the configuration you are using?  I'm wondering if more SWCs need
> to be on the regular -library-path (instead of -swf-library-path and
> -js-library-path) for FB code completion.
>
> Now that -library-path is not appended to -swf-library-path and
> -js-library-path, it should mean that you can choose SWF or JS as the
> "primary" platform for an IDE that expects certain things on the
> -library-path.  Then, if you want -library-path for SWF, you have to make
> sure all configurations are putting SWF SWCs on the -library-path (and not
> -swf-library-path) and put the JS SWCs on -js-library-path.  And
> vice-versa if you want JS to be primary.
>
> That might mean that the frameworks/flex-config.xml is not set up the way
> you want it.  Maybe we need flex-config.xml to be set up for SWFs and add
> a new flexjs-config.xml to be set up for JS-primary or JS-only users.
>
> Thoughts?
> -Alex
>
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/16/17, 7:35 AM, "yishayw" <yi...@hotmail.com> wrote:

>That worked, thanks. For some reason code completion in my hello world app
>only works on the mxml elements, not in the script tag.
>

Hmm.  Does code-completion work in .as files?

What is the configuration you are using?  I'm wondering if more SWCs need
to be on the regular -library-path (instead of -swf-library-path and
-js-library-path) for FB code completion.

Now that -library-path is not appended to -swf-library-path and
-js-library-path, it should mean that you can choose SWF or JS as the
"primary" platform for an IDE that expects certain things on the
-library-path.  Then, if you want -library-path for SWF, you have to make
sure all configurations are putting SWF SWCs on the -library-path (and not
-swf-library-path) and put the JS SWCs on -js-library-path.  And
vice-versa if you want JS to be primary.

That might mean that the frameworks/flex-config.xml is not set up the way
you want it.  Maybe we need flex-config.xml to be set up for SWFs and add
a new flexjs-config.xml to be set up for JS-primary or JS-only users.

Thoughts?
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
That worked, thanks. For some reason code completion in my hello world app
only works on the mxml elements, not in the script tag. 



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61645.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
You probably need to upgrade FB to a newer Java version.  See:

http://blogs.adobe.com/flashplayer/2016/09/running-adobe-flash-builder-on-m
ac-with-java-78.html#sthash.A7Gi2Th5.dpbs

You may also need to edit the .ini file and add:

-Djava.util.Arrays.useLegacyMergeSort=true

HTH,
-Alex




Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
You're correct, my mistake. Basic -> Graphics but not the other way around.
FW projects are building now from eclipse but when I create a test project
and try to compile HelloWorld I get an internal build error [1].

[1] https://paste.apache.org/7N7c



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61640.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
For me, GraphicContainer is also in Basic.

On 5/15/17, 8:28 PM, "yishayw" <yi...@hotmail.com> wrote:

>Basic -> Graphics -> Basic
>
>e.g. Circle (Basic) -> ICircle (Graphics)
>
>and
>
>GraphicCntainer (Graphics) -> GroupBase (Basic)
>
>
>So I'm not sure how to do that.
>
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61637.html&data=02%7C01%7C%7C973d8432f579442b644508d49c0d7a58%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636305029093228567&sdata=umah
>UHnVWT3jtobx%2FI0%2FzbZGDD1%2Ft%2FQc70CQpB4mHGs%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Basic -> Graphics -> Basic

e.g. Circle (Basic) -> ICircle (Graphics)

and

GraphicCntainer (Graphics) -> GroupBase (Basic)


So I'm not sure how to do that.




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61637.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/15/17, 3:48 PM, "yishayw" <yi...@hotmail.com> wrote:

>Alex Harui-2 wrote
>> only know how to manipulate the library-path with 'linked' projects.  I
>> guess I'll have to revert that change.
>
>Thanks, I was hoping to demo this on Thu for my intro to FlexJS talk. I'd
>like to show how easy it can be to actually play around with the framework
>and contribute.
>

Sounds great.  I'll help you make sure it works.

>
>> FWIW, once we get this working, FB should build both the SWF and JS
>> versions when you hit save so you shouldn't need Ant/Maven to get the
>>JS.
>
>That would be nice. A flag to disable either build would be important IMO,
>as JS has been building pretty slowly.
>

You can use -compiler.targets=SWF or -compiler.targets=JSFlex to only
compile one side or the other.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Alex Harui-2 wrote
> only know how to manipulate the library-path with 'linked' projects.  I
> guess I'll have to revert that change.

Thanks, I was hoping to demo this on Thu for my intro to FlexJS talk. I'd
like to show how easy it can be to actually play around with the framework
and contribute.


> FWIW, once we get this working, FB should build both the SWF and JS
> versions when you hit save so you shouldn't need Ant/Maven to get the JS.

That would be nice. A flag to disable either build would be important IMO,
as JS has been building pretty slowly. 




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61635.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Friendly reminder:  Please make sure commits you want to see in the
release go in the release0.8.0 branch instead of develop.

Thanks,
-Alex

On 5/15/17, 3:33 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>OK, I pushed the reverting of the appending of library path.  See if that
>works better for you.
>
>-Alex
>
>On 5/15/17, 2:43 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
>>
>>
>>On 5/15/17, 1:30 PM, "yishayw" <yi...@hotmail.com> wrote:
>>
>>>The .actionScriptProperties is coming from my own test project.
>>>Generally, I
>>>use the IDE build for flash and Ant/Maven for JS. So right now I'm
>>>strictly
>>>interested in the flash build. For that purpose, is there a way to
>>>create
>>>a
>>>test app in the FB, edit the framework classes, and see the effects in
>>>my
>>>test app? That's what I was doing before dual.
>>>
>>
>>Crap.  I knew there was a reason why library-path shouldn't be appended
>>to
>>the swf-library-path and js-library-path.  I forgot that the IDEs like FB
>>only know how to manipulate the library-path with 'linked' projects.  I
>>guess I'll have to revert that change.
>>
>>FWIW, once we get this working, FB should build both the SWF and JS
>>versions when you hit save so you shouldn't need Ant/Maven to get the JS.
>>
>>Thanks for catching that.
>>-Alex
>>
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
OK, I pushed the reverting of the appending of library path.  See if that
works better for you.

-Alex

On 5/15/17, 2:43 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>
>
>On 5/15/17, 1:30 PM, "yishayw" <yi...@hotmail.com> wrote:
>
>>The .actionScriptProperties is coming from my own test project.
>>Generally, I
>>use the IDE build for flash and Ant/Maven for JS. So right now I'm
>>strictly
>>interested in the flash build. For that purpose, is there a way to create
>>a
>>test app in the FB, edit the framework classes, and see the effects in my
>>test app? That's what I was doing before dual.
>>
>
>Crap.  I knew there was a reason why library-path shouldn't be appended to
>the swf-library-path and js-library-path.  I forgot that the IDEs like FB
>only know how to manipulate the library-path with 'linked' projects.  I
>guess I'll have to revert that change.
>
>FWIW, once we get this working, FB should build both the SWF and JS
>versions when you hit save so you shouldn't need Ant/Maven to get the JS.
>
>Thanks for catching that.
>-Alex
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/15/17, 1:30 PM, "yishayw" <yi...@hotmail.com> wrote:

>The .actionScriptProperties is coming from my own test project.
>Generally, I
>use the IDE build for flash and Ant/Maven for JS. So right now I'm
>strictly
>interested in the flash build. For that purpose, is there a way to create
>a
>test app in the FB, edit the framework classes, and see the effects in my
>test app? That's what I was doing before dual.
>

Crap.  I knew there was a reason why library-path shouldn't be appended to
the swf-library-path and js-library-path.  I forgot that the IDEs like FB
only know how to manipulate the library-path with 'linked' projects.  I
guess I'll have to revert that change.

FWIW, once we get this working, FB should build both the SWF and JS
versions when you hit save so you shouldn't need Ant/Maven to get the JS.

Thanks for catching that.
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
The .actionScriptProperties is coming from my own test project. Generally, I
use the IDE build for flash and Ant/Maven for JS. So right now I'm strictly
interested in the flash build. For that purpose, is there a way to create a
test app in the FB, edit the framework classes, and see the effects in my
test app? That's what I was doing before dual.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61631.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/15/17, 12:47 PM, "yishayw" <yi...@hotmail.com> wrote:

>I see this in the dump [1].
>
>      <library-path>
>        
><path-element>C:\dev\flexjs\flex-asjs\frameworks\projects\HTML\target\HTML
>.swc</path-element>
>        
><path-element>C:\dev\flexjs\flex-asjs\frameworks\projects\Core\target\Core
>.swc</path-element>
>        
><path-element>C:\dev\flexjs\flex-asjs\frameworks\projects\Basic\target\Bas
>ic.swc</path-element>
>      </library-path>
>
>Probably coming from .actionsScripProperties in Flash Builder which has
>this
>[2]. I use those entries so I can change framework code and see those
>changes in the my test app.
>
>How do you suggest I go about this?

Hmm.  What folder's actionScriptProperties is this in?  In theory, there
are different dependencies depending on the kind of SWC.  So in
frameworks/projects/XML, for example, it would depend on the SWF SWCs  but
in frameworks/js/FlexJS/projects/XMLJS, it would be depending on the JS
SWCs like HTMLJS, CoreJS, BasicJS.

The FB projects may need updating to reflect that.

HTH,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
I see this in the dump [1].

      <library-path>
        
<path-element>C:\dev\flexjs\flex-asjs\frameworks\projects\HTML\target\HTML.swc</path-element>
        
<path-element>C:\dev\flexjs\flex-asjs\frameworks\projects\Core\target\Core.swc</path-element>
        
<path-element>C:\dev\flexjs\flex-asjs\frameworks\projects\Basic\target\Basic.swc</path-element>
      </library-path>

Probably coming from .actionsScripProperties in Flash Builder which has this
[2]. I use those entries so I can change framework code and see those
changes in the my test app.

How do you suggest I go about this?

Thanks.



[1] https://paste.apache.org/VshG
[2] https://paste.apache.org/N96T



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61629.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/15/17, 5:19 AM, "yishayw" <yi...@hotmail.com> wrote:

>Looking in Application under Basic it implements IInitialViewApplication
>but
>does not implement get stage. I suppose because it ultimately extends
>sprite
>get stage should exist. How should I configure my project so the compiler
>understands that?
>

Looking at the source, IInitialViewApplication only has a stage property
for SWF.

With the Dual compiler, the -library-path option is used rarely.  It
should only be used for SWCs that have no platform-specific APIs.  There
are -swf-library-path and -js-library-path options that are used instead
to specify the SWF-specific and JS-specific SWCs.  Flex-config.xml should
be set up that way.  It sounds like you are using an IDE.  It might be
setting the -library-path somehow.  I think there is a -dump-config=<some
output file> option that will cause the compiler to generate the set of
options it thinks it sees.  Maybe try that and see where things are being
specified.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Looking in Application under Basic it implements IInitialViewApplication but
does not implement get stage. I suppose because it ultimately extends sprite
get stage should exist. How should I configure my project so the compiler
understands that?



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61616.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Alex Harui-2 wrote
> I spent some time trying to debug it.  It makes no sense to me, but
> somehow during "ant all" the properties picked up by the failing build.xml
> had a FLEX_HOME set to the flex-sdk, even though at the launch of the

Hope you didn't spend too much time figuring that out, because that's what I
posted...

Anyway, I'm having some trouble building hello world [1] from Flash Builder.
I'm getting:

1044: interface method stage in interface IInitialViewApplication not
implemented by class a_project

[1] https://paste.apache.org/hN1k




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61615.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I just pushed changes to make "ant all" work for me again.

I spent some time trying to debug it.  It makes no sense to me, but
somehow during "ant all" the properties picked up by the failing build.xml
had a FLEX_HOME set to the flex-sdk, even though at the launch of the
build.xml, FLEX_HOME is not set.  Yet it works fine from just "ant".
FLEX_HOME is set to flex-sdk by other parts of the build, but those values
shouldn't be inherited by the failing build.xml.

Very strange, but I'm not forcing the value so it shouldn't happen again.

Thanks for checking "ant all".
-Alex

On 5/14/17, 9:38 AM, "yishayw" <yi...@hotmail.com> wrote:

>In 
>\flex-asjs\frameworks\js\FlexJS\projects\LanguageJS\build.xml
>
>FLEX_HOME is resolved to flex-sdk instead of flex-asjs, which results in
>the
>error I got.
>
>This is probably because of this line
>
>    <property name="FLEXJS_HOME" location="../../../../.."/>
>
>Which seems to depend on the dir from which the build was run. When I run
>ant from (after ant clean all) from flex-asjs the build is successful.
>
>One think I noticed is that TLF.swc and Text.swc are missing from
>flex-asjs\frameworks\libs\
>
>Is that by design?
>
>
>
>
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61605.html&data=02%7C01%7C%7Cf2e47df9b4a64f60980208d49ae97612%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636303774889324018&sdata=jBdz
>gsc15iw1g3RwKzBFRkbUaqkvRaIf5u4zqwxTslI%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
Ok, sounds good.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61612.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I have the develop branch merged into TLF.  There is still one issue I
need to resolve before pushing it but I've been working on other issues.
I didn't think we had planned to merge TLF into the release branch for
this release.

-Alex

On 5/14/17, 12:27 PM, "piotrz" <pi...@gmail.com> wrote:

>Yishay,
>
>TLF and Text project are in "tlf" branch - I think it wasn't merged to
>develop. However in our "release0.8.0" branch I see Text project.
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzycki21@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61609.html&data=02%7C01%7C%7C59b16e8a9ff14518376b08d49b011e09%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636303876485830215&sdata=pUbe
>QT5adHlZXKdBSWNSs8rWkJvjbYtDJeK2MiYbwoI%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Yishay,

TLF and Text project are in "tlf" branch - I think it wasn't merged to
develop. However in our "release0.8.0" branch I see Text project.

Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61609.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I saw this happen once, where it was trying to use flex-sdk.

- Josh

On May 14, 2017 9:51 AM, "yishayw" <yi...@hotmail.com> wrote:

> In
> \flex-asjs\frameworks\js\FlexJS\projects\LanguageJS\build.xml
>
> FLEX_HOME is resolved to flex-sdk instead of flex-asjs, which results in
> the
> error I got.
>
> This is probably because of this line
>
>     <property name="FLEXJS_HOME" location="../../../../.."/>
>
> Which seems to depend on the dir from which the build was run. When I run
> ant from (after ant clean all) from flex-asjs the build is successful.
>
> One think I noticed is that TLF.swc and Text.swc are missing from
> flex-asjs\frameworks\libs\
>
> Is that by design?
>
>
>
>
>
>
>
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-
> FalconJX-0-8-0-tp61275p61605.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
In 
\flex-asjs\frameworks\js\FlexJS\projects\LanguageJS\build.xml

FLEX_HOME is resolved to flex-sdk instead of flex-asjs, which results in the
error I got.

This is probably because of this line

    <property name="FLEXJS_HOME" location="../../../../.."/>

Which seems to depend on the dir from which the build was run. When I run
ant from (after ant clean all) from flex-asjs the build is successful.

One think I noticed is that TLF.swc and Text.swc are missing from
flex-asjs\frameworks\libs\

Is that by design?







--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61605.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 5/14/17, 7:06 AM, "yishayw" <yi...@hotmail.com> wrote:

>I just updated and ran ant clean all from asjs and the build is failing
>with
>below console output. Is that what others are getting using ant (it's a
>long
>thread and I found it hard to follow)?. I'll see if I can work out my
>Maven
>problems.
>

I haven't tried that in a while.  I can't look into it until later, but
maybe try running "ant wipe" in flex-typedefs and "ant wipe-all" in
flex-falcon, and "ant super-clean" in flex-asjs then try again.

HTH,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by yishayw <yi...@hotmail.com>.
I just updated and ran ant clean all from asjs and the build is failing with
below console output. Is that what others are getting using ant (it's a long
thread and I found it hard to follow)?. I'll see if I can work out my Maven
problems.



    [echo] Cross-compiling LanguageJS.swc
     [echo] FALCONJX_HOME:
C:\dev\flexjs\flex-asjs/../flex-falcon/compiler-jx
    [mkdir] Created dir:
C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\projects\LanguageJS\target\generated-sources\flexjs
     [java] args:
     [java] +flexlib=C:\dev\flexjs\flex-sdk/frameworks
     [java] command line unable to open
'C:\dev\flexjs\flex-sdk\frameworks\js-config.xml'.
     [java]
     [java]
     [java]
     [java] -compiler.strict-xml=true
     [java] -compiler.targets=SWF,JSFlex
     [java]
-output=C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\projects\LanguageJS/target/LanguageJS.swc
     [java] -load-config=C:\dev\flexjs\flex-sdk/frameworks/js-config.xml
     [java]
-load-config+=C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\projects\LanguageJS/src/main/config/compile-js-config.xml
     [java] 0.293386482 seconds
     [java] Java Result: 4

BUILD FAILED



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61587.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
Do any other PMC members have concerns about the MD5 code?  I don't.  I
think we're good to go.

-Alex

On 4/23/17, 8:33 AM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
<omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:

>Justin, you are welcome to contact the original authors and find out more.
>But please don't expect the release process to wait till we figure this
>out.
>
>We can fix license headers in a subsequent release if needed.
>
>I would rather Alex and Harbs continue their coding, prepping for release,
>etc instead of spending more time on this issue.
>
>Thanks,
>Om
>
>
>On Apr 23, 2017 8:00 AM, "Harbs" <ha...@gmail.com> wrote:
>
>My point is that it does not matter which came from where.
>
>Even if you are right (which I doubt — Mike Chambers probably just took
>most of the code from existing code bases) the code was owned by Adobe
>(since it was written by an Adobe employee whether Mike Chambers or
>someone
>else) and Adobe donated it to Apache under the Apache license. We have no
>reason to question their right to do so.
>
>I don’t know what other licensing issues you refer to, so I can’t respond
>to that, but in this case I see no reason to do anything.
>
>Thanks,
>Harbs
>
>> On Apr 23, 2017, at 10:20 AM, Justin Mclean <ju...@classsoftware.com>
>wrote:
>>
>> Hi,
>>
>>> You have no way of determining that the original came from as3corelib
>and not the other way around.
>>
>> Yes we do we can ask the people involved. Also look at the github dates,
>for instance the license was updated in 2008. [1]
>>
>> Alex has requested the same on other licensing issues so why should this
>be different?
>>
>> Thanks,
>> Justin
>>
>> 1. 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.c
>>om%2Fmikechambers%2Fas3corelib%2Fcommits%2F&data=02%7C01%7C%7C245e228336f
>>94424e63208d48a5e0e12%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636285
>>584131328921&sdata=FN5KN2STmyuXZutVOyHEKnKIbLGJ0E4%2BYgZne5MH46w%3D&reser
>>ved=0
>24c6c16aecbf0d8fcc043ae671e689b0d4b4c559/tests/src/com/
>adobe/crypto/MD5Test.as


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Justin, you are welcome to contact the original authors and find out more.
But please don't expect the release process to wait till we figure this
out.

We can fix license headers in a subsequent release if needed.

I would rather Alex and Harbs continue their coding, prepping for release,
etc instead of spending more time on this issue.

Thanks,
Om


On Apr 23, 2017 8:00 AM, "Harbs" <ha...@gmail.com> wrote:

My point is that it does not matter which came from where.

Even if you are right (which I doubt — Mike Chambers probably just took
most of the code from existing code bases) the code was owned by Adobe
(since it was written by an Adobe employee whether Mike Chambers or someone
else) and Adobe donated it to Apache under the Apache license. We have no
reason to question their right to do so.

I don’t know what other licensing issues you refer to, so I can’t respond
to that, but in this case I see no reason to do anything.

Thanks,
Harbs

> On Apr 23, 2017, at 10:20 AM, Justin Mclean <ju...@classsoftware.com>
wrote:
>
> Hi,
>
>> You have no way of determining that the original came from as3corelib
and not the other way around.
>
> Yes we do we can ask the people involved. Also look at the github dates,
for instance the license was updated in 2008. [1]
>
> Alex has requested the same on other licensing issues so why should this
be different?
>
> Thanks,
> Justin
>
> 1. https://github.com/mikechambers/as3corelib/commits/
24c6c16aecbf0d8fcc043ae671e689b0d4b4c559/tests/src/com/
adobe/crypto/MD5Test.as

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Harbs <ha...@gmail.com>.
My point is that it does not matter which came from where.

Even if you are right (which I doubt — Mike Chambers probably just took most of the code from existing code bases) the code was owned by Adobe (since it was written by an Adobe employee whether Mike Chambers or someone else) and Adobe donated it to Apache under the Apache license. We have no reason to question their right to do so.

I don’t know what other licensing issues you refer to, so I can’t respond to that, but in this case I see no reason to do anything.

Thanks,
Harbs

> On Apr 23, 2017, at 10:20 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> 
> Hi,
> 
>> You have no way of determining that the original came from as3corelib and not the other way around.
> 
> Yes we do we can ask the people involved. Also look at the github dates, for instance the license was updated in 2008. [1]
> 
> Alex has requested the same on other licensing issues so why should this be different?
> 
> Thanks,
> Justin
> 
> 1. https://github.com/mikechambers/as3corelib/commits/24c6c16aecbf0d8fcc043ae671e689b0d4b4c559/tests/src/com/adobe/crypto/MD5Test.as


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> You have no way of determining that the original came from as3corelib and not the other way around.

Yes we do we can ask the people involved. Also look at the github dates, for instance the license was updated in 2008. [1]

Alex has requested the same on other licensing issues so why should this be different?

Thanks,
Justin

1. https://github.com/mikechambers/as3corelib/commits/24c6c16aecbf0d8fcc043ae671e689b0d4b4c559/tests/src/com/adobe/crypto/MD5Test.as

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Harbs <ha...@gmail.com>.
You have no way of determining that the original came from as3corelib and not the other way around. Mike Chambers was an Adobe employee and the code he wrote belongs to Adobe. Adobe can license it however they want. In fact they donated it to Apache, so there are no issues.

Thanks,
Harbs

> On Apr 23, 2017, at 5:36 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> 
> Hi,
> 
>> As I already responded, IMO there are none.
> 
> The code original comes from a 3rd party and is BSD licensed [1]
> 
> So why:
> 1. Does our file have an Apache header? [2]
> 2. Is the BSD license in question is missing from the LICENSE file? [3]
> 
> It seems to me quite likely that Adobe may of changed the header prior to donation perhaps legally perhaps not. Is there any way we can find out the history pre donation? There is a history of Adobe being a little loose with IP / licensing in unit tests.
> 
> Looking at the directory [4] there may be another files having the same issue - IntUtil.as 
> 
> The easy solution as allways it to add the license to LICENSE and in that case it at worse becomes a documentation issue rather than a licensing issue.
> 
> Thanks,
> Justin
> 
> 1. https://github.com/mikechambers/as3corelib/blob/master/src/com/adobe/crypto/MD5.as <https://github.com/mikechambers/as3corelib/blob/master/src/com/adobe/crypto/MD5.as>
> 2. https://www.apache.org/legal/src-headers.html#3party <https://www.apache.org/legal/src-headers.html#3party>
> 3. http://www.apache.org/dev/licensing-howto.html#permissive-deps <http://www.apache.org/dev/licensing-howto.html#permissive-deps>
> 4. https://github.com/apache/flex-tlf/tree/develop/automation_core/src/UnitTest/Validation <https://github.com/apache/flex-tlf/tree/develop/automation_core/src/UnitTest/Validation>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> As I already responded, IMO there are none.

The code original comes from a 3rd party and is BSD licensed [1]

So why:
1. Does our file have an Apache header? [2]
2. Is the BSD license in question is missing from the LICENSE file? [3]

It seems to me quite likely that Adobe may of changed the header prior to donation perhaps legally perhaps not. Is there any way we can find out the history pre donation? There is a history of Adobe being a little loose with IP / licensing in unit tests.

Looking at the directory [4] there may be another files having the same issue - IntUtil.as 

The easy solution as allways it to add the license to LICENSE and in that case it at worse becomes a documentation issue rather than a licensing issue.

Thanks,
Justin

1. https://github.com/mikechambers/as3corelib/blob/master/src/com/adobe/crypto/MD5.as <https://github.com/mikechambers/as3corelib/blob/master/src/com/adobe/crypto/MD5.as>
2. https://www.apache.org/legal/src-headers.html#3party <https://www.apache.org/legal/src-headers.html#3party>
3. http://www.apache.org/dev/licensing-howto.html#permissive-deps <http://www.apache.org/dev/licensing-howto.html#permissive-deps>
4. https://github.com/apache/flex-tlf/tree/develop/automation_core/src/UnitTest/Validation <https://github.com/apache/flex-tlf/tree/develop/automation_core/src/UnitTest/Validation>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Harbs <ha...@gmail.com>.
As I already responded, IMO there are none.

> On Apr 22, 2017, at 7:43 AM, Justin Mclean <ju...@classsoftware.com> wrote:
> 
> - possible IP issue (MD5 code) checked in a few weeks ago


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Can you post link to your question or it is something private ?

Sure here you go.
https://lists.apache.org/thread.html/3d81b86622a8069806bc00c0ba2bf8174559e3043a2940a6bb592215@%3Clegal-discuss.apache.org%3E

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by piotrz <pi...@gmail.com>.
Hi Justin,

Can you post link to your question or it is something private ?

Thanks,
Piotr



-----
Apache Flex PMC
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61350.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Harbs <ha...@gmail.com>.
It was not clear why you are trying to avoid the MIT headers. Maybe you should clarify that in the @legal thread.

> On Apr 27, 2017, at 2:51 AM, Alex Harui <ah...@adobe.com> wrote:
> 
> 
> 
> On 4/26/17, 4:45 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:
> 
>> Hi,
>> 
>>> Not yet.  I will be seeking clarification on whether I can manually
>>> create
>>> the final result without it being called a derivative work.
>> 
>> I assume you be asking this on the current legal discuss thread? Wouldn’t
>> it be less effort to just do as Roy advises and add the MIT header?
> 
> I am only currently authorized to donate Adobe-owned stuff to Apache.  If
> the externs turn out to be owned by CreateJS, I will have to delete them
> from the repo, and some non-Adobe person will have to figure out what to
> do, or I will have to go through an Adobe-side process of getting approved
> to donate this to CreateJS, which is more hassle than just manually
> creating the files.
> 
>> 
>> Even it you manually create the file it still may come down to an ASF
>> policy question rather than a legal question which may also need to be
>> resolved.
> 
> Well, we'll see what Roy says.
> 
> -Alex
> 


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/26/17, 4:45 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> Not yet.  I will be seeking clarification on whether I can manually
>>create
>> the final result without it being called a derivative work.
>
>I assume you be asking this on the current legal discuss thread? Wouldn’t
>it be less effort to just do as Roy advises and add the MIT header?

I am only currently authorized to donate Adobe-owned stuff to Apache.  If
the externs turn out to be owned by CreateJS, I will have to delete them
from the repo, and some non-Adobe person will have to figure out what to
do, or I will have to go through an Adobe-side process of getting approved
to donate this to CreateJS, which is more hassle than just manually
creating the files.

>
>Even it you manually create the file it still may come down to an ASF
>policy question rather than a legal question which may also need to be
>resolved.

Well, we'll see what Roy says.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Not yet.  I will be seeking clarification on whether I can manually create
> the final result without it being called a derivative work.

I assume you be asking this on the current legal discuss thread? Wouldn’t it be less effort to just do as Roy advises and add the MIT header?

Even it you manually create the file it still may come down to an ASF policy question rather than a legal question which may also need to be resolved.

Thanks,
Justin


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/26/17, 3:51 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>Alex give Roy’s last repose [1] on legal discuss are you OK for me to go
>ahead and add back in the MIT license?

Not yet.  I will be seeking clarification on whether I can manually create
the final result without it being called a derivative work.  Given that
Roy also seemed to say the patch files themselves shouldn't have ASF
headers, it might be most expedient for me to do away with the whole patch
process and manually create the final result.

-Alex



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Alex give Roy’s last repose [1] on legal discuss are you OK for me to go ahead and add back in the MIT license?

Thanks,
Justin

1. https://lists.apache.org/thread.html/6506d8e5001b74f36b338a81b3175f94da0c79785af04c9cd06fa44c@%3Clegal-discuss.apache.org%3E

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> And I committed this file to our repo.  Would you still insist that it is
> a derivative work? 

It probably depends on how it was generated. That why some people go to large efforts to make cleanroom implementing without even looking at the original code.

> If I write a book about CreateJS and list some of the APIs of CreateJS,
> the pages I wrote do not need the CreateJS license and I could license it
> how I want to.  It would be different if I copied their actual
> implementation or modifications of their implementation.

Well interestingly enough I have been in this exact situation and I was required to get permission (i.e. a license if you will) from the owners of the code to be able to include it in my book. I had to credit them and include their license and respect their trademarks. Now that could of just been the US publisher being overly cautious...

But rather than hypertheticals let focus on the actual issue here.

> Roy and everyone else were not informed that Adobe Legal determined that
> the file is a new work and not a derivative work because it is a list

I included your email to this list in my email to legal discuss so they knew at that point as much as everyone else here did.

> Fundamentally, I took the time to get a real legal opinion.

Which still may or may not be in line with ASF policy, again lets wait and see what Roy comes back with.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/25/17, 9:59 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> If Justin takes Adobe-owned code and relicenses it
>
>Alex it was you who relicensed it from MIT to Apache so I would not be
>relicensing it just keeping the original license it was under.

Again, you assuming this is a derivative work.  Let's suppose that Google
redefined the externs format to look like this:

#List of Symbols That shouldn't be renamed
CreateJS
CreateJS.DisplayObject
CreateJS.DisplayObject.prototype.addChild
...

And I committed this file to our repo.  Would you still insist that it is
a derivative work?  Adobe Legal says it is a new work, and thus it can be
separately licensed.

>
>INAL and Adobe may own the copyright on the patch, but if it's considered
>just a list as you say then they probably don’t (non creative items like
>lists can’t be copyrighted is my understanding) so I’m not sure how you
>can have it both ways. Could you explain? Either way they certailly don’t
>own the copyright of the original code.

If I write a book about CreateJS and list some of the APIs of CreateJS,
the pages I wrote do not need the CreateJS license and I could license it
how I want to.  It would be different if I copied their actual
implementation or modifications of their implementation.


>
>Again INAL but I think you may be missing Ray's point that the contents
>of the file (including the comments retained by the patch) would still be
>under MIT license. That irrespective of it it’s treated as code or not.
>Anyway let see what Roy replies with and go with that.

Roy and everyone else were not informed that Adobe Legal determined that
the file is a new work and not a derivative work because it is a list, so
of course the came to the right conclusion for a derivative work.

Fundamentally, I took the time to get a real legal opinion.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> If Justin takes Adobe-owned code and relicenses it

Alex it was you who relicensed it from MIT to Apache so I would not be relicensing it just keeping the original license it was under.

INAL and Adobe may own the copyright on the patch, but if it's considered just a list as you say then they probably don’t (non creative items like lists can’t be copyrighted is my understanding) so I’m not sure how you can have it both ways. Could you explain? Either way they certailly don’t own the copyright of the original code.

Again INAL but I think you may be missing Ray's point that the contents of the file (including the comments retained by the patch) would still be under MIT license. That irrespective of it it’s treated as code or not. Anyway let see what Roy replies with and go with that.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/25/17, 9:30 PM, "omuppi1@gmail.com on behalf of OmPrakash Muppirala"
<omuppi1@gmail.com on behalf of bigosmallm@gmail.com> wrote:
>Alex,
>
>It sounds like we will be fine either way. If Justin makes this fix, will
>you veto the commit?

If Justin takes Adobe-owned code and relicenses it, I will have to spend
the time and energy to check with Adobe Legal as to what to do.  The least
effort for this community is to not change it, since it is not only "fine"
as it currently is, it is has been determined by an actual attorney to be
correct.

-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Apr 25, 2017 9:08 PM, "Alex Harui" <ah...@adobe.com> wrote:



On 4/25/17, 7:48 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> Justin, which file(s)  are you talking about? What is the problem and
>>what
>> is your proposed solution?
>
>
>The problem IMO is two fold in we’re a) not following MIT license terms
>and b) not following ASF policy re 3rd party headers
>
>For the CreateJS file IMO the solution would be re not remove the MIT
>header and add the MIT license text to our LICENSE.
>
>Alex is of the opinion nothing needs to change but may reconsider after
>reading Roy’s Fielding’s response here. [1]

Again, Adobe Legal said there is a distinction that an "externs" file is
not a derivative work, because it is a list of APIs and not really code.
So I would not be disagreeing with Justin if we were creating a derivative
work of code.  But it isn't the case here.  We are simply creating a list.
 There really isn't any code in an externs file and none of what there is
actually goes in the final output.  It simply is a list of symbols that
should not be renamed.



Alex,

It sounds like we will be fine either way. If Justin makes this fix, will
you veto the commit?

Thanks,
Om



Thanks,
-Alex

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/25/17, 7:48 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> Justin, which file(s)  are you talking about? What is the problem and
>>what
>> is your proposed solution?
>
>
>The problem IMO is two fold in we’re a) not following MIT license terms
>and b) not following ASF policy re 3rd party headers
>
>For the CreateJS file IMO the solution would be re not remove the MIT
>header and add the MIT license text to our LICENSE.
>
>Alex is of the opinion nothing needs to change but may reconsider after
>reading Roy’s Fielding’s response here. [1]

Again, Adobe Legal said there is a distinction that an "externs" file is
not a derivative work, because it is a list of APIs and not really code.
So I would not be disagreeing with Justin if we were creating a derivative
work of code.  But it isn't the case here.  We are simply creating a list.
 There really isn't any code in an externs file and none of what there is
actually goes in the final output.  It simply is a list of symbols that
should not be renamed.

Thanks,
-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Justin, which file(s)  are you talking about? What is the problem and what
> is your proposed solution?


The problem IMO is two fold in we’re a) not following MIT license terms and b) not following ASF policy re 3rd party headers

For the CreateJS file IMO the solution would be re not remove the MIT header and add the MIT license text to our LICENSE.

Alex is of the opinion nothing needs to change but may reconsider after reading Roy’s Fielding’s response here. [1]

Thanks,
Justin

1. https://lists.apache.org/thread.html/6139ae30d601e947de545f0ed662f519237bf761060f1dbac6b9a8c0@%3Clegal-discuss.apache.org%3E


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Apr 25, 2017 3:52 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

Hi,

> Adobe would certainly be able to relicense that one and remove the header.

Perhaps - but that would most likely depend on the contract Adobe had with
Mike Chambers (assuming he's the original author) at the time or if non
Adobe people had contributed to that code on GitHub. It’s not always so
clear who owns copyright. That's one reason Apache has ICLAs.

But you're right in that in the US it is generally the case that the
company you work for owns the copyright of all code you produce. But if I
had written that code in Australia, by default the company I wrote it for
would not own the copyright and would of needed my permission to change the
license.

Thanks,
Justin



Justin, which file(s)  are you talking about? What is the problem and what
is your proposed solution?

Thanks,
Om

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Adobe would certainly be able to relicense that one and remove the header.

Perhaps - but that would most likely depend on the contract Adobe had with Mike Chambers (assuming he's the original author) at the time or if non Adobe people had contributed to that code on GitHub. It’s not always so clear who owns copyright. That's one reason Apache has ICLAs.

But you're right in that in the US it is generally the case that the company you work for owns the copyright of all code you produce. But if I had written that code in Australia, by default the company I wrote it for would not own the copyright and would of needed my permission to change the license.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I guess we're talking about different things. Sorry for the noise. I
thought you were talking about this MD5 class that you said was third party
in an earlier email.


> The code original comes from a 3rd party and is BSD licensed [1]
> 1. https://github.com/mikechambers/as3corelib/blob/
> master/src/com/adobe/crypto/MD5.as


Adobe would certainly be able to relicense that one and remove the header.

- Josh

On Tue, Apr 25, 2017 at 2:55 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> > I'm confused. Who is the third party?
>
> In this case TweenJS copyright Grant Skinner whose original code is under
> a MIT license. [1] The patch file [2] (copyright Adobe) removes the header
> containing the MIT license from his code.
>
> Again I’ll point out by leaving the header in there is at worse a
> documentation issue and a trial change to make VS what we have at the
> moment which is at worse a licensing error and perhaps not in line with ASF
> policy. Last time this come up several other PMC members agreed with
> leaving the header in - although they may not have a different view now.
>
> Thanks,
> Justin
>
> 1. https://github.com/CreateJS/TweenJS/blob/master/src/tweenjs/Tween.js <
> https://github.com/CreateJS/TweenJS/blob/master/src/tweenjs/Tween.js>
> 2.  https://github.com/apache/flex-typedefs/blob/master/
> createjs/src/main/patch/tweenjs.patch <https://github.com/apache/
> flex-typedefs/blob/master/createjs/src/main/patch/tweenjs.patch>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> I'm confused. Who is the third party?

In this case TweenJS copyright Grant Skinner whose original code is under a MIT license. [1] The patch file [2] (copyright Adobe) removes the header containing the MIT license from his code.

Again I’ll point out by leaving the header in there is at worse a documentation issue and a trial change to make VS what we have at the moment which is at worse a licensing error and perhaps not in line with ASF policy. Last time this come up several other PMC members agreed with leaving the header in - although they may not have a different view now.

Thanks,
Justin

1. https://github.com/CreateJS/TweenJS/blob/master/src/tweenjs/Tween.js <https://github.com/CreateJS/TweenJS/blob/master/src/tweenjs/Tween.js>
2.  https://github.com/apache/flex-typedefs/blob/master/createjs/src/main/patch/tweenjs.patch <https://github.com/apache/flex-typedefs/blob/master/createjs/src/main/patch/tweenjs.patch>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
I'm confused. Who is the third party?

- Josh

On Tue, Apr 25, 2017 at 2:25 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> > If Adobe owns the copyright, then Adobe can relicense the code in any way
> > that they want.
>
> I believe It's a bit more nuanced than that.
>
> For instance. If I take 3rd party code and make changes to it, the changes
> are under my copyright (unless I give that up), but that doesn't allow me
> to change the 3rd party license (unless the license allows that). And any
> contribution I make to an Apache project I own the copyright on but that
> doesn’t give me the right to change the licensing of those files to
> something non Apache.
>
> And even if Adobe has the right to remove the 3rd party header/license in
> question that still may not be line with ASF policy on 3rd party files. [1]
>
> Anyway I’ve asked on legal discuss so we should get an answer there.
>
> Thanks,
> Justin
>
> 1. https://www.apache.org/legal/src-headers.html#headers <
> https://www.apache.org/legal/src-headers.html#headers>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> If Adobe owns the copyright, then Adobe can relicense the code in any way
> that they want.

I believe It's a bit more nuanced than that.

For instance. If I take 3rd party code and make changes to it, the changes are under my copyright (unless I give that up), but that doesn't allow me to change the 3rd party license (unless the license allows that). And any contribution I make to an Apache project I own the copyright on but that doesn’t give me the right to change the licensing of those files to something non Apache.

And even if Adobe has the right to remove the 3rd party header/license in question that still may not be line with ASF policy on 3rd party files. [1]

Anyway I’ve asked on legal discuss so we should get an answer there.

Thanks,
Justin

1. https://www.apache.org/legal/src-headers.html#headers <https://www.apache.org/legal/src-headers.html#headers>

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Josh Tynjala <jo...@gmail.com>.
If Adobe owns the copyright, then Adobe can relicense the code in any way
that they want.

- Josh

On Tue, Apr 25, 2017 at 1:41 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> > Again, everything I contribute is copyright Adobe and I am authorized to
> > license it under ALv2.  So I think we are good.
>
> Which is fine, but that does not give you the right to relicense code
> unless the original license allows for that.
>
> I’ll ask on legal discuss to clarify what to do here.
>
> Thanks,
> Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Again, everything I contribute is copyright Adobe and I am authorized to
> license it under ALv2.  So I think we are good.

Which is fine, but that does not give you the right to relicense code unless the original license allows for that.

I’ll ask on legal discuss to clarify what to do here.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
Again, everything I contribute is copyright Adobe and I am authorized to
license it under ALv2.  So I think we are good.

Do any other PMC members think we need to spend more energy on this issue?
 There are lots of other things to do.

-Alex

On 4/24/17, 7:35 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.ap
>>ache.org%2Fthread.html%2F132d2d65017befe599e4f5fd2e1b148b35bce8&data=02%7
>>C01%7C%7C77d030d070534941f2cb08d48b83b8e8%7Cfa7b1b5a7b34438794aed2c178dec
>>ee1%7C0%7C0%7C636286845237972385&sdata=xs0cpWy4Fo1%2FwX6T53vFLnAuqOeLV9US
>>0Hqriptx2k0%3D&reserved=0
>> 1f2eae7a4e0a5501d0@%3Cdev.flex.apache.org%3E
>
>So it happened off list, but aside from that it seems that Adobe's ruling
>only applied to “CreateJS” externs and not all extern files?
>
>Also copyright is different to licensing. The files may be copyright
>Adobe but how are they licensed given the original CreateJS is MIT
>licensed?
>
>I suggest you ask on legal discuss to clarify the scope (i.e. CreateJS
>only or all files) and ask if it’s OK to change the original license
>without the owners permission.
>
>Thanks,
>Justin


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> https://lists.apache.org/thread.html/132d2d65017befe599e4f5fd2e1b148b35bce8
> 1f2eae7a4e0a5501d0@%3Cdev.flex.apache.org%3E

So it happened off list, but aside from that it seems that Adobe's ruling only applied to “CreateJS” externs and not all extern files?

Also copyright is different to licensing. The files may be copyright Adobe but how are they licensed given the original CreateJS is MIT licensed?

I suggest you ask on legal discuss to clarify the scope (i.e. CreateJS only or all files) and ask if it’s OK to change the original license without the owners permission.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/24/17, 2:18 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>>> How was it resolved? From what I can see there’s wasn't confirmation on
>>> legal discuss.
>> 
>> Do any other PMC members think we need to get confirmation from legal
>> discuss?  Seems like it would be strange to ask non-laywers if the agree
>> on the opinion of a practicing lawyer.
>
>Again how and where was this resolved? Can you provide a link please.

https://lists.apache.org/thread.html/132d2d65017befe599e4f5fd2e1b148b35bce8
1f2eae7a4e0a5501d0@%3Cdev.flex.apache.org%3E


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

>> How was it resolved? From what I can see there’s wasn't confirmation on
>> legal discuss.
> 
> Do any other PMC members think we need to get confirmation from legal
> discuss?  Seems like it would be strange to ask non-laywers if the agree
> on the opinion of a practicing lawyer.

Again how and where was this resolved? Can you provide a link please.

ASF legal policy is often more than just following the legal minimum required.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/23/17, 9:47 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> The patch file issue was resolved.  The externs are not derivative
>>works.
>
>How was it resolved? From what I can see there’s wasn't confirmation on
>legal discuss.

Do any other PMC members think we need to get confirmation from legal
discuss?  Seems like it would be strange to ask non-laywers if the agree
on the opinion of a practicing lawyer.

>
>> The MIT license changes you want to make are not "must do".  Just
>> something you want to do.  Now would be a good time to do them.
>
>They are required in order to comply with the terms of the MIT license.
>Releases need to comply with ASF policy on licensing. [1] I’ll go ahead
>and make the change(s) later today.

The changes you are making are a workaround, and the discussion on
legal-discuss did not mandate it.  The original code still won't comply
until the original community to accept changes.

Thanks,
-Alex



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> The patch file issue was resolved.  The externs are not derivative works.

How was it resolved? From what I can see there’s wasn't confirmation on legal discuss.

> The MIT license changes you want to make are not "must do".  Just
> something you want to do.  Now would be a good time to do them.

They are required in order to comply with the terms of the MIT license. Releases need to comply with ASF policy on licensing. [1] I’ll go ahead and make the change(s) later today.

Thanks,
Justin

1.https://www.apache.org/legal/release-policy.html#licensing

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.

On 4/23/17, 2:18 AM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> Can you be more specific about the outstanding issues.
>
>Yep see [1] and this thread [2]. It's generally expected that any
>outstanding issues form a previous vote are fixed in the next release.

The patch file issue was resolved.  The externs are not derivative works.

The MIT license changes you want to make are not "must do".  Just
something you want to do.  Now would be a good time to do them.



-Alex


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Can you be more specific about the outstanding issues.

Yep see [1] and this thread [2]. It's generally expected that any outstanding issues form a previous vote are fixed in the next release.

I think the JSON license issue has been resolved and I respond to Harbs about the other issue.

Thanks,
Justin

1. https://lists.apache.org/thread.html/013d7d58896d066bcb1f68d3e2935f5c25c83106c4a208f2e3a9c6d9@%3Cdev.flex.apache.org%3E
2. https://lists.apache.org/thread.html/5f27fdba97e62c45c863e15b85c66a109d2c3172d009836fc1088734@%3Cdev.flex.apache.org%3E

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Alex Harui <ah...@adobe.com>.
Can you be more specific about the outstanding issues.

Thanks
Alex

Get Outlook for Android<https://aka.ms/ghei36>


________________________________
From: Justin Mclean <ju...@classsoftware.com>
Sent: Saturday, April 22, 2017 4:43:06 AM
To: dev@flex.apache.org
Subject: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Hi,

As I mentioned in another thread there are currently several unresolved licensing issues, which off the top of head are:
- outstanding issues from the last two releases
- JSON license “do no evil” dependancy issue
- possible IP issue (MD5 code) checked in a few weeks ago

IMO these would need to be sorted before we could make a release.

Thanks,
Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

As I mentioned in another thread there are currently several unresolved licensing issues, which off the top of head are:
- outstanding issues from the last two releases
- JSON license “do no evil” dependancy issue
- possible IP issue (MD5 code) checked in a few weeks ago

IMO these would need to be sorted before we could make a release.

Thanks,
Justin