Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-02 Thread Alex Harui
I will ask on legal-discuss.  IIRC, we were told once not to generate a
missing NOTICE for a bundle, so IMO, we should not generate stuff missing
from the LICENSE for a bundle.

-Alex

On 4/1/16, 11:52 PM, "Justin Mclean"  wrote:

>Hi,
>
>> No. I think it would be better if Google fixed their L&N first.  Maybe
>>you
>> can get them to do that?
>
>The binary bundles software which contains BSD and other licensed
>software that in not mentioned in the LICENSE and that is against ASF
>release policy. [1] It’s not up to the Flex PMC to correct 3rd party
>licensing issues, but it’s is the Flex PMC to correctly follow ASF
>policy. I’ve raised an JIRA on this issue [2].
>
>Thanks,
>Justin
>
>1. http://www.apache.org/dev/licensing-howto.html#binary
>
>2. https://issues.apache.org/jira/browse/FLEX-35058
>
>



Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-02 Thread Alex Harui
+1
Package 
https://dist.apache.org/repos/dist/dev/flex/flexjs/0.6.0/rc3/apache-flex-fl
exjs-0.6.0-src.tar.gz
Java 1.7
OS: Mac OS X x86_64 10.9.5
Source kit signatures match: y
Source kit builds: y
README is ok: y
RELEASE_NOTES is ok: y
NOTICE is ok: y
LICENSE is ok: y
No unapproved licenses or archives: y
No unapproved binaries: y

Package 
https://dist.apache.org/repos/dist/dev/flex/flexjs/0.6.0/rc3/binaries/apach
e-flex-flexjs-0.6.0-bin.tar.gz
Binary kit signatures match: y
NOTICE is ok: y
LICENSE is ok: y
No unapproved licenses or archives in binary package: y
No unapproved binaries in binary package: y

Package 
https://dist.apache.org/repos/dist/dev/flex/flexjs/0.6.0/rc3/doc/apache-fle
x-flexjs-0.6.0-asdocs.zip
Doc kit signatures match: y
NOTICE is ok: y
LICENSE is ok: y
No unapproved licenses or archives in doc package: y
No unapproved binaries in doc package: y



On 4/1/16, 7:39 PM, "Josh Tynjala"  wrote:

>+1 (binding)
>
>On Thu, Mar 31, 2016 at 7:51 PM, Alex Harui  wrote:
>
>> Hi,
>>
>> This is vote for the 0.6.0 release of Apache FlexJS.
>>
>> The release candidate can be found here;
>> https://dist.apache.org/repos/dist/dev/flex/flexjs/0.6.0/rc3/
>>
>> Before voting please review the section,'What are the ASF requirements
>>on
>> approving a release?', at:
>> http://www.apache.org/dev/release.html#approving-a-release
>>
>> At a minimum you would be expected to check that:
>> - MD5 and signed packages are correct
>> - README, RELEASE_NOTES, NOTICE and LICENSE files are all fine
>> - That the build script completes successfully
>> - That you can compile and cross-compile a simple example using the SDK.
>>
>> The source package is set up the same way as the repo.  This means that
>> the results of the build are not the same as an IDE-compatible SDK.  The
>> compiled source package can be used in combination with the FalconJX
>> source package to compile some of the sample applications.
>>
>> The most convenient way to use the binary package is to install it via
>>Ant
>> or the Installer.  To use an Installer you must use InstallApacheFlex
>> version 3.1 or later.  You can get InstallApacheFlex here:
>> http://www.apache.org/dyn/closer.cgi?path=/flex/installer/3.1/binaries/
>>
>> Please vote to approve this release:
>> +1 Approve the release
>> -1 Veto the release (please provide specific comments to why)
>>
>> This vote will be open for 72 hours or until a result can be called.
>>
>> The vote passes if there is:
>> - At least 3 +1 votes from the PMC
>> - More positive votes than negative votes
>>
>> Remember that this is a 'beta-quality' release so I expect there
>> will be many bugs found.  IMO the goal is not to try to find and fix
>>bugs
>> in the RC, but to make sure we have the packaging right, and enough
>> functionality that folks will have some success trying to use it.
>>
>> People who are not in PMC are also encouraged to test out the release
>>and
>> vote, although their votes will not be binding, they can influence how
>>the
>> PMC votes.
>>
>> When voting please indicate what OS, IDE, Flash Player version and AIR
>> version you tested with.
>>
>> For your convenience, there is an ant script that automates the common
>> steps to validate a release.  Instead of individually downloading the
>> package and signature files, unzipping, etc, you can instead:
>> 1) create an empty folder,
>> 2) download into that folder this file:
>> 
>>https://dist.apache.org/repos/dist/dev/flex/flexjs/0.6.0/rc3/ApproveFlexJ
>>S.
>> xml
>> 3) run the script: ant -e -f ApproveFlexJS.xml -Drelease.version=0.6.0
>> -Drc=3
>>
>> You are not required to use this script, and more testing of the
>>packages
>> and build results are always encouraged.
>>
>>
>> Please put all discussion about this release in the DISCUSSION thread
>>not
>> this VOTE thread.
>>
>> Thanks,
>> Alex Harui
>>
>>



Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-02 Thread Justin Mclean
Hi,

> I will ask on legal-discuss.

Ask away.

>  IIRC, we were told once not to generate a missing NOTICE for a bundle, so 
> IMO, we should not generate stuff missing
> from the LICENSE for a bundle.

The release contains code from Apache Shindig which does contain a NOTICE file 
which would IMO effect ours. It also contains public domain and BSD license 
software that is not mentioned in LICENSE. The guiding principle is clear what 
needs to be done here. [1] It would be easy to add the missing items to 
LICENSE/NOTICE.

Thanks,
Justin

1. http://www.apache.org/dev/licensing-howto.html#guiding-principle 

Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Carlos Rovira
Thanks Alex, the rc param was cut on copy/paste and wasn't notice it.

After setting the full command I get the following error:

check-sigs:

gpg_check:

BUILD FAILED
/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:285: The following error
occurred while executing this line:
/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:289: Execute failed:
java.io.IOException: Cannot run program "gpg": error=2, No such file or
directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at java.lang.Runtime.exec(Runtime.java:617)
at
org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)

I think I have right setup the rest of enviroment variables and so
on,...but it seems something goes wrong.

Hope you could give some clue on this

Thanks

Carlos





2016-04-01 19:37 GMT+02:00 Alex Harui :

> Are you sure you used the rc param
>
>
> Sent from my LG G3, an AT&T 4G LTE smartphone
>
>
> -- Original message--
>
> *From: *Carlos Rovira
>
> *Date: *Fri, Apr 1, 2016 9:32 AM
>
> *To: *dev@flex.apache.org;
>
> *Subject:*[FlexJS] RC3 Approval script error
>
>
> Hi,
>
> trying the Approval xml script I get this error:
>
> BUILD FAILED
>
> /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:242: Can't get
>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-asdocs.zip
> to /Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-asdocs.zip
>
> It seems a download issue, and going to the browser a 404 shows: "Problem
> accessing
>
> /job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-asdocs.zip.
> Reason:"
>
> I'm missing something?
>
> Thanks!
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>



-- 
Carlos Rovira
http://about.me/carlosrovira


[FlexJS] Demo: FalconJX + AngularJS + Angular Material

2016-04-02 Thread OmPrakash Muppirala
As promised, here is a small taste of an AngularJS + Angular Material app
built completely in ActionScrpt3, using FalconJX.

*Features:*

   1. Create an AngularJS application
   2. Create an AngularJS Controller
   3. Use Angular Material component set
   1. md-whiteframe
  2. md-button
  3. md-input
  4. md-datepicker
  5. md-dialog
   4. Use Angular's databinding and object watch features
  1. Type in the input box to see the button's label change
  2. Click on the button to see a DatePicker  Selecting a date will
  update the text below.

*Demo app: *
Release version (fast download):
http://bigosmallm.github.io/flexjs/angular/release.html
Debug version (slower download, but you can look at generated JS code):
http://bigosmallm.github.io/flexjs/angular/debug.html

*AS3 code:*
https://github.com/apache/flex-asjs/tree/develop/examples/native/AngularExample
(its missing the externs swcs for jquery, angular and angularmaterial, I
can put them up on my private repo if someone wants them)

I hope to work with Alex and others to figure out how this fits into the
FlexJS framework over the next few days.

Thanks,
Om


Re: [FlexJS] Demo: FalconJX + AngularJS + Angular Material

2016-04-02 Thread Michael Schmalle
That is nice, seeing a shinny UI on things makes it all the more real.

Is there any prerequisites to using this? I saw you were making an external
swc with Josh's dts2as util.

Mike

On Sat, Apr 2, 2016 at 6:25 AM, OmPrakash Muppirala 
wrote:

> As promised, here is a small taste of an AngularJS + Angular Material app
> built completely in ActionScrpt3, using FalconJX.
>
> *Features:*
>
>1. Create an AngularJS application
>2. Create an AngularJS Controller
>3. Use Angular Material component set
>1. md-whiteframe
>   2. md-button
>   3. md-input
>   4. md-datepicker
>   5. md-dialog
>4. Use Angular's databinding and object watch features
>   1. Type in the input box to see the button's label change
>   2. Click on the button to see a DatePicker  Selecting a date will
>   update the text below.
>
> *Demo app: *
> Release version (fast download):
> http://bigosmallm.github.io/flexjs/angular/release.html
> Debug version (slower download, but you can look at generated JS code):
> http://bigosmallm.github.io/flexjs/angular/debug.html
>
> *AS3 code:*
>
> https://github.com/apache/flex-asjs/tree/develop/examples/native/AngularExample
> (its missing the externs swcs for jquery, angular and angularmaterial, I
> can put them up on my private repo if someone wants them)
>
> I hope to work with Alex and others to figure out how this fits into the
> FlexJS framework over the next few days.
>
> Thanks,
> Om
>


Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Alex Harui
The script expects that gnu privacy guard is installed and our keys file is 
imported.


Sent from my LG G3, an AT&T 4G LTE smartphone


-- Original message--

From: Carlos Rovira

Date: Sat, Apr 2, 2016 1:23 AM

To: Alex Harui;

Cc: dev@flex.apache.org;

Subject:Re: [FlexJS] RC3 Approval script error


Thanks Alex, the rc param was cut on copy/paste and wasn't notice it.

After setting the full command I get the following error:

check-sigs:

gpg_check:

BUILD FAILED
/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:285: The following error 
occurred while executing this line:
/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:289: Execute failed: 
java.io.IOException: Cannot run program "gpg": error=2, No such file or 
directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at java.lang.Runtime.exec(Runtime.java:617)
at 
org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)

I think I have right setup the rest of enviroment variables and so on,...but it 
seems something goes wrong.

Hope you could give some clue on this

Thanks

Carlos





2016-04-01 19:37 GMT+02:00 Alex Harui 
mailto:aha...@adobe.com>>:

Are you sure you used the rc param


Sent from my LG G3, an AT&T 4G LTE smartphone


-- Original message--

From: Carlos Rovira

Date: Fri, Apr 1, 2016 9:32 AM

To: dev@flex.apache.org;

Subject:[FlexJS] RC3 Approval script error


Hi,

trying the Approval xml script I get this error:

BUILD FAILED

/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:242: Can't get
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-asdocs.zip
to /Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-asdocs.zip

It seems a download issue, and going to the browser a 404 shows: "Problem
accessing
/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-asdocs.zip.
Reason:"

I'm missing something?

Thanks!


--
Carlos Rovira
http://about.me/carlosrovira



--
Carlos Rovira
http://about.me/carlosrovira



Re: [FlexJS] Demo: FalconJX + AngularJS + Angular Material

2016-04-02 Thread Carlos Rovira
That's very cool Om :)

And this kind of things that looks so good, are the ones that could bring
people to FlexJS without any doubt.

For me, getting a nice looking component set (spark, material...) is the
key piece to make people starting to use FlexJS in applications and
adopting the technology...


2016-04-02 14:55 GMT+02:00 Michael Schmalle :

> That is nice, seeing a shinny UI on things makes it all the more real.
>
> Is there any prerequisites to using this? I saw you were making an external
> swc with Josh's dts2as util.
>
> Mike
>
> On Sat, Apr 2, 2016 at 6:25 AM, OmPrakash Muppirala 
> wrote:
>
> > As promised, here is a small taste of an AngularJS + Angular Material app
> > built completely in ActionScrpt3, using FalconJX.
> >
> > *Features:*
> >
> >1. Create an AngularJS application
> >2. Create an AngularJS Controller
> >3. Use Angular Material component set
> >1. md-whiteframe
> >   2. md-button
> >   3. md-input
> >   4. md-datepicker
> >   5. md-dialog
> >4. Use Angular's databinding and object watch features
> >   1. Type in the input box to see the button's label change
> >   2. Click on the button to see a DatePicker  Selecting a date will
> >   update the text below.
> >
> > *Demo app: *
> > Release version (fast download):
> > http://bigosmallm.github.io/flexjs/angular/release.html
> > Debug version (slower download, but you can look at generated JS code):
> > http://bigosmallm.github.io/flexjs/angular/debug.html
> >
> > *AS3 code:*
> >
> >
> https://github.com/apache/flex-asjs/tree/develop/examples/native/AngularExample
> > (its missing the externs swcs for jquery, angular and angularmaterial, I
> > can put them up on my private repo if someone wants them)
> >
> > I hope to work with Alex and others to figure out how this fits into the
> > FlexJS framework over the next few days.
> >
> > Thanks,
> > Om
> >
>



-- 

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: [FlexJS] Demo: FalconJX + AngularJS + Angular Material

2016-04-02 Thread OmPrakash Muppirala
On Apr 2, 2016 5:55 AM, "Michael Schmalle" 
wrote:
>
> That is nice, seeing a shinny UI on things makes it all the more real.

Yeah, it was such a big rush to see that first Angular Material  button on
the page!

>
> Is there any prerequisites to using this? I saw you were making an
external
> swc with Josh's dts2as util.

Yes,  it depends on the typescript definition files for Jquery, AngularJS
and Angular Material.  I used Josh's dts2as tool to compile then into
swcs.  The .d.ts files came from DefinitelyTyped.

I initially ran into some bugs during the conversion,  but thanks to Josh's
ninja fixes everything worked out.

Thanks,
Om

>
> Mike
>
> On Sat, Apr 2, 2016 at 6:25 AM, OmPrakash Muppirala 
> wrote:
>
> > As promised, here is a small taste of an AngularJS + Angular Material
app
> > built completely in ActionScrpt3, using FalconJX.
> >
> > *Features:*
> >
> >1. Create an AngularJS application
> >2. Create an AngularJS Controller
> >3. Use Angular Material component set
> >1. md-whiteframe
> >   2. md-button
> >   3. md-input
> >   4. md-datepicker
> >   5. md-dialog
> >4. Use Angular's databinding and object watch features
> >   1. Type in the input box to see the button's label change
> >   2. Click on the button to see a DatePicker  Selecting a date will
> >   update the text below.
> >
> > *Demo app: *
> > Release version (fast download):
> > http://bigosmallm.github.io/flexjs/angular/release.html
> > Debug version (slower download, but you can look at generated JS code):
> > http://bigosmallm.github.io/flexjs/angular/debug.html
> >
> > *AS3 code:*
> >
> >
https://github.com/apache/flex-asjs/tree/develop/examples/native/AngularExample
> > (its missing the externs swcs for jquery, angular and angularmaterial, I
> > can put them up on my private repo if someone wants them)
> >
> > I hope to work with Alex and others to figure out how this fits into the
> > FlexJS framework over the next few days.
> >
> > Thanks,
> > Om
> >


Re: [FlexJS] Demo: FalconJX + AngularJS + Angular Material

2016-04-02 Thread OmPrakash Muppirala
On Apr 2, 2016 10:31 AM, "Carlos Rovira" 
wrote:
>
> That's very cool Om :)
>
> And this kind of things that looks so good, are the ones that could bring
> people to FlexJS without any doubt.
>
> For me, getting a nice looking component set (spark, material...) is the
> key piece to make people starting to use FlexJS in applications and
> adopting the technology...

Yup, we are very close to being able to produce real production ready apps
with FlexJS.

Thanks,
Om

>
>
> 2016-04-02 14:55 GMT+02:00 Michael Schmalle :
>
> > That is nice, seeing a shinny UI on things makes it all the more real.
> >
> > Is there any prerequisites to using this? I saw you were making an
external
> > swc with Josh's dts2as util.
> >
> > Mike
> >
> > On Sat, Apr 2, 2016 at 6:25 AM, OmPrakash Muppirala 
> > wrote:
> >
> > > As promised, here is a small taste of an AngularJS + Angular Material
app
> > > built completely in ActionScrpt3, using FalconJX.
> > >
> > > *Features:*
> > >
> > >1. Create an AngularJS application
> > >2. Create an AngularJS Controller
> > >3. Use Angular Material component set
> > >1. md-whiteframe
> > >   2. md-button
> > >   3. md-input
> > >   4. md-datepicker
> > >   5. md-dialog
> > >4. Use Angular's databinding and object watch features
> > >   1. Type in the input box to see the button's label change
> > >   2. Click on the button to see a DatePicker  Selecting a date
will
> > >   update the text below.
> > >
> > > *Demo app: *
> > > Release version (fast download):
> > > http://bigosmallm.github.io/flexjs/angular/release.html
> > > Debug version (slower download, but you can look at generated JS
code):
> > > http://bigosmallm.github.io/flexjs/angular/debug.html
> > >
> > > *AS3 code:*
> > >
> > >
> >
https://github.com/apache/flex-asjs/tree/develop/examples/native/AngularExample
> > > (its missing the externs swcs for jquery, angular and
angularmaterial, I
> > > can put them up on my private repo if someone wants them)
> > >
> > > I hope to work with Alex and others to figure out how this fits into
the
> > > FlexJS framework over the next few days.
> > >
> > > Thanks,
> > > Om
> > >
> >
>
>
>
> --
>
> 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: [FlexJS] RC3 Approval script error

2016-04-02 Thread Carlos Rovira
Hi Alex,

I pass the problem and I'm building, in the process I'm seeing this:

get.sdk:

Getting:
https://archive.apache.org/dist/flex/4.14.1/binaries/apache-flex-sdk-4.14.1-bin.zip

To: /Users/carlosrovira/dev/flexjs06/apache-flex-sdk-4.14.1-bin.zip

Two questions here:

1) I thought FlexJS was not Flex SDK dependent anymore (or at least I
thought I read several months ago in some mail ni this list). it's right?

2) The version is ok? (4.14.1 instead 4.15?)

Thanks for your help!

Carlos








2016-04-02 19:27 GMT+02:00 Alex Harui :

> The script expects that gnu privacy guard is installed and our keys file
> is imported.
>
>
> Sent from my LG G3, an AT&T 4G LTE smartphone
>
>
> -- Original message--
>
> From: Carlos Rovira
>
> Date: Sat, Apr 2, 2016 1:23 AM
>
> To: Alex Harui;
>
> Cc: dev@flex.apache.org;
>
> Subject:Re: [FlexJS] RC3 Approval script error
>
>
> Thanks Alex, the rc param was cut on copy/paste and wasn't notice it.
>
> After setting the full command I get the following error:
>
> check-sigs:
>
> gpg_check:
>
> BUILD FAILED
> /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:285: The following
> error occurred while executing this line:
> /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:289: Execute failed:
> java.io.IOException: Cannot run program "gpg": error=2, No such file or
> directory
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
> at java.lang.Runtime.exec(Runtime.java:617)
> at
> org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
> at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
> at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
> at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
> at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
> at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
>
> I think I have right setup the rest of enviroment variables and so
> on,...but it seems something goes wrong.
>
> Hope you could give some clue on this
>
> Thanks
>
> Carlos
>
>
>
>
>
> 2016-04-01 19:37 GMT+02:00 Alex Harui  aha...@adobe.com>>:
>
> Are you sure you used the rc param
>
>
> Sent from my LG G3, an AT&T 4G LTE smartphone
>
>
> -- Original message--
>
> From: Carlos Rovira
>
> Date: Fri, Apr 1, 2016 9:32 AM
>
> To: dev@flex.apache.org;
>
> Subject:[FlexJS] RC3 Approval script error
>
>
> Hi,
>
> trying the Approval xml script I get this error:
>
> BUILD FAILED
>
> /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:242: Can't get
>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-asdocs.zip
> to /Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-asdocs.zip
>
> It seems a download issue, and going to the browser a 404 shows: "Problem
> accessing
>
> /job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-0.6.0-asdocs.zip.
> Reason:"
>
> I'm missing something?
>
> Thanks!
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Carlos Rovira
Hi Alex,

it seems I couldn't get a complete build yet. This the final problem (hope
you could arise what could be the problem):

test:

Created dir:
/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/out

Validating task attributes ...

Generating default values ...

Using the following settings for the test run:

FLEX_HOME: [/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src]

haltonfailure: [false]

headless: [false]

display: [99]

localTrusted: [true]

player: [flash]

port: [1024]

swf:
[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf]

timeout: [9ms]

toDir:
[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/out]

Setting up server process ...

Starting server ...

Opening server socket on port [1024].

Waiting for client connection ...

Updated local trust file at
[/Users/carlosrovira/Library/Preferences/Macromedia/Flash
Player/#Security/FlashPlayerTrust/flexUnit.cfg], added
[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex].

Executing 'open' with arguments:

'/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf'


The ' characters around the executable and arguments are

not part of the command.


LSOpenURLsWithRole() failed with error -10810 for the file
/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf.



Stopping server ...

End of test data reached, sending acknowledgement to player ...

Closing client connection ...

Closing server on port [1024] ...


BUILD FAILED

/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:617: The following error
occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/build.xml:441:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/build.xml:79:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/build.xml:170:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/build.xml:47:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/build.xml:148:
java.util.concurrent.ExecutionException: Socket timeout waiting for
flexunit report

at java.util.concurrent.FutureTask.report(FutureTask.java:122)

at java.util.concurrent.FutureTask.get(FutureTask.java:188)

at org.flexunit.ant.tasks.TestRun.run(Unknown Source)

at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)

at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

2016-04-02 21:17 GMT+02:00 Carlos Rovira :

> Hi Alex,
>
> I pass the problem and I'm building, in the process I'm seeing this:
>
> get.sdk:
>
> Getting:
> https://archive.apache.org/dist/flex/4.14.1/binaries/apache-flex-sdk-4.14.1-bin.zip
>
> To: /Users/carlosrovira/dev/flexjs06/apache-flex-sdk-4.14.1-bin.zip
>
> Two questions here:
>
> 1) I thought FlexJS was not Flex SDK dependent anymore (or at least I
> thought I read several months ago in some mail ni this list). it's right?
>
> 2) The version is ok? (4.14.1 instead 4.15?)
>
> Thanks for your help!
>
> Carlos
>
>
>
>
>
>
>
>
> 2016-04-02 19:27 GMT+02:00 Alex Harui :
>
>> The script expects that gnu privacy guard is installed and our keys file
>> is imported.
>>
>>
>> Sent from my LG G3, an AT&T 4G LTE smartphone
>>
>>
>> -- Original message--
>>
>> From: Carlos Rovira
>>
>> Date: Sat, Apr 2, 2016 1:23 AM
>>
>> To: Alex Harui;
>>
>> Cc: dev@flex.apache.org;
>>
>> Subject:Re: [FlexJS] RC3 Approval script error
>>
>>
>> Thanks Alex, the rc param was cut on copy/paste and wasn't notice it.
>>
>> After setting the full command I get the following error:
>>
>> check-sigs:
>>
>> gpg_check:
>>
>> BUILD FAILED
>> /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:285: The following
>> error occurred while executing this line:
>> /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:289: Execute failed:
>> java.io.IOException: Cannot run program "gpg": error=2, No such file or
>> directory
>> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
>> at java.lang.Runtime.exec(Runtime.java:617)
>> at
>> org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
>> at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)

Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Alex Harui
Maybe this?

http://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-w
ith-error-10810-cant-open-install-os-x-yosemite

HTH,
-Alex

On 4/2/16, 12:36 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
 wrote:

>Hi Alex,
>
>it seems I couldn't get a complete build yet. This the final problem (hope
>you could arise what could be the problem):
>
>test:
>
>Created dir:
>/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
>rojects/Core/src/test/flex/out
>
>Validating task attributes ...
>
>Generating default values ...
>
>Using the following settings for the test run:
>
>FLEX_HOME: [/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src]
>
>haltonfailure: [false]
>
>headless: [false]
>
>display: [99]
>
>localTrusted: [true]
>
>player: [flash]
>
>port: [1024]
>
>swf:
>[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
>projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf]
>
>timeout: [9ms]
>
>toDir:
>[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
>projects/Core/src/test/flex/out]
>
>Setting up server process ...
>
>Starting server ...
>
>Opening server socket on port [1024].
>
>Waiting for client connection ...
>
>Updated local trust file at
>[/Users/carlosrovira/Library/Preferences/Macromedia/Flash
>Player/#Security/FlashPlayerTrust/flexUnit.cfg], added
>[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
>projects/Core/src/test/flex].
>
>Executing 'open' with arguments:
>
>'/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
>projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf'
>
>
>The ' characters around the executable and arguments are
>
>not part of the command.
>
>
>LSOpenURLsWithRole() failed with error -10810 for the file
>/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
>rojects/Core/src/test/flex/FlexUnitFlexJSApplication.swf.
>
>
>
>Stopping server ...
>
>End of test data reached, sending acknowledgement to player ...
>
>Closing client connection ...
>
>Closing server on port [1024] ...
>
>
>BUILD FAILED
>
>/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:617: The following
>error
>occurred while executing this line:
>
>/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/build.xml:44
>1:
>The following error occurred while executing this line:
>
>/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/b
>uild.xml:79:
>The following error occurred while executing this line:
>
>/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/b
>uild.xml:170:
>The following error occurred while executing this line:
>
>/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
>rojects/Core/build.xml:47:
>The following error occurred while executing this line:
>
>/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
>rojects/Core/src/test/flex/build.xml:148:
>java.util.concurrent.ExecutionException: Socket timeout waiting for
>flexunit report
>
>at java.util.concurrent.FutureTask.report(FutureTask.java:122)
>
>at java.util.concurrent.FutureTask.get(FutureTask.java:188)
>
>at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
>
>at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
>
>at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>
>at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>
>at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>pl.java:43)
>
>at java.lang.reflect.Method.invoke(Method.java:606)
>
>2016-04-02 21:17 GMT+02:00 Carlos Rovira :
>
>> Hi Alex,
>>
>> I pass the problem and I'm building, in the process I'm seeing this:
>>
>> get.sdk:
>>
>> Getting:
>> 
>>https://archive.apache.org/dist/flex/4.14.1/binaries/apache-flex-sdk-4.14
>>.1-bin.zip
>>
>> To: /Users/carlosrovira/dev/flexjs06/apache-flex-sdk-4.14.1-bin.zip
>>
>> Two questions here:
>>
>> 1) I thought FlexJS was not Flex SDK dependent anymore (or at least I
>> thought I read several months ago in some mail ni this list). it's
>>right?
>>
>> 2) The version is ok? (4.14.1 instead 4.15?)
>>
>> Thanks for your help!
>>
>> Carlos
>>
>>
>>
>>
>>
>>
>>
>>
>> 2016-04-02 19:27 GMT+02:00 Alex Harui :
>>
>>> The script expects that gnu privacy guard is installed and our keys
>>>file
>>> is imported.
>>>
>>>
>>> Sent from my LG G3, an AT&T 4G LTE smartphone
>>>
>>>
>>> -- Original message--
>>>
>>> From: Carlos Rovira
>>>
>>> Date: Sat, Apr 2, 2016 1:23 AM
>>>
>>> To: Alex Harui;
>>>
>>> Cc: dev@flex.apache.org;
>>>
>>> Subject:Re: [FlexJS] RC3 Approval script error
>>>
>>>
>>> Thanks Alex, the rc param was cut on copy/paste and wasn't notice it.
>>>
>>> After setting the full command I get the following error:
>>>
>>> check-sigs:
>>>
>>> gpg_check:
>>>
>>> BUILD FAILED
>>> /Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:285: The following
>>> error occurred while executing this line:
>>> /Users/carlos

Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS ?

2016-04-02 Thread jude
Hi Justin,

Good to hear from you again. I looked at Moonshine a few years ago and it
didn't look like anyone was working on it. I'm glad someone has started it
back up.

I have some suggestions based on your questions. A while ago I donated
Radii8 (www.radii8.com) to Apache for a few reasons.

1. To give the community a tool that lets you create a design
2. Let's you add use Flex components to create that layout
3. Let's you use inspectors to set properties and styles
4. Generate the MXML properties and styles
5. Create and share your MXML documents for educational and instructional
purposes
6. Publish and share that online
7. To get the community involved working on that tool

In the process I learned that projects at Apache that rely on other
libraries cannot be hosted on the site. It seems that mainly, the benefit
of an Apache project, is that you can be confident you can use it in your
own projects without any copyright issues. It doesn't seem to be the best
place if you need to use libraries hosted on other websites, libraries of
other licenses, binaries, graphics of any sort (even royalty free) and so
on. It seems to be a place for singular type of projects. My case is that
we have had to create an installer that gets all parts from all over for
the Flex SDK to run.

What I was hoping was for the community to be more involved. But that
didn't seem to happen. The Apache atmosphere has a nobody is in charge,
everybody is in charge perspective. So if you have an issue it's up to you
to "scratch your own itch". It also has a no vision, any vision perspective
and a no roadmap, any roadmap perspective. After some discussion, many
times it's been repeated Apache is about community more than code.

It's clear that looking back, you need someone to take charge, like Alex
did with FlexJS, like Mike did with Falcon compiler work, like Josh is
doing with Feathers MXML, like you did with the Moonshine project, and many
others. But, that nobody running things, everybody running things also
means that there are or were 4 or more different efforts to make Flex
output to HTML; FlexJS, AS2JS, FalconJX, Radii8 Flex to HTML export, itzhi
Starling conversion, etc. Sorry, I don't know if I got the names right but
I remember the projects.

A while ago but some time after I donated Radii8 I started working on it
again but it was hosted on github. Over the last month I've been talking
with Alex about trying to merge the changes back into Apache Flex repo but
to do so I would or may have to strip out many of the libraries I use to
make it all work. Pieces would be hosted all over the place and it's
looking complicated.

My point and my question is, what do you really want? Do you want community
involvement? Do you want Apache and Apache Flex community blessing,
whatever that means? Do you want it at Apache so it can be all bundled
together for easier distribution?

If that's the case, I would suggest that the community bless it as a side
project. Allow it to be discussed on this list. Give it a discussion tag
name [moonshine]. Maybe use JIRA here. But I would not be so quick to host
it here. Host it at Github IMHO. I don't know if this breaks any Apache
policy but if Apache is really about community more than code than IMHO let
it be discussed here but hosted wherever it will make the most progress.

BTW I looked at Moonshine possibly before you were working on it and would
have liked to use it in Radii8 but I was attempting to create web based
design view and Moonshine was much too integrated with the file system.
I've been using Ace Editor  for syntax highlighting
(JavaScript code editor in a HTML loader). It's an open source project on
Github and they may have some code that you could use to help with some of
the issues you mentioned including code completion, etc.

Also, I would like to add many developers are still using the main Flex SDK
and so I suggest don't limit Moonshine to just FlexJS.

PS Great to see it being worked on again! :)

On Sat, Apr 2, 2016 at 12:51 AM, Alex Harui  wrote:

> Hi Justin Hill,
>
> Justin McLean is factually correct, but I have a slightly different
> viewpoint.
>
> Before you start signing ICLAs and Software Grants, I would first consider
> the financial aspects:  how will you and your team find the time (which
> usually means money) to continue to contribute to Moonshine if you donate
> it to the Apache Software Foundation?  Apache software releases cannot be
> sold for money.  And product names and trademarks are supposed to be
> assigned to the ASF as well, so if you donate Moonshine, then you can't
> decide later to try to make a non-free version and still call it Moonshine
>
> I have seen two different ways that Apache projects have for-profit
> ecosystems:
> 1) The Apache Subversion project somehow decided that for-profits can use
> the SVN acronym in product names, but not "Subversion" itself.  Apache
> Subversion is command-line and free, and SmartSVN, TortoiseS

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-02 Thread piotrz
Hi Alex,

1) Dump path:

https://paste.apache.org/UpfG

2) Git log for FlexJS:

https://paste.apache.org/1FQl

3) I've uploaded txt file with folder structure on the server.

https://we.tl/ZIoOAXo2hT

4) Result of ant all

https://paste.apache.org/OAKP

This is how it looks like.

Piotr 



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p52155.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: Moonshine-IDE.com -- FlexJS, Flex, and ActionScript focused open source IDE -- contribution to Apache FlexJS ?

2016-04-02 Thread Justin Mclean
Hi,

> In the process I learned that projects at Apache that rely on other
> libraries cannot be hosted on the site.

That not correct, Apache Flex for example hosts both source and binary release 
that contain code from 3rd parties. The catch is however it needs to be code 
that has an Apache comparable license. Most common open source licenses (with 
the exception of GPL) are comparable. [1][2]

> It seems to be a place for singular type of projects.

There are many examples of Apache software that bundle a large amount of 3rd 
party code. For instance Apache Mynewt (in incubation) bundles source code from 
around 20 projects. There’s probably more 3rd party code in it repo than ASF 
licensed code.  It also made a release with a GPL dependancy (after asking for 
permission, but has since removed that code). Another incubating project MADLib 
has a dozen or so Apache licensed files, and 100’s of BSD licensed files.  
Generally none of this is too much of an issue to get around.

Thanks,
Justin

1. http://www.apache.org/legal/resolved.html#category-a 

2. http://www.apache.org/legal/resolved.html#category-x 





Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Carlos Rovira
Hi Alex,

I try to change permissions and check more links with this problem but
can't pass the error. Maybe is only a problem with my machine, since no
body has reported this issue. I'm on latest OS X (10.11.4).

2016-04-02 22:35 GMT+02:00 Alex Harui :

> Maybe this?
>
> http://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-w
> ith-error-10810-cant-open-install-os-x-yosemite
>
> HTH,
> -Alex
>
> On 4/2/16, 12:36 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
>  wrote:
>
> >Hi Alex,
> >
> >it seems I couldn't get a complete build yet. This the final problem (hope
> >you could arise what could be the problem):
> >
> >test:
> >
> >Created dir:
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/src/test/flex/out
> >
> >Validating task attributes ...
> >
> >Generating default values ...
> >
> >Using the following settings for the test run:
> >
> >FLEX_HOME: [/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src]
> >
> >haltonfailure: [false]
> >
> >headless: [false]
> >
> >display: [99]
> >
> >localTrusted: [true]
> >
> >player: [flash]
> >
> >port: [1024]
> >
> >swf:
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf]
> >
> >timeout: [9ms]
> >
> >toDir:
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex/out]
> >
> >Setting up server process ...
> >
> >Starting server ...
> >
> >Opening server socket on port [1024].
> >
> >Waiting for client connection ...
> >
> >Updated local trust file at
> >[/Users/carlosrovira/Library/Preferences/Macromedia/Flash
> >Player/#Security/FlashPlayerTrust/flexUnit.cfg], added
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex].
> >
> >Executing 'open' with arguments:
> >
> >'/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf'
> >
> >
> >The ' characters around the executable and arguments are
> >
> >not part of the command.
> >
> >
> >LSOpenURLsWithRole() failed with error -10810 for the file
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/src/test/flex/FlexUnitFlexJSApplication.swf.
> >
> >
> >
> >Stopping server ...
> >
> >End of test data reached, sending acknowledgement to player ...
> >
> >Closing client connection ...
> >
> >Closing server on port [1024] ...
> >
> >
> >BUILD FAILED
> >
> >/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:617: The following
> >error
> >occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/build.xml:44
> >1:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/b
> >uild.xml:79:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/b
> >uild.xml:170:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/build.xml:47:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/src/test/flex/build.xml:148:
> >java.util.concurrent.ExecutionException: Socket timeout waiting for
> >flexunit report
> >
> >at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> >
> >at java.util.concurrent.FutureTask.get(FutureTask.java:188)
> >
> >at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
> >
> >at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
> >
> >at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> >
> >at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> >
> >at
> >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >pl.java:43)
> >
> >at java.lang.reflect.Method.invoke(Method.java:606)
> >
> >2016-04-02 21:17 GMT+02:00 Carlos Rovira :
> >
> >> Hi Alex,
> >>
> >> I pass the problem and I'm building, in the process I'm seeing this:
> >>
> >> get.sdk:
> >>
> >> Getting:
> >>
> >>
> https://archive.apache.org/dist/flex/4.14.1/binaries/apache-flex-sdk-4.14
> >>.1-bin.zip
> >>
> >> To: /Users/carlosrovira/dev/flexjs06/apache-flex-sdk-4.14.1-bin.zip
> >>
> >> Two questions here:
> >>
> >> 1) I thought FlexJS was not Flex SDK dependent anymore (or at least I
> >> thought I read several months ago in some mail ni this list). it's
> >>right?
> >>
> >> 2) The version is ok? (4.14.1 instead 4.15?)
> >>
> >> Thanks for your help!
> >>
> >> Carlos
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> 2016-04-02 19:27 GMT+02:00 Alex Harui :
> >>
> >>> The script expects that gnu privacy guard is installed and our keys
> >>>file
> >>> is imported.
> >>>
> >>>
> >>> S

Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Alex Harui
If you try the open command with the path to a swf from terminal do you have 
the same problem?


Sent from my LG G3, an AT&T 4G LTE smartphone


-- Original message--

From: Carlos Rovira

Date: Sat, Apr 2, 2016 4:39 PM

To: dev@flex.apache.org;

Subject:Re: [FlexJS] RC3 Approval script error


Hi Alex,

I try to change permissions and check more links with this problem but
can't pass the error. Maybe is only a problem with my machine, since no
body has reported this issue. I'm on latest OS X (10.11.4).

2016-04-02 22:35 GMT+02:00 Alex Harui :

> Maybe this?
>
> http://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-w
> ith-error-10810-cant-open-install-os-x-yosemite
>
> HTH,
> -Alex
>
> On 4/2/16, 12:36 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
>  wrote:
>
> >Hi Alex,
> >
> >it seems I couldn't get a complete build yet. This the final problem (hope
> >you could arise what could be the problem):
> >
> >test:
> >
> >Created dir:
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/src/test/flex/out
> >
> >Validating task attributes ...
> >
> >Generating default values ...
> >
> >Using the following settings for the test run:
> >
> >FLEX_HOME: [/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src]
> >
> >haltonfailure: [false]
> >
> >headless: [false]
> >
> >display: [99]
> >
> >localTrusted: [true]
> >
> >player: [flash]
> >
> >port: [1024]
> >
> >swf:
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf]
> >
> >timeout: [9ms]
> >
> >toDir:
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex/out]
> >
> >Setting up server process ...
> >
> >Starting server ...
> >
> >Opening server socket on port [1024].
> >
> >Waiting for client connection ...
> >
> >Updated local trust file at
> >[/Users/carlosrovira/Library/Preferences/Macromedia/Flash
> >Player/#Security/FlashPlayerTrust/flexUnit.cfg], added
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex].
> >
> >Executing 'open' with arguments:
> >
> >'/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf'
> >
> >
> >The ' characters around the executable and arguments are
> >
> >not part of the command.
> >
> >
> >LSOpenURLsWithRole() failed with error -10810 for the file
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/src/test/flex/FlexUnitFlexJSApplication.swf.
> >
> >
> >
> >Stopping server ...
> >
> >End of test data reached, sending acknowledgement to player ...
> >
> >Closing client connection ...
> >
> >Closing server on port [1024] ...
> >
> >
> >BUILD FAILED
> >
> >/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:617: The following
> >error
> >occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/build.xml:44
> >1:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/b
> >uild.xml:79:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/b
> >uild.xml:170:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/build.xml:47:
> >The following error occurred while executing this line:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/src/test/flex/build.xml:148:
> >java.util.concurrent.ExecutionException: Socket timeout waiting for
> >flexunit report
> >
> >at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> >
> >at java.util.concurrent.FutureTask.get(FutureTask.java:188)
> >
> >at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
> >
> >at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
> >
> >at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> >
> >at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> >
> >at
> >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >pl.java:43)
> >
> >at java.lang.reflect.Method.invoke(Method.java:606)
> >
> >2016-04-02 21:17 GMT+02:00 Carlos Rovira :
> >
> >> Hi Alex,
> >>
> >> I pass the problem and I'm building, in the process I'm seeing this:
> >>
> >> get.sdk:
> >>
> >> Getting:
> >>
> >>
> https://archive.apache.org/dist/flex/4.14.1/binaries/apache-flex-sdk-4.14
> >>.1-bin.zip
> >>
> >> To: /Users/carlosrovira/dev/flexjs06/apache-flex-sdk-4.14.1-bin.zip
> >>
> >> Two questions here:
> >>
> >> 1) I thought FlexJS was not Flex SDK dependent anymore (or at least I
> >> thought I read several months ago in some mail ni this list). it's
> >>right?
> >>
> >> 2

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC3

2016-04-02 Thread Justin Mclean
Hi,

Looks like I solved the compilation issue I was having. It seems the ant script 
will pick up flexTasks.jar in ant’s lib directory in preference to the 
specified one and that can cause the compilation issue.

There are showing another minor issue with the build, there’s an error showing 
in the build even though it says build successful.

flat-ui-icons:
 [java] Error: Unable to access jarfile 
/Users/justinmclean/Downloads/ApacheFlexJSIII/apache-flex-flexjs-0.6.0-src/frameworks/fontsrc/${env.FLEX_HOME}/lib/mxmlc.jar

FLEX_HOME was set correctly.

Thanks,
Justin

Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-02 Thread Justin Mclean
Hi,

Changing my vote to +1 (binding) as I was able to compile the source package 
(although with some difficultly).

Thanks,
Justin

Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Carlos Rovira
Hi,

regarding your question, If exectute "open ./sample.swf" it try to extract
the contents of swf with a zip tool

regarding the stack trace, I'm seeing the error now is different:

Setting up server process ...

Starting server ...

Opening server socket on port [1024].

Waiting for client connection ...

Entry
[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex]
already available in local trust file at
[/Users/carlosrovira/Library/Preferences/Macromedia/Flash
Player/#Security/FlashPlayerTrust/flexUnit.cfg].

Executing 'open' with arguments:

'/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf'


The ' characters around the executable and arguments are

not part of the command.



Stopping server ...

End of test data reached, sending acknowledgement to player ...

Closing client connection ...

Closing server on port [1024] ...


BUILD FAILED

/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:617: The following error
occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/build.xml:441:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/build.xml:79:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/build.xml:170:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/build.xml:47:
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/build.xml:148:
java.util.concurrent.ExecutionException: Socket timeout waiting for
flexunit report

at java.util.concurrent.FutureTask.report(FutureTask.java:122)

at java.util.concurrent.FutureTask.get(FutureTask.java:188)

at org.flexunit.ant.tasks.TestRun.run(Unknown Source)

at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)

at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)

at org.apache.tools.ant.Task.perform(Task.java:348)

at org.apache.tools.ant.Target.execute(Target.java:435)

at org.apache.tools.ant.Target.performTasks(Target.java:456)

at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)

at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)



2016-04-03 2:54 GMT+02:00 Alex Harui :

> If you try the open command with the path to a swf from terminal do you
> have the same problem?
>
>
> Sent from my LG G3, an AT&T 4G LTE smartphone
>
>
> -- Original message--
>
> *From: *Carlos Rovira
>
> *Date: *Sat, Apr 2, 2016 4:39 PM
>
> *To: *dev@flex.apache.org;
>
> *Subject:*Re: [FlexJS] RC3 Approval script error
>
>
> Hi Alex,
>
> I try to change permissions and check more links with this problem but
> can't pass the error. Maybe is only a problem with my machine, since no
> body has reported this issue. I'm on latest OS X (10.11.4).
>
> 2016-04-02 22:35 GMT+02:00 Alex Harui :
>
> > Maybe this?
> >
> >
> http://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-w
> > ith-error-10810-cant-open-install-os-x-yosemite
> >
> > HTH,
> > -Alex
> >
> > On 4/2/16, 12:36 PM, "carlos.rov...@gmail.com on behalf of Carlos
> Rovira"
> >  wrote:
> >
> > >Hi Alex,
> > >
> > >it seems I couldn't get a complete build yet. This the final problem
> (hope
> > >you could arise what could be the problem):
> > >
> > >test:
> > >
> > >Created dir:
> >
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> > >rojects/Core/src/test/flex/out
> > >
> > >Validating task attributes ...
> > >
> > >Generating default values ...
> > >
> > >Using the following settings for the test run:
> > >
> > >FLEX_HOME:
> [/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src]
> > >
> > >haltonfailure: [false]
> > >
> > >headless: [false]
> > >
> > >display: [99]
> > >
> > >localTrusted: [true]
> > >
> > >player: [flash]
> > >
> > >port: [1024]
> > >
> > >swf:
> >
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> > >projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf]
> > >
> > >timeout: [9ms]
> > >
> > >toDir:
> >
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> > >projects/Core/src/test/flex/out]
> > >
> > >Setting up server process ...
> > >
> > >Starting server ...
> > >
> > >Opening server socket on port [1024].
> > >
> > >Waiting for client connection ...
> > >
> > >Updated local trust file at

Re: [FlexJS] RC3 Approval script error

2016-04-02 Thread Alex Harui
Did you install debugger projector player?


Sent from my LG G3, an AT&T 4G LTE smartphone


-- Original message--

From: Carlos Rovira

Date: Sat, Apr 2, 2016 6:26 PM

To: Alex Harui;

Cc: dev@flex.apache.org;

Subject:Re: [FlexJS] RC3 Approval script error


Hi,

regarding your question, If exectute "open ./sample.swf" it try to extract the 
contents of swf with a zip tool

regarding the stack trace, I'm seeing the error now is different:


Setting up server process ...

Starting server ...

Opening server socket on port [1024].

Waiting for client connection ...

Entry 
[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex]
 already available in local trust file at 
[/Users/carlosrovira/Library/Preferences/Macromedia/Flash 
Player/#Security/FlashPlayerTrust/flexUnit.cfg].

Executing 'open' with arguments:

'/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf'


The ' characters around the executable and arguments are

not part of the command.



Stopping server ...

End of test data reached, sending acknowledgement to player ...

Closing client connection ...

Closing server on port [1024] ...


BUILD FAILED

/Users/carlosrovira/dev/flexjs06/ApproveFlexJS.xml:617: The following error 
occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/build.xml:441: 
The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/build.xml:79:
 The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/build.xml:170:
 The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/build.xml:47:
 The following error occurred while executing this line:

/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/projects/Core/src/test/flex/build.xml:148:
 java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit 
report

at java.util.concurrent.FutureTask.report(FutureTask.java:122)

at java.util.concurrent.FutureTask.get(FutureTask.java:188)

at org.flexunit.ant.tasks.TestRun.run(Unknown Source)

at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)

at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)

at org.apache.tools.ant.Task.perform(Task.java:348)

at org.apache.tools.ant.Target.execute(Target.java:435)

at org.apache.tools.ant.Target.performTasks(Target.java:456)

at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)

at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)


2016-04-03 2:54 GMT+02:00 Alex Harui 
mailto:aha...@adobe.com>>:

If you try the open command with the path to a swf from terminal do you have 
the same problem?


Sent from my LG G3, an AT&T 4G LTE smartphone


-- Original message--

From: Carlos Rovira

Date: Sat, Apr 2, 2016 4:39 PM

To: dev@flex.apache.org;

Subject:Re: [FlexJS] RC3 Approval script error


Hi Alex,

I try to change permissions and check more links with this problem but
can't pass the error. Maybe is only a problem with my machine, since no
body has reported this issue. I'm on latest OS X (10.11.4).

2016-04-02 22:35 GMT+02:00 Alex Harui 
mailto:aha...@adobe.com>>:

> Maybe this?
>
> http://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-w
> ith-error-10810-cant-open-install-os-x-yosemite
>
> HTH,
> -Alex
>
> On 4/2/16, 12:36 PM, "carlos.rov...@gmail.com 
> on behalf of Carlos Rovira"
> mailto:carlos.rov...@gmail.com> on behalf of 
> carlosrov...@apache.org> wrote:
>
> >Hi Alex,
> >
> >it seems I couldn't get a complete build yet. This the final problem (hope
> >you could arise what could be the problem):
> >
> >test:
> >
> >Created dir:
> >/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/p
> >rojects/Core/src/test/flex/out
> >
> >Validating task attributes ...
> >
> >Generating default values ...
> >
> >Using the following settings for the test run:
> >
> >FLEX_HOME: [/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src]
> >
> >haltonfailure: [false]
> >
> >headless: [false]
> >
> >display: [99]
> >
> >localTrusted: [true]
> >
> >player: [flash]
> >
> >port: [1024]
> >
> >swf:
> >[/Users/carlosrovira/dev/flexjs06/apache-flex-flexjs-0.6.0-src/frameworks/
> >projects/Core/src/test/flex/FlexUnitFlexJSApplication.swf]
> >
> >timeout: [9

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-02 Thread Alex Harui
Hi Piotr,

Looking at these results made me realize that one of the changes I made to
fix "ant all" apparently never got committed.  No wonder it didn't work
for you.  Sorry for missing that.

Please try pulling flex-asjs and running "ant all" again.

Thanks,
-Alex

On 4/2/16, 3:43 PM, "piotrz"  wrote:

>Hi Alex,
>
>1) Dump path:
>
>https://paste.apache.org/UpfG
>
>2) Git log for FlexJS:
>
>https://paste.apache.org/1FQl
>
>3) I've uploaded txt file with folder structure on the server.
>
>https://we.tl/ZIoOAXo2hT
>
>4) Result of ant all
>
>https://paste.apache.org/OAKP
>
>This is how it looks like.
>
>Piotr 
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-F
>lexJS-example-compilations-tp51876p52155.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.