Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread PKumar
Thanks for information Peter, I have started looking storage project code.
I will get back  to you for any query.

On 25-May-2017 6:24 PM, "Peter Ent-2 [via Apache Flex Development]" <
ml+s247n61889...@n4.nabble.com> wrote:

> Looks like you got some good advice about being a contributor/committer.
>
> As for the file system/storage issue. The FlexJS Storage project seems
> like a good place for all of storage/repository/file system functions to
> go. We can give them different package names within the project, too, of
> course.
>
> The key is providing functionality across the platforms which are: the
> browser, the Flash Player, Cordova, and Air. From an application
> developer's point of view, they should have a generic way to access
> storage that works on all the platform, or at least, does not crash on any
> particular platform if the platform does not support the feature. For
> example, if you want to make the device's file system available, that's
> really only available when run in Air and on mobile using Cordova; the
> browser environment prevents direct access to the underlying file system
> for security reasons. In this case, any file system classes or functions
> should compile for browser and Flash Player, even if they won't do
> anything (e.g., saving a file).
>
> Here's an example: The HTML  element provides the UI for selecting
> a file to upload. That needs to have Flash Player, equivalence
> (FileReference API), Air has a richer API for this, and I believe Cordova
> does as well. But the FlexJS class(es) that a developer would use should
> be generic:
>
>   
>
> or something like that.
>
> I hope that helps.
> —peter
>
> On 5/25/17, 1:42 AM, "PKumar" <[hidden email]
> > wrote:
>
> >Peter,
> >
> >If u can give me few pointers then I am willing to work on this.
> >
> >One more point, right now I am not a flexjs contributer. Since one year I
> >am using flexjs and creating demos so that I can get good grip on it.
> >Now I am having free time and want to contribute to FlexJS. So What are
> >the
> >process to become official FlexJS contributer? Please suggest.
> >
> >
> >On 22-May-2017 5:50 PM, "Peter Ent-2 [via Apache Flex Development]" <
> >[hidden email] >
> wrote:
> >
> >> The Storage package is definitely incomplete. We should address access
> >> from browser (JS & SWF) air, and Cordova.
> >>
> >> Peter
> >>
> >>
> >> > On May 21, 2017, at 10:44 AM, PKumar <[hidden email]
> >> > wrote:
> >> >
> >> > Peter,
> >> >
> >> > As compare to regular FlexSDK , there is no way to select any file
> >>from
> >> > file system and adding file type filter on selection. Also no way to
> >> open
> >> > FileSave dialogue box.
> >> >
> >> > On 21-May-2017 7:18 PM, "Peter Ent-2 [via Apache Flex Development]" <
> >> > [hidden email] >
>
> >> wrote:
> >> >
> >> >> The FlexJS Storage package address some storage concerns. It
> provides
> >> file
> >> >> handling when run via AIR and on mobile devices via Cordova. Since
> >> there
> >> >> are sandboxing issues with the Flash Player, I'm not sure what else
> >>we
> >> can
> >> >> do there besides local storage.
> >> >>
> >> >> ‹peter
> >> >>
> >> >> On 5/21/17, 7:25 AM, "PKumar" <[hidden email]
> >> >> > wrote:
> >> >>
> >> >>> FileHandling  can also be a option in the list. Right now FlexJS
> not
> >> >>> having
> >> >>> any file handling capabilities.
> >> >>>
> >> >>> On 20-May-2017 5:45 PM, "yishayw [via Apache Flex Development]" <
> >> >>> [hidden email]
> >>>
> >> >> wrote:
> >> >>>
> >>  Items 1-9 were considered musts.
> >> 
> >>  Fontkit library port (item 7) made it to the list because it was
> >>  blocking
> >>  Maven builds. I think Chris has found a workaround, so maybe we
> can
> >>  strike
> >>  that off.
> >> 
> >>  Post meeting there was some agreement that a better looking
> default
> >>  theme
> >>  was also a must. Leonidas said he would provide us with the
> >>graphics.
> >>  That
> >>  would be very helpful in my opinion.
> >> 
> >> 
> >>  --
> >>  If you reply to this email, your message will be added to the
> >> >> discussion
> >>  below:
> >> 
> >>  https://na01.safelinks.protection.outlook.com/?url=
> >> >> http%3A%2F%2Fapache-fl
> >> 
> >>ex-development.247.n4.nabble=02%7C01%7C%7C9e768268022a4555dcd008
>
> >>
> >> >>
> >> 
> >>d4a03dfbb9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63630963545957906
>
> >>
> >> >>
> >>  9=D4m8GDMEUC5WcEpHcxKSDOGHnc4MXZx3fhT4ksecVw0%3D=0.
>
> >>  com/ApacheCon-FlexJS-Summit-FlexJS-1-0-Discussion-Round-
> >>  Summary-tp61700p61703.html
> >>  To start a new topic under Apache Flex Development, 

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Alex Harui


On 5/25/17, 4:11 PM, "piotrz"  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

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread Alex Harui
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"  wrote:

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



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread piotrz
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:



to



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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread piotrz
ApproveFalcon.xml look good. Everything build smoothly.



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread Josh Tynjala
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  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
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.247.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

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread Alex Harui
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"  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" :
>
>
>
>On 5/25/17, 2:28 AM, "piotrz"  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

2017-05-25 Thread Alex Harui
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"  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:
>ex-development.247.n4.nabble.com%2Ffile%2Fn61890%2FUntitled.png=0
>2%7C01%7C%7Cce67601753d04937c9c008d4a3740ad4%7Cfa7b1b5a7b34438794aed2c178d
>ecee1%7C0%7C0%7C636313166169950838=dIP9YPnwaXbKRZfs3bS8RJtvW6UgixlS0
>bknQ%2B%2F5MgE%3D=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=02%7C01%7C%7Cce67601753d04937c9c008d
>4a3740ad4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313166169950838&
>sdata=mD5FVTPaXvB1cgYOjdt4EDCBh7cypA0r5aNCmGtZnTA%3D=0
>
>Thanks!
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61890.html=02%7C01%7C%7Cce67601753d04937c9c008d4a3740ad4%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636313166169950838=9JWz
>p2iV5FvKO8sXgEXJaY%2Br3STo695HYQu91cXVZfw%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-25 Thread Christofer Dutz
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" :

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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread Christofer Dutz
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" :

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

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread Christofer Dutz
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" :



On 5/25/17, 2:28 AM, "piotrz"  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

2017-05-25 Thread Alex Harui


On 5/25/17, 2:28 AM, "piotrz"  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

2017-05-25 Thread sankar
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:
 

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.247.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: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread Peter Ent
Looks like you got some good advice about being a contributor/committer.

As for the file system/storage issue. The FlexJS Storage project seems
like a good place for all of storage/repository/file system functions to
go. We can give them different package names within the project, too, of
course.

The key is providing functionality across the platforms which are: the
browser, the Flash Player, Cordova, and Air. From an application
developer's point of view, they should have a generic way to access
storage that works on all the platform, or at least, does not crash on any
particular platform if the platform does not support the feature. For
example, if you want to make the device's file system available, that's
really only available when run in Air and on mobile using Cordova; the
browser environment prevents direct access to the underlying file system
for security reasons. In this case, any file system classes or functions
should compile for browser and Flash Player, even if they won't do
anything (e.g., saving a file).

Here's an example: The HTML  element provides the UI for selecting
a file to upload. That needs to have Flash Player, equivalence
(FileReference API), Air has a richer API for this, and I believe Cordova
does as well. But the FlexJS class(es) that a developer would use should
be generic:

  

or something like that.

I hope that helps.
—peter

On 5/25/17, 1:42 AM, "PKumar"  wrote:

>Peter,
>
>If u can give me few pointers then I am willing to work on this.
>
>One more point, right now I am not a flexjs contributer. Since one year I
>am using flexjs and creating demos so that I can get good grip on it.
>Now I am having free time and want to contribute to FlexJS. So What are
>the
>process to become official FlexJS contributer? Please suggest.
>
>
>On 22-May-2017 5:50 PM, "Peter Ent-2 [via Apache Flex Development]" <
>ml+s247n61737...@n4.nabble.com> wrote:
>
>> The Storage package is definitely incomplete. We should address access
>> from browser (JS & SWF) air, and Cordova.
>>
>> Peter
>>
>>
>> > On May 21, 2017, at 10:44 AM, PKumar <[hidden email]
>> > wrote:
>> >
>> > Peter,
>> >
>> > As compare to regular FlexSDK , there is no way to select any file
>>from
>> > file system and adding file type filter on selection. Also no way to
>> open
>> > FileSave dialogue box.
>> >
>> > On 21-May-2017 7:18 PM, "Peter Ent-2 [via Apache Flex Development]" <
>> > [hidden email] >
>> wrote:
>> >
>> >> The FlexJS Storage package address some storage concerns. It provides
>> file
>> >> handling when run via AIR and on mobile devices via Cordova. Since
>> there
>> >> are sandboxing issues with the Flash Player, I'm not sure what else
>>we
>> can
>> >> do there besides local storage.
>> >>
>> >> ‹peter
>> >>
>> >> On 5/21/17, 7:25 AM, "PKumar" <[hidden email]
>> >> > wrote:
>> >>
>> >>> FileHandling  can also be a option in the list. Right now FlexJS not
>> >>> having
>> >>> any file handling capabilities.
>> >>>
>> >>> On 20-May-2017 5:45 PM, "yishayw [via Apache Flex Development]" <
>> >>> [hidden email]
>>>
>> >> wrote:
>> >>>
>>  Items 1-9 were considered musts.
>> 
>>  Fontkit library port (item 7) made it to the list because it was
>>  blocking
>>  Maven builds. I think Chris has found a workaround, so maybe we can
>>  strike
>>  that off.
>> 
>>  Post meeting there was some agreement that a better looking default
>>  theme
>>  was also a must. Leonidas said he would provide us with the
>>graphics.
>>  That
>>  would be very helpful in my opinion.
>> 
>> 
>>  --
>>  If you reply to this email, your message will be added to the
>> >> discussion
>>  below:
>> 
>>  https://na01.safelinks.protection.outlook.com/?url=
>> >> http%3A%2F%2Fapache-fl
>>  
>>ex-development.247.n4.nabble=02%7C01%7C%7C9e768268022a4555dcd008
>>
>> >>
>>  
>>d4a03dfbb9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63630963545957906
>>
>> >>
>>  9=D4m8GDMEUC5WcEpHcxKSDOGHnc4MXZx3fhT4ksecVw0%3D=0.
>>  com/ApacheCon-FlexJS-Summit-FlexJS-1-0-Discussion-Round-
>>  Summary-tp61700p61703.html
>>  To start a new topic under Apache Flex Development, email
>>  [hidden email]
>>
>>  To unsubscribe from Apache Flex Development, click here
>> 
>>  > >> http%3A%2F%2Fapache-f
>>  
>>lex-development.247.n4.nabble.com%2Ftemplate%2FNamlServlet.jtp%3Fmacr
>>
>> >>
>>  o%3Dunsubscribe_by_code%26node%3D1%26code%
>> 3DcHJhc2hha3VtYXJAZ21haWwuY29tf
>> >>
>>  
>>DF8LTU0MTcyMzE2NA=02%7C01%7C%7C9e768268022a4555dcd008d4a03dfbb9%7Cfa
>>
>> >>
>>  

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread Carlos Rovira
Due to past efforts and contributions, it should be relatively easy for
Pkumar become a committer. Take into account that he help me with the first
work on AMF (already without completion, since I'm out of time this
months). So I think it should be of great help.

Thanks Kumar for the interest

2017-05-25 8:31 GMT+02:00 Justin Mclean :

> Hi,
>
> > One more point, right now I am not a flexjs contributer. Since one year I
> > am using flexjs and creating demos so that I can get good grip on it.
> > Now I am having free time and want to contribute to FlexJS. So What are
> the
> > process to become official FlexJS contributer? Please suggest.
>
> If you make contributions to the project the PMC is likely to vote you in
> as a committer. See [1][2] for more info.
>
> Thanks,
> Justin
>
> 1. http://flex.apache.org/community-getinvolved.html
> 2. http://community.apache.org/contributors/index.html




-- 



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

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread piotrz
Anyone see any additional stopper? I think we are good to go.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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

2017-05-25 Thread piotrz
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
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.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: Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
Thank you Alex! 



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Ant-build-fail-with-release0-8-0-branch-tp61880p61884.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread Alex Harui
It works because AIR for Win has already been installed so it skips the
AIR install which mistakenly tries some Mac-only targets.

I will look into it tomorrow.

Thanks for catching and reporting.
-Alex

On 5/24/17, 11:44 PM, "sankar"  wrote:

>On a second note, when I re-run the same command /without changing
>anything/
>in the folder, it completes! I'm not sure why it completes this time,
>though.
>
>But it looks like some trouble does exists in the current Ant build
>process
>anyway. Perhaps someone wants to investigate (!)
>
>Thanks!
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FAnt-build-fail-with-release0-8-0-bra
>nch-tp61880p61882.html=02%7C01%7C%7Cb767638f29b049c0363b08d4a33b6be8%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312922989028018=cVXa
>BoHfFn7KL2DfGQaLvvkiZV772dJRM6NewRiQFWc%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
On a second note, when I re-run the same command /without changing anything/
in the folder, it completes! I'm not sure why it completes this time,
though.

But it looks like some trouble does exists in the current Ant build process
anyway. Perhaps someone wants to investigate (!)

Thanks!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Ant-build-fail-with-release0-8-0-branch-tp61880p61882.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: Ant build fail with release0.8.0 branch

2017-05-25 Thread Alex Harui
Ah crud.  I thought I'd tried that.  I'll look into it tomorrow.  As a
workaround, you might be able to edit the installer.xml and remove this
line: 



HTH,

-Alex

On 5/24/17, 11:32 PM, "sankar"  wrote:

>Hi,
>
>I've tried to run "ant -f installer.xml" inside the binary distribution
>folder; i.e.
>E:\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.8
>.0-bin. 
>
>The process fails with some "rsync" error and terminates.
>
>Here is the error details:
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkobra.io%
>2F%23%2Fe%2F-KkyK9fUYkP2p23Dk-rJ=02%7C01%7C%7Ca85e85187f6544e30cd508d
>4a339ca12%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312916001503165&
>sdata=vCT3pAHkbrIJ%2BLsdLyS8gskm8E1K6ExA2cMxpeXPFmI%3D=0.
>
>Few other things, I was trying the build in Windows; I'm not sure why it
>was
>mentioning DMG, though:
>
>
>> unzipOrMountDMG:
>>  [move] Moving 1 file to
>>E:\out\apache-flex-flexjs-0.8.0-bin\in\airsdk
>>  [echo] Should unzip: ${shouldUnzip}
>> 
>> unzipAIRSDK:
>> 
>> mountAIRSDK:
>>  [echo] Mounting dmg
>
>Thanks!
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FAnt-build-fail-with-release0-8-0-bra
>nch-tp61880.html=02%7C01%7C%7Ca85e85187f6544e30cd508d4a339ca12%7Cfa7b
>1b5a7b34438794aed2c178decee1%7C0%7C0%7C636312916001503165=e4sjC%2B61
>AnAB7c1bVsDuudZSrxuCAIPMR%2FN9C5Pn3DY%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Ant build fail with release0.8.0 branch

2017-05-25 Thread sankar
Hi,

I've tried to run "ant -f installer.xml" inside the binary distribution
folder; i.e.
E:\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.8.0-bin.
 

The process fails with some "rsync" error and terminates. 

Here is the error details: https://kobra.io/#/e/-KkyK9fUYkP2p23Dk-rJ.

Few other things, I was trying the build in Windows; I'm not sure why it was
mentioning DMG, though:


> unzipOrMountDMG:
>  [move] Moving 1 file to E:\out\apache-flex-flexjs-0.8.0-bin\in\airsdk
>  [echo] Should unzip: ${shouldUnzip}
> 
> unzipAIRSDK:
> 
> mountAIRSDK:
>  [echo] Mounting dmg

Thanks!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Ant-build-fail-with-release0-8-0-branch-tp61880.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread Justin Mclean
Hi,

> One more point, right now I am not a flexjs contributer. Since one year I
> am using flexjs and creating demos so that I can get good grip on it.
> Now I am having free time and want to contribute to FlexJS. So What are the
> process to become official FlexJS contributer? Please suggest.

If you make contributions to the project the PMC is likely to vote you in as a 
committer. See [1][2] for more info.

Thanks,
Justin

1. http://flex.apache.org/community-getinvolved.html
2. http://community.apache.org/contributors/index.html