[LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-08-30 Thread Alex Harui
Hi Folks,

There have been other threads dealing with last minute issues that
probably should have been in this thread.  However, I think all issues are
addressed, but it would be good to have other PMC members review the
nightly build before we start cutting release candidates.  We are hoping
to get a release approved and propagated to the mirrors before September 8.

If you use the approval scripts, to test the nightly builds, make sure
FLASHPLAYER_DEBUGGER and PLAYERGLOBAL_HOME and AIR_HOME environment
variables are set (and  FLEX_HOME, FALCON_HOME or FALCONJX_HOME are NOT
set) then

FalconJX:
-Create an empty folder (avoid spaces in path):
-Download 
http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon%20release%20branch
/ws/ApproveFalcon.xml to that folder.
-Run ant -e -f ApproveFalcon.xml

FlexJS:
-Create an empty folder (avoid spaces in path):
-Download 
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs_release_branch/ws/Ap
proveFlexJS.xml to that folder.
-Run ant -e -f ApproveFlexJS.xml

Thanks,
-Alex



Re: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui


On 7/2/16, 7:52 AM, "Christofer Dutz"  wrote:

>Hi Alex,
>
>
>indeed, when building most of the time is spent by the closure compiler
>compiling the release build for the examples. It would be great if it was
>possible to skip this last build. Especially as I package the content of
>the war file for JS output from the js-debug or js-release depending on
>if debug is enabled. It would be great if we could set the build to debug
>and omit that really time-consuming release build as it wouldn't have any
>influence on the artifact built by the build.

If debug=true, the compiler should be skipping the js-release build.  Is
it not doing that for you?

-Alex



Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui


On 7/2/16, 10:34 PM, "Justin Mclean"  wrote:

>Hi,
>
>> IMO, because the patch files are generated from ant scripts, they don't
>> need headers.
>
>IMO if it source code it need a header, otherwise how do we know how the
>patch is licensed or where it come from?
>
>This same issue was also brought up on an incubating release recently. [1]

I didn't see mention in [1] that those patches were generated from a
script, so I would agree that the podling's patches should have headers.
I could insert a line in our patch files that it is generated.  Would that
be sufficient?
I know it is a bit odd to have generated-sources in the source package,
but we are doing that to make the Maven build work without having to have
its own patch-generation mechanism.

Thoughts?
-Alex

>
>Thanks,
>Justin
>
>1. 
>https://lists.apache.org/thread.html/b84920dcb1f62ca408d0edbe888411830be31
>3899a5da705fbeffae1@%3Cgeneral.incubator.apache.org%3E
>



Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Justin Mclean
Hi,

> IMO, because the patch files are generated from ant scripts, they don't
> need headers.

IMO if it source code it need a header, otherwise how do we know how the patch 
is licensed or where it come from?

This same issue was also brought up on an incubating release recently. [1]

Thanks,
Justin

1. 
https://lists.apache.org/thread.html/b84920dcb1f62ca408d0edbe888411830be313899a5da705fbeffae1@%3Cgeneral.incubator.apache.org%3E



Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui
IMO, because the patch files are generated from ant scripts, they don't
need headers.  And because the patches ares a modification to CreateJS, it
is ASF content, not CreateJS content, so I didn't mention CreateJS in the
LICENSE since none of their IP is bundled.  In the binary package,
CreateJS is bundled and you should find CreateJS in LICENSE.

Similar for google_maps and other patch files.

Thoughts?
-Alex

On 7/2/16, 8:58 PM, "Justin Mclean"  wrote:

>Hi,
>
>I took a quick look at the source releases:
>
>For Falcon:
>- The LICENSE file is missing MIT licensed creatjs / easeljs / tweenjs
>[1][2] 
>- I’m not sure how some files have this (e.g. [X]) is  "Copyright
>2001-2005 The Apache Software Foundation”. The dates are odd and it’s
>unusual for a source file to have an ASF header with a copyright ASF line
>in it.[8] Note that the policy states "note that there should be no
>copyright notice in the header”.
>- Some patch files are missing ASF headers (it sure right?) and may
>require modification to LICENSE if there’s 3rd party code in there? [5]
>
>For FalconJX:
>- same three issues as above
>
>For FlexJS:
>- examples have copyright 2015 in app xml files e.g. [4]
>
>Thanks,
>Justin
>
>1 ./externs/createjs/src/main/patch/easeljs.patch
>2 ./externs/createjs/src/main/patch/tweenjs.patch
>3. ./compiler/src/test/java/utils/FlashplayerSecurityHandler.java
>4. ./examples/flexjs/CordovaCameraExample/CordovaCameraExample-app.xml
>5. ./externs/google_maps/src/main/patch/google_maps.patch
>6.  ./externs/jquery/src/main/patch/jquery.patch
>7.  ./externs/js/src/main/patch/js.patch
>8. http://www.apache.org/legal/src-headers.html#headers



Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Justin Mclean
Hi,

I took a quick look at the source releases:

For Falcon:
- The LICENSE file is missing MIT licensed creatjs / easeljs / tweenjs [1][2] 
- I’m not sure how some files have this (e.g. [X]) is  "Copyright 2001-2005 The 
Apache Software Foundation”. The dates are odd and it’s unusual for a source 
file to have an ASF header with a copyright ASF line in it.[8] Note that the 
policy states "note that there should be no copyright notice in the header”.
- Some patch files are missing ASF headers (it sure right?) and may require 
modification to LICENSE if there’s 3rd party code in there? [5]

For FalconJX:
- same three issues as above

For FlexJS:
- examples have copyright 2015 in app xml files e.g. [4]

Thanks,
Justin

1 ./externs/createjs/src/main/patch/easeljs.patch
2 ./externs/createjs/src/main/patch/tweenjs.patch
3. ./compiler/src/test/java/utils/FlashplayerSecurityHandler.java
4. ./examples/flexjs/CordovaCameraExample/CordovaCameraExample-app.xml
5. ./externs/google_maps/src/main/patch/google_maps.patch
6.  ./externs/jquery/src/main/patch/jquery.patch
7.  ./externs/js/src/main/patch/js.patch
8. http://www.apache.org/legal/src-headers.html#headers

AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Christofer Dutz
Hi Alex,


indeed, when building most of the time is spent by the closure compiler 
compiling the release build for the examples. It would be great if it was 
possible to skip this last build. Especially as I package the content of the 
war file for JS output from the js-debug or js-release depending on if debug is 
enabled. It would be great if we could set the build to debug and omit that 
really time-consuming release build as it wouldn't have any influence on the 
artifact built by the build.


Chris


Von: Alex Harui 
Gesendet: Samstag, 2. Juli 2016 16:44:34
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0



On 7/1/16, 3:15 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
 wrote:

>Hi,
>
>just report that I changed to maven 3.3.9 to get compiler running, and
>must
>use -DskipTests (I suppose this is ok right now)
>Then, externs where build easily and quick, and finaly I could run asjs
>without problem, although this are 25'!

I think you are saying it took 25 minutes to build?  IMO, I haven't done a
profile, but by watching the console, I'd say that a significant amount of
that time is spent building the js-release optimized version by the Google
Closure Compiler.  Maybe we need options to skip building the js-release
version or skip building all of the examples.

-Alex



Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Alex Harui


On 7/1/16, 3:15 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
 wrote:

>Hi,
>
>just report that I changed to maven 3.3.9 to get compiler running, and
>must
>use -DskipTests (I suppose this is ok right now)
>Then, externs where build easily and quick, and finaly I could run asjs
>without problem, although this are 25'!

I think you are saying it took 25 minutes to build?  IMO, I haven't done a
profile, but by watching the console, I'd say that a significant amount of
that time is spent building the js-release optimized version by the Google
Closure Compiler.  Maybe we need options to skip building the js-release
version or skip building all of the examples.

-Alex



AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-02 Thread Christofer Dutz
Hi Carlos,


it makes me really happy to read feedback like this [?]


It has been a hard and long road to walk, but I guess we will be able to finish 
the last quirks soon and I think it will have been worth the efort.


Chris


Von: carlos.rov...@gmail.com  im Auftrag von Carlos 
Rovira 
Gesendet: Samstag, 2. Juli 2016 00:15:25
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

Hi,

just report that I changed to maven 3.3.9 to get compiler running, and must
use -DskipTests (I suppose this is ok right now)
Then, externs where build easily and quick, and finaly I could run asjs
without problem, although this are 25'!

Again, this is just amazing! and great step forward, congrats Chris and
Alex for getting this important milestone (hope the latest problems not be
so hard to detect and fix)

I try tomorrow to dig more into this, now I have the build complete :)

Carlos




2016-07-01 16:30 GMT+02:00 Christofer Dutz :

>
> As I wrote in the other thread, I am getting a lot of these now:
>
>
> One that's troubling me most at the moment is the one in FlexJSStore,
> FlexJSStore_jquery, MobileMap, MobileTrader and StorageExample in which I
> am getting compiler errors that I am not allowed to put percentage values
> in width and height settings.
>
>
>
> /Users/christoferdutz/Projects/Apache/Flex/flex-asjs/examples/flexjs/FlexJSStore_jquery/src/FlexJSStore.mxml:228
> Initializer for 'width': percentage not allowed here: '100%'.
>  className="storeControlBar" >
>
>
> Chris
>
> 
> Von: Alex Harui 
> Gesendet: Freitag, 1. Juli 2016 16:21:25
> An: dev@flex.apache.org
> Betreff: Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
> Can you summarize your problems that you need help with?
>
> -Alex
>
> On 7/1/16, 7:18 AM, "Christofer Dutz"  wrote:
>
> >Even in IntelliJ you can specify that location, so I guess it is possible
> >to provide that ... but let's get back to my other real problems ;-)
> >
> >
> >I'd really like to finish some more examples [?]
> >
> >
> >Chris
> >
> >
> >Von: Alex Harui 
> >Gesendet: Freitag, 1. Juli 2016 16:13:49
> >An: dev@flex.apache.org
> >Betreff: Re: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
> >
> >
> >
> >On 7/1/16, 6:59 AM, "Christofer Dutz"  wrote:
> >
> >>Well in Flexmojos I had always put them there and that was the default
> >>position. So that should prove that it doesn't cause any problems.
> >
> >I could not find any way to specify the location of the -app.xml file in
> >Flash Builder.  I think FB and maybe other IDEs may assume they are in the
> >root of the source path.  Does the Maven process copy the -app.xml to the
> >target folder?
> >
> >-Alex
> >
>
>


--

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: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Carlos Rovira
Hi,

just report that I changed to maven 3.3.9 to get compiler running, and must
use -DskipTests (I suppose this is ok right now)
Then, externs where build easily and quick, and finaly I could run asjs
without problem, although this are 25'!

Again, this is just amazing! and great step forward, congrats Chris and
Alex for getting this important milestone (hope the latest problems not be
so hard to detect and fix)

I try tomorrow to dig more into this, now I have the build complete :)

Carlos




2016-07-01 16:30 GMT+02:00 Christofer Dutz :

>
> As I wrote in the other thread, I am getting a lot of these now:
>
>
> One that's troubling me most at the moment is the one in FlexJSStore,
> FlexJSStore_jquery, MobileMap, MobileTrader and StorageExample in which I
> am getting compiler errors that I am not allowed to put percentage values
> in width and height settings.
>
>
>
> /Users/christoferdutz/Projects/Apache/Flex/flex-asjs/examples/flexjs/FlexJSStore_jquery/src/FlexJSStore.mxml:228
> Initializer for 'width': percentage not allowed here: '100%'.
>  className="storeControlBar" >
>
>
> Chris
>
> 
> Von: Alex Harui 
> Gesendet: Freitag, 1. Juli 2016 16:21:25
> An: dev@flex.apache.org
> Betreff: Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
> Can you summarize your problems that you need help with?
>
> -Alex
>
> On 7/1/16, 7:18 AM, "Christofer Dutz"  wrote:
>
> >Even in IntelliJ you can specify that location, so I guess it is possible
> >to provide that ... but let's get back to my other real problems ;-)
> >
> >
> >I'd really like to finish some more examples [?]
> >
> >
> >Chris
> >
> >
> >Von: Alex Harui 
> >Gesendet: Freitag, 1. Juli 2016 16:13:49
> >An: dev@flex.apache.org
> >Betreff: Re: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
> >
> >
> >
> >On 7/1/16, 6:59 AM, "Christofer Dutz"  wrote:
> >
> >>Well in Flexmojos I had always put them there and that was the default
> >>position. So that should prove that it doesn't cause any problems.
> >
> >I could not find any way to specify the location of the -app.xml file in
> >Flash Builder.  I think FB and maybe other IDEs may assume they are in the
> >root of the source path.  Does the Maven process copy the -app.xml to the
> >target folder?
> >
> >-Alex
> >
>
>


-- 

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.


AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Christofer Dutz

As I wrote in the other thread, I am getting a lot of these now:


One that's troubling me most at the moment is the one in FlexJSStore, 
FlexJSStore_jquery, MobileMap, MobileTrader and StorageExample in which I am 
getting compiler errors that I am not allowed to put percentage values in width 
and height settings.


/Users/christoferdutz/Projects/Apache/Flex/flex-asjs/examples/flexjs/FlexJSStore_jquery/src/FlexJSStore.mxml:228
Initializer for 'width': percentage not allowed here: '100%'.



Chris


Von: Alex Harui 
Gesendet: Freitag, 1. Juli 2016 16:21:25
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

Can you summarize your problems that you need help with?

-Alex

On 7/1/16, 7:18 AM, "Christofer Dutz"  wrote:

>Even in IntelliJ you can specify that location, so I guess it is possible
>to provide that ... but let's get back to my other real problems ;-)
>
>
>I'd really like to finish some more examples [?]
>
>
>Chris
>
>
>Von: Alex Harui 
>Gesendet: Freitag, 1. Juli 2016 16:13:49
>An: dev@flex.apache.org
>Betreff: Re: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
>
>
>On 7/1/16, 6:59 AM, "Christofer Dutz"  wrote:
>
>>Well in Flexmojos I had always put them there and that was the default
>>position. So that should prove that it doesn't cause any problems.
>
>I could not find any way to specify the location of the -app.xml file in
>Flash Builder.  I think FB and maybe other IDEs may assume they are in the
>root of the source path.  Does the Maven process copy the -app.xml to the
>target folder?
>
>-Alex
>



Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Alex Harui
Can you summarize your problems that you need help with?

-Alex

On 7/1/16, 7:18 AM, "Christofer Dutz"  wrote:

>Even in IntelliJ you can specify that location, so I guess it is possible
>to provide that ... but let's get back to my other real problems ;-)
>
>
>I'd really like to finish some more examples [?]
>
>
>Chris
>
>
>Von: Alex Harui 
>Gesendet: Freitag, 1. Juli 2016 16:13:49
>An: dev@flex.apache.org
>Betreff: Re: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
>
>
>On 7/1/16, 6:59 AM, "Christofer Dutz"  wrote:
>
>>Well in Flexmojos I had always put them there and that was the default
>>position. So that should prove that it doesn't cause any problems.
>
>I could not find any way to specify the location of the -app.xml file in
>Flash Builder.  I think FB and maybe other IDEs may assume they are in the
>root of the source path.  Does the Maven process copy the -app.xml to the
>target folder?
>
>-Alex
>



AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Christofer Dutz
Even in IntelliJ you can specify that location, so I guess it is possible to 
provide that ... but let's get back to my other real problems ;-)


I'd really like to finish some more examples [?]


Chris


Von: Alex Harui 
Gesendet: Freitag, 1. Juli 2016 16:13:49
An: dev@flex.apache.org
Betreff: Re: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0



On 7/1/16, 6:59 AM, "Christofer Dutz"  wrote:

>Well in Flexmojos I had always put them there and that was the default
>position. So that should prove that it doesn't cause any problems.

I could not find any way to specify the location of the -app.xml file in
Flash Builder.  I think FB and maybe other IDEs may assume they are in the
root of the source path.  Does the Maven process copy the -app.xml to the
target folder?

-Alex



Re: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Alex Harui


On 7/1/16, 6:59 AM, "Christofer Dutz"  wrote:

>Well in Flexmojos I had always put them there and that was the default
>position. So that should prove that it doesn't cause any problems.

I could not find any way to specify the location of the -app.xml file in
Flash Builder.  I think FB and maybe other IDEs may assume they are in the
root of the source path.  Does the Maven process copy the -app.xml to the
target folder?

-Alex



AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Christofer Dutz
Well in Flexmojos I had always put them there and that was the default 
position. So that should prove that it doesn't cause any problems.


Chris


Von: Peter Ent 
Gesendet: Freitag, 1. Juli 2016 15:53:29
An: dev@flex.apache.org
Betreff: Re: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

I was going to add this clean up of the examples to my to-do list for
after the Adobe summer break, but then I saw this suggestion and I'm not
sure how that will effect things for the compilation. I thought the
application descriptors had to sit along side the main mxml file, but its
been awhile since I wrote a true AIR app.

In any case, I'll put this task at the top of my list for post-summer
break.

‹peter

On 7/1/16, 9:35 AM, "Christofer Dutz"  wrote:

>... And while at it ... move the air application descriptors to
>"src/main/air"?
>
>
>Chris
>
>
>Von: Christofer Dutz 
>Gesendet: Freitag, 1. Juli 2016 15:23:01
>An: dev@flex.apache.org
>Betreff: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
>Just noticed that the resources and sources are mixed in the examples.
>Could we please cleanup the folder structure in the examples to match the
>rest?
>
>
>src/main/flex
>
>src/main/resources
>
>
>I guess this shouldn't be a big deal.
>
>
>Chris
>
>
>Von: carlos.rov...@gmail.com  im Auftrag von
>Carlos Rovira 
>Gesendet: Freitag, 1. Juli 2016 08:49:08
>An: dev@flex.apache.org
>Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
>HI Alex,
>
>I'm on mac. I'll try later today to install latest maven and report what
>happen, in the mean while, I'll share the error of the last report (I
>forgot to post it in all):
>
>[INFO] Reactor Summary:
>
>[INFO]
>
>[INFO] Apache Flex - FlexJS .. SUCCESS
>[1.925s]
>
>[INFO] Apache Flex - FlexJS: Compiler  FAILURE
>[0.139s]
>
>[INFO] Apache Flex - FlexJS: Compiler.JX . SKIPPED
>
>[INFO] Apache Flex - FlexJS: Debugger  SKIPPED
>
>[INFO] Apache Flex - FlexJS: OEM Layer ... SKIPPED
>
>[INFO]
>
>
>[INFO] BUILD FAILURE
>
>[INFO]
>
>
>[INFO] Total time: 2.389s
>
>[INFO] Finished at: Thu Jun 30 22:09:49 CEST 2016
>
>[INFO] Final Memory: 23M/229M
>
>[INFO]
>
>
>[ERROR] Failed to execute goal on project compiler: Could not resolve
>dependencies for project
>org.apache.flex.flexjs.compiler:compiler:jar:0.7.0-SNAPSHOT: The following
>artifacts could not be resolved:
>com.adobe.flash.framework:playerglobal:swc:20.0,
>org.apache.flex.framework:framework:swc:4.15.0,
>org.apache.flex.framework:rpc:swc:4.15.0,
>org.apache.flex.framework:spark:swc:4.15.0,
>org.apache.flex.framework:framework:zip:configs:4.15.0: Failure to find
>com.adobe.flash.framework:playerglobal:swc:20.0 in
>https://repository.apache.org/content/repositories/releases was cached in
>the local repository, resolution will not be reattempted until the update
>interval of apache-release has elapsed or updates are forced -> [Help 1]
>
>
>thanks
>
>
>
>
>2016-06-30 23:38 GMT+02:00 Alex Harui :
>
>>
>>
>> On 6/30/16, 1:12 PM, "carlos.rov...@gmail.com on behalf of Carlos
>>Rovira"
>> 
>> wrote:
>>
>> >So, I only run the first line for falcon, and I need to run other two
>>ok?
>>
>> Yes you need to run all 3.
>>
>> >
>> >Should I try with at least 3.3.1?
>>
>> I'm using 3.2.3 on Mac.  Are you on Mac or Win?
>>
>> -Alex
>>
>>
>
>
>--
>
>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: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Peter Ent
I was going to add this clean up of the examples to my to-do list for
after the Adobe summer break, but then I saw this suggestion and I'm not
sure how that will effect things for the compilation. I thought the
application descriptors had to sit along side the main mxml file, but its
been awhile since I wrote a true AIR app.

In any case, I'll put this task at the top of my list for post-summer
break.

‹peter

On 7/1/16, 9:35 AM, "Christofer Dutz"  wrote:

>... And while at it ... move the air application descriptors to
>"src/main/air"?
>
>
>Chris
>
>
>Von: Christofer Dutz 
>Gesendet: Freitag, 1. Juli 2016 15:23:01
>An: dev@flex.apache.org
>Betreff: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
>Just noticed that the resources and sources are mixed in the examples.
>Could we please cleanup the folder structure in the examples to match the
>rest?
>
>
>src/main/flex
>
>src/main/resources
>
>
>I guess this shouldn't be a big deal.
>
>
>Chris
>
>
>Von: carlos.rov...@gmail.com  im Auftrag von
>Carlos Rovira 
>Gesendet: Freitag, 1. Juli 2016 08:49:08
>An: dev@flex.apache.org
>Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
>HI Alex,
>
>I'm on mac. I'll try later today to install latest maven and report what
>happen, in the mean while, I'll share the error of the last report (I
>forgot to post it in all):
>
>[INFO] Reactor Summary:
>
>[INFO]
>
>[INFO] Apache Flex - FlexJS .. SUCCESS
>[1.925s]
>
>[INFO] Apache Flex - FlexJS: Compiler  FAILURE
>[0.139s]
>
>[INFO] Apache Flex - FlexJS: Compiler.JX . SKIPPED
>
>[INFO] Apache Flex - FlexJS: Debugger  SKIPPED
>
>[INFO] Apache Flex - FlexJS: OEM Layer ... SKIPPED
>
>[INFO]
>
>
>[INFO] BUILD FAILURE
>
>[INFO]
>
>
>[INFO] Total time: 2.389s
>
>[INFO] Finished at: Thu Jun 30 22:09:49 CEST 2016
>
>[INFO] Final Memory: 23M/229M
>
>[INFO]
>
>
>[ERROR] Failed to execute goal on project compiler: Could not resolve
>dependencies for project
>org.apache.flex.flexjs.compiler:compiler:jar:0.7.0-SNAPSHOT: The following
>artifacts could not be resolved:
>com.adobe.flash.framework:playerglobal:swc:20.0,
>org.apache.flex.framework:framework:swc:4.15.0,
>org.apache.flex.framework:rpc:swc:4.15.0,
>org.apache.flex.framework:spark:swc:4.15.0,
>org.apache.flex.framework:framework:zip:configs:4.15.0: Failure to find
>com.adobe.flash.framework:playerglobal:swc:20.0 in
>https://repository.apache.org/content/repositories/releases was cached in
>the local repository, resolution will not be reattempted until the update
>interval of apache-release has elapsed or updates are forced -> [Help 1]
>
>
>thanks
>
>
>
>
>2016-06-30 23:38 GMT+02:00 Alex Harui :
>
>>
>>
>> On 6/30/16, 1:12 PM, "carlos.rov...@gmail.com on behalf of Carlos
>>Rovira"
>> 
>> wrote:
>>
>> >So, I only run the first line for falcon, and I need to run other two
>>ok?
>>
>> Yes you need to run all 3.
>>
>> >
>> >Should I try with at least 3.3.1?
>>
>> I'm using 3.2.3 on Mac.  Are you on Mac or Win?
>>
>> -Alex
>>
>>
>
>
>--
>
>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.



AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Christofer Dutz
... And while at it ... move the air application descriptors to "src/main/air"?


Chris


Von: Christofer Dutz 
Gesendet: Freitag, 1. Juli 2016 15:23:01
An: dev@flex.apache.org
Betreff: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

Just noticed that the resources and sources are mixed in the examples. Could we 
please cleanup the folder structure in the examples to match the rest?


src/main/flex

src/main/resources


I guess this shouldn't be a big deal.


Chris


Von: carlos.rov...@gmail.com  im Auftrag von Carlos 
Rovira 
Gesendet: Freitag, 1. Juli 2016 08:49:08
An: dev@flex.apache.org
Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

HI Alex,

I'm on mac. I'll try later today to install latest maven and report what
happen, in the mean while, I'll share the error of the last report (I
forgot to post it in all):

[INFO] Reactor Summary:

[INFO]

[INFO] Apache Flex - FlexJS .. SUCCESS [1.925s]

[INFO] Apache Flex - FlexJS: Compiler  FAILURE [0.139s]

[INFO] Apache Flex - FlexJS: Compiler.JX . SKIPPED

[INFO] Apache Flex - FlexJS: Debugger  SKIPPED

[INFO] Apache Flex - FlexJS: OEM Layer ... SKIPPED

[INFO]


[INFO] BUILD FAILURE

[INFO]


[INFO] Total time: 2.389s

[INFO] Finished at: Thu Jun 30 22:09:49 CEST 2016

[INFO] Final Memory: 23M/229M

[INFO]


[ERROR] Failed to execute goal on project compiler: Could not resolve
dependencies for project
org.apache.flex.flexjs.compiler:compiler:jar:0.7.0-SNAPSHOT: The following
artifacts could not be resolved:
com.adobe.flash.framework:playerglobal:swc:20.0,
org.apache.flex.framework:framework:swc:4.15.0,
org.apache.flex.framework:rpc:swc:4.15.0,
org.apache.flex.framework:spark:swc:4.15.0,
org.apache.flex.framework:framework:zip:configs:4.15.0: Failure to find
com.adobe.flash.framework:playerglobal:swc:20.0 in
https://repository.apache.org/content/repositories/releases was cached in
the local repository, resolution will not be reattempted until the update
interval of apache-release has elapsed or updates are forced -> [Help 1]


thanks




2016-06-30 23:38 GMT+02:00 Alex Harui :

>
>
> On 6/30/16, 1:12 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> 
> wrote:
>
> >So, I only run the first line for falcon, and I need to run other two ok?
>
> Yes you need to run all 3.
>
> >
> >Should I try with at least 3.3.1?
>
> I'm using 3.2.3 on Mac.  Are you on Mac or Win?
>
> -Alex
>
>


--

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.


AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Christofer Dutz
Just noticed that the resources and sources are mixed in the examples. Could we 
please cleanup the folder structure in the examples to match the rest?


src/main/flex

src/main/resources


I guess this shouldn't be a big deal.


Chris


Von: carlos.rov...@gmail.com  im Auftrag von Carlos 
Rovira 
Gesendet: Freitag, 1. Juli 2016 08:49:08
An: dev@flex.apache.org
Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

HI Alex,

I'm on mac. I'll try later today to install latest maven and report what
happen, in the mean while, I'll share the error of the last report (I
forgot to post it in all):

[INFO] Reactor Summary:

[INFO]

[INFO] Apache Flex - FlexJS .. SUCCESS [1.925s]

[INFO] Apache Flex - FlexJS: Compiler  FAILURE [0.139s]

[INFO] Apache Flex - FlexJS: Compiler.JX . SKIPPED

[INFO] Apache Flex - FlexJS: Debugger  SKIPPED

[INFO] Apache Flex - FlexJS: OEM Layer ... SKIPPED

[INFO]


[INFO] BUILD FAILURE

[INFO]


[INFO] Total time: 2.389s

[INFO] Finished at: Thu Jun 30 22:09:49 CEST 2016

[INFO] Final Memory: 23M/229M

[INFO]


[ERROR] Failed to execute goal on project compiler: Could not resolve
dependencies for project
org.apache.flex.flexjs.compiler:compiler:jar:0.7.0-SNAPSHOT: The following
artifacts could not be resolved:
com.adobe.flash.framework:playerglobal:swc:20.0,
org.apache.flex.framework:framework:swc:4.15.0,
org.apache.flex.framework:rpc:swc:4.15.0,
org.apache.flex.framework:spark:swc:4.15.0,
org.apache.flex.framework:framework:zip:configs:4.15.0: Failure to find
com.adobe.flash.framework:playerglobal:swc:20.0 in
https://repository.apache.org/content/repositories/releases was cached in
the local repository, resolution will not be reattempted until the update
interval of apache-release has elapsed or updates are forced -> [Help 1]


thanks




2016-06-30 23:38 GMT+02:00 Alex Harui :

>
>
> On 6/30/16, 1:12 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> 
> wrote:
>
> >So, I only run the first line for falcon, and I need to run other two ok?
>
> Yes you need to run all 3.
>
> >
> >Should I try with at least 3.3.1?
>
> I'm using 3.2.3 on Mac.  Are you on Mac or Win?
>
> -Alex
>
>


--

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.7.0

2016-06-30 Thread Carlos Rovira
HI Alex,

I'm on mac. I'll try later today to install latest maven and report what
happen, in the mean while, I'll share the error of the last report (I
forgot to post it in all):

[INFO] Reactor Summary:

[INFO]

[INFO] Apache Flex - FlexJS .. SUCCESS [1.925s]

[INFO] Apache Flex - FlexJS: Compiler  FAILURE [0.139s]

[INFO] Apache Flex - FlexJS: Compiler.JX . SKIPPED

[INFO] Apache Flex - FlexJS: Debugger  SKIPPED

[INFO] Apache Flex - FlexJS: OEM Layer ... SKIPPED

[INFO]


[INFO] BUILD FAILURE

[INFO]


[INFO] Total time: 2.389s

[INFO] Finished at: Thu Jun 30 22:09:49 CEST 2016

[INFO] Final Memory: 23M/229M

[INFO]


[ERROR] Failed to execute goal on project compiler: Could not resolve
dependencies for project
org.apache.flex.flexjs.compiler:compiler:jar:0.7.0-SNAPSHOT: The following
artifacts could not be resolved:
com.adobe.flash.framework:playerglobal:swc:20.0,
org.apache.flex.framework:framework:swc:4.15.0,
org.apache.flex.framework:rpc:swc:4.15.0,
org.apache.flex.framework:spark:swc:4.15.0,
org.apache.flex.framework:framework:zip:configs:4.15.0: Failure to find
com.adobe.flash.framework:playerglobal:swc:20.0 in
https://repository.apache.org/content/repositories/releases was cached in
the local repository, resolution will not be reattempted until the update
interval of apache-release has elapsed or updates are forced -> [Help 1]


thanks




2016-06-30 23:38 GMT+02:00 Alex Harui :

>
>
> On 6/30/16, 1:12 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> 
> wrote:
>
> >So, I only run the first line for falcon, and I need to run other two ok?
>
> Yes you need to run all 3.
>
> >
> >Should I try with at least 3.3.1?
>
> I'm using 3.2.3 on Mac.  Are you on Mac or Win?
>
> -Alex
>
>


-- 

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.7.0

2016-06-30 Thread Alex Harui


On 6/30/16, 1:12 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
 wrote:

>So, I only run the first line for falcon, and I need to run other two ok?

Yes you need to run all 3.

>
>Should I try with at least 3.3.1?

I'm using 3.2.3 on Mac.  Are you on Mac or Win?

-Alex



Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Carlos Rovira
So, I only run the first line for falcon, and I need to run other two ok?

But as I run the second (mvn -s settings-template.xml -P compiler clean
install) with or without skip tests this is what outputs (with 3.1.1)

Reactor Summary:

[INFO]

[INFO] Apache Flex - FlexJS .. SUCCESS [1.925s]

[INFO] Apache Flex - FlexJS: Compiler  FAILURE [0.139s]

[INFO] Apache Flex - FlexJS: Compiler.JX . SKIPPED

[INFO] Apache Flex - FlexJS: Debugger  SKIPPED

[INFO] Apache Flex - FlexJS: OEM Layer ... SKIPPED

[INFO]


[INFO] BUILD FAILURE

[INFO]


[INFO] Total time: 2.389s


Should I try with at least 3.3.1?

Thanks Chris





2016-06-30 21:06 GMT+02:00 Christofer Dutz :

> In this case the mavenizer didn't kick in ... Did you also add the
> settings-template.xml thing?
>
> Chris
>
>
>
> Von meinem Samsung Galaxy Smartphone gesendet.
>
>
>  Ursprüngliche Nachricht 
> Von: Carlos Rovira 
> Datum: 30.06.16 20:08 (GMT+01:00)
> An: dev@flex.apache.org
> Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.7.0
>
> Ops!
>
> [INFO]
> 
>
> [INFO] Reactor Summary:
>
> [INFO]
>
> [INFO] Apache Flex - ASJS  SUCCESS [0.766s]
>
> [INFO] frameworks  SUCCESS [0.021s]
>
> [INFO] projects .. SUCCESS [7.823s]
>
> [INFO] Core .. FAILURE [1.008s]
>
> ...
>
>
> [ERROR] Failed to execute goal
>
> org.apache.flex.flexjs.compiler:flexjs-maven-plugin:0.7.0-SNAPSHOT:compile-js
> (default-compile-js) on project Core: Could not resolve dependencies for
> project org.apache.flex.flexjs.framework:Core:swc:0.7.0-SNAPSHOT: Could not
> find artifact com.adobe.air.framework:airglobal:swc:20.0 in apache-release
> (
> https://repository.apache.org/content/repositories/releases) -> [Help 1]
>
>
> Is this something know?
>
> Thanks!
>
>
> Carlos
>
>
>
>
>
>
>
> 2016-06-30 20:03 GMT+02:00 Carlos Rovira :
>
> > Hi,
> >
> > amazing, just so easy thanks to the hard work of you guys during several
> > weeks.
> >
> > Tested with 3.1.1. result:
> >
> > 
> >
> > [INFO] Reactor Summary:
> >
> > [INFO]
> >
> > [INFO] Apache Flex - FlexJS .. SUCCESS
> > [4:41.490s]
> >
> > [INFO] Apache Flex - FlexJS: Build Tools . SUCCESS
> > [1:16.145s]
> >
> > [INFO] Apache Flex - FlexJS: JBurg Types . SUCCESS
> [2.774s]
> >
> > [INFO] Apache Flex - FlexJS: Maven Plugin  SUCCESS
> > [1:53.695s]
> >
> > [INFO]
> > 
> >
> > [INFO] BUILD SUCCESS
> >
> > [INFO]
> > 
> >
> > [INFO] Total time: 7:57.428s
> >
> > [INFO] Finished at: Thu Jun 30 20:01:18 CEST 2016
> >
> > [INFO] Final Memory: 44M/224M
> >
> > [INFO]
> > 
> >
> >
> > I tried with the first instruction: mvn -s settings-template.xml -P utils
> > clean install
> >
> > Could you elaborate about the different flavors of instructions?
> >
> >
> > Thanks! (now go with asjs ;)
> >
> >
> > Carlos
> >
> >
> >
> >
> >
> > 2016-06-30 19:44 GMT+02:00 Carlos Rovira  >:
> >
> >> Hi,
> >>
> >> what's the minimal maven version to test? I should go to latest (3.3.9)
> >> or I can use other like for example 3.1.1 or other?
> >>
> >> Thanks and amazing work btw! :)
> >>
> >>
> >>
> >> 2016-06-30 6:30 GMT+02:00 Alex Harui :
> >>
> >>> It will likely be at least another week (probably two) until the first
> RC
> >>> so there is time to iron this stuff out.  Where are the instructions
> for
> >>> building/testing NPM install?  I don't think we did any big changes to
> >>> the
> >>> folder structure.
> >>>
> >>> -Alex
> >>>
> >>> On 6/29/16, 

AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Christofer Dutz
In this case the mavenizer didn't kick in ... Did you also add the 
settings-template.xml thing?

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


 Ursprüngliche Nachricht 
Von: Carlos Rovira 
Datum: 30.06.16 20:08 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

Ops!

[INFO]


[INFO] Reactor Summary:

[INFO]

[INFO] Apache Flex - ASJS  SUCCESS [0.766s]

[INFO] frameworks  SUCCESS [0.021s]

[INFO] projects .. SUCCESS [7.823s]

[INFO] Core .. FAILURE [1.008s]

...


[ERROR] Failed to execute goal
org.apache.flex.flexjs.compiler:flexjs-maven-plugin:0.7.0-SNAPSHOT:compile-js
(default-compile-js) on project Core: Could not resolve dependencies for
project org.apache.flex.flexjs.framework:Core:swc:0.7.0-SNAPSHOT: Could not
find artifact com.adobe.air.framework:airglobal:swc:20.0 in apache-release (
https://repository.apache.org/content/repositories/releases) -> [Help 1]


Is this something know?

Thanks!


Carlos







2016-06-30 20:03 GMT+02:00 Carlos Rovira :

> Hi,
>
> amazing, just so easy thanks to the hard work of you guys during several
> weeks.
>
> Tested with 3.1.1. result:
>
> 
>
> [INFO] Reactor Summary:
>
> [INFO]
>
> [INFO] Apache Flex - FlexJS .. SUCCESS
> [4:41.490s]
>
> [INFO] Apache Flex - FlexJS: Build Tools . SUCCESS
> [1:16.145s]
>
> [INFO] Apache Flex - FlexJS: JBurg Types . SUCCESS [2.774s]
>
> [INFO] Apache Flex - FlexJS: Maven Plugin  SUCCESS
> [1:53.695s]
>
> [INFO]
> 
>
> [INFO] BUILD SUCCESS
>
> [INFO]
> 
>
> [INFO] Total time: 7:57.428s
>
> [INFO] Finished at: Thu Jun 30 20:01:18 CEST 2016
>
> [INFO] Final Memory: 44M/224M
>
> [INFO]
> 
>
>
> I tried with the first instruction: mvn -s settings-template.xml -P utils
> clean install
>
> Could you elaborate about the different flavors of instructions?
>
>
> Thanks! (now go with asjs ;)
>
>
> Carlos
>
>
>
>
>
> 2016-06-30 19:44 GMT+02:00 Carlos Rovira :
>
>> Hi,
>>
>> what's the minimal maven version to test? I should go to latest (3.3.9)
>> or I can use other like for example 3.1.1 or other?
>>
>> Thanks and amazing work btw! :)
>>
>>
>>
>> 2016-06-30 6:30 GMT+02:00 Alex Harui :
>>
>>> It will likely be at least another week (probably two) until the first RC
>>> so there is time to iron this stuff out.  Where are the instructions for
>>> building/testing NPM install?  I don't think we did any big changes to
>>> the
>>> folder structure.
>>>
>>> -Alex
>>>
>>> On 6/29/16, 5:47 PM, "omup...@gmail.com on behalf of OmPrakash
>>> Muppirala"
>>>  wrote:
>>>
>>> >Sorry, I have not been following the maven stuff closely.  Will we need
>>> to
>>> >change how the npm install stuff works?  Any chance someone can test it
>>> to
>>> >see what breaks?
>>> >
>>> >I hope to find some time starting this weekend to get back into FlexJS
>>> >work.
>>> >
>>> >Thanks,
>>> >Om
>>> >
>>> >On Wed, Jun 29, 2016 at 5:01 PM, Alex Harui  wrote:
>>> >
>>> >> Hi,
>>> >>
>>> >> After helping Chris spend the last several weeks on Maven for FlexJS
>>> and
>>> >> Falcon, I think we are at the point where any future changes will be
>>> >> minor, so this is a re-start of the last call to examine a nightly
>>> build
>>> >> for the things you usually check before you vote on a release.
>>> >>
>>> >> And this time, you should be able to get the source packages and build
>>> >> them with Maven!
>>> >>
>>> >>
>>> >>
>>> http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBu
>>> >>il
>>> >> d/artifact/out/
>>> >>
>>> >> mvn -s settings-template.xml -P utils clean install
>>> >>
>>> >> mvn 

AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Christofer Dutz
In order for the auto download and conversion to work, you need min 3.3.1 ... 
For the build itself less should also work.

As soon as I'm done, I'll make the build run in one go ... These 3 builds are 
only neccesary till the first release.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


 Ursprüngliche Nachricht 
Von: Carlos Rovira 
Datum: 30.06.16 19:45 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

Hi,

what's the minimal maven version to test? I should go to latest (3.3.9) or
I can use other like for example 3.1.1 or other?

Thanks and amazing work btw! :)



2016-06-30 6:30 GMT+02:00 Alex Harui :

> It will likely be at least another week (probably two) until the first RC
> so there is time to iron this stuff out.  Where are the instructions for
> building/testing NPM install?  I don't think we did any big changes to the
> folder structure.
>
> -Alex
>
> On 6/29/16, 5:47 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
>  wrote:
>
> >Sorry, I have not been following the maven stuff closely.  Will we need to
> >change how the npm install stuff works?  Any chance someone can test it to
> >see what breaks?
> >
> >I hope to find some time starting this weekend to get back into FlexJS
> >work.
> >
> >Thanks,
> >Om
> >
> >On Wed, Jun 29, 2016 at 5:01 PM, Alex Harui  wrote:
> >
> >> Hi,
> >>
> >> After helping Chris spend the last several weeks on Maven for FlexJS and
> >> Falcon, I think we are at the point where any future changes will be
> >> minor, so this is a re-start of the last call to examine a nightly build
> >> for the things you usually check before you vote on a release.
> >>
> >> And this time, you should be able to get the source packages and build
> >> them with Maven!
> >>
> >>
> >>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBu
> >>il
> >> d/artifact/out/
> >>
> >> mvn -s settings-template.xml -P utils clean install
> >>
> >> mvn -s settings-template.xml -P compiler clean install
> >>
> >> (Add "-DskipTests" to skip tests)
> >>
> >> mvn -s settings-template.xml -P externs clean install
> >>
> >>
> >>
> >>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuil
> >>d/
> >> artifact/out/
> >>
> >> mvn -s settings-template.xml clean install
> >>
> >>
> >> Thanks,
> >> -Alex
> >>
> >> PS: only the falconjx packages are valid in flex-falcon.
> >>
> >>
>
>


--

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.7.0

2016-06-30 Thread Carlos Rovira
Ops!

[INFO]


[INFO] Reactor Summary:

[INFO]

[INFO] Apache Flex - ASJS  SUCCESS [0.766s]

[INFO] frameworks  SUCCESS [0.021s]

[INFO] projects .. SUCCESS [7.823s]

[INFO] Core .. FAILURE [1.008s]

...


[ERROR] Failed to execute goal
org.apache.flex.flexjs.compiler:flexjs-maven-plugin:0.7.0-SNAPSHOT:compile-js
(default-compile-js) on project Core: Could not resolve dependencies for
project org.apache.flex.flexjs.framework:Core:swc:0.7.0-SNAPSHOT: Could not
find artifact com.adobe.air.framework:airglobal:swc:20.0 in apache-release (
https://repository.apache.org/content/repositories/releases) -> [Help 1]


Is this something know?

Thanks!


Carlos







2016-06-30 20:03 GMT+02:00 Carlos Rovira :

> Hi,
>
> amazing, just so easy thanks to the hard work of you guys during several
> weeks.
>
> Tested with 3.1.1. result:
>
> 
>
> [INFO] Reactor Summary:
>
> [INFO]
>
> [INFO] Apache Flex - FlexJS .. SUCCESS
> [4:41.490s]
>
> [INFO] Apache Flex - FlexJS: Build Tools . SUCCESS
> [1:16.145s]
>
> [INFO] Apache Flex - FlexJS: JBurg Types . SUCCESS [2.774s]
>
> [INFO] Apache Flex - FlexJS: Maven Plugin  SUCCESS
> [1:53.695s]
>
> [INFO]
> 
>
> [INFO] BUILD SUCCESS
>
> [INFO]
> 
>
> [INFO] Total time: 7:57.428s
>
> [INFO] Finished at: Thu Jun 30 20:01:18 CEST 2016
>
> [INFO] Final Memory: 44M/224M
>
> [INFO]
> 
>
>
> I tried with the first instruction: mvn -s settings-template.xml -P utils
> clean install
>
> Could you elaborate about the different flavors of instructions?
>
>
> Thanks! (now go with asjs ;)
>
>
> Carlos
>
>
>
>
>
> 2016-06-30 19:44 GMT+02:00 Carlos Rovira :
>
>> Hi,
>>
>> what's the minimal maven version to test? I should go to latest (3.3.9)
>> or I can use other like for example 3.1.1 or other?
>>
>> Thanks and amazing work btw! :)
>>
>>
>>
>> 2016-06-30 6:30 GMT+02:00 Alex Harui :
>>
>>> It will likely be at least another week (probably two) until the first RC
>>> so there is time to iron this stuff out.  Where are the instructions for
>>> building/testing NPM install?  I don't think we did any big changes to
>>> the
>>> folder structure.
>>>
>>> -Alex
>>>
>>> On 6/29/16, 5:47 PM, "omup...@gmail.com on behalf of OmPrakash
>>> Muppirala"
>>>  wrote:
>>>
>>> >Sorry, I have not been following the maven stuff closely.  Will we need
>>> to
>>> >change how the npm install stuff works?  Any chance someone can test it
>>> to
>>> >see what breaks?
>>> >
>>> >I hope to find some time starting this weekend to get back into FlexJS
>>> >work.
>>> >
>>> >Thanks,
>>> >Om
>>> >
>>> >On Wed, Jun 29, 2016 at 5:01 PM, Alex Harui  wrote:
>>> >
>>> >> Hi,
>>> >>
>>> >> After helping Chris spend the last several weeks on Maven for FlexJS
>>> and
>>> >> Falcon, I think we are at the point where any future changes will be
>>> >> minor, so this is a re-start of the last call to examine a nightly
>>> build
>>> >> for the things you usually check before you vote on a release.
>>> >>
>>> >> And this time, you should be able to get the source packages and build
>>> >> them with Maven!
>>> >>
>>> >>
>>> >>
>>> http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBu
>>> >>il
>>> >> d/artifact/out/
>>> >>
>>> >> mvn -s settings-template.xml -P utils clean install
>>> >>
>>> >> mvn -s settings-template.xml -P compiler clean install
>>> >>
>>> >> (Add "-DskipTests" to skip tests)
>>> >>
>>> >> mvn -s settings-template.xml -P externs clean install
>>> >>
>>> >>
>>> >>
>>> >>
>>> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuil
>>> >>d/
>>> >> artifact/out/
>>> >>
>>> >> mvn -s settings-template.xml clean install
>>> >>
>>> >>
>>> >> Thanks,
>>> >> -Alex
>>> >>
>>> >> PS: only the falconjx packages are valid in flex-falcon.
>>> >>
>>> >>
>>>
>>>
>>
>>
>> --
>>
>> 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 ust

Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-30 Thread Carlos Rovira
Hi,

amazing, just so easy thanks to the hard work of you guys during several
weeks.

Tested with 3.1.1. result:



[INFO] Reactor Summary:

[INFO]

[INFO] Apache Flex - FlexJS .. SUCCESS
[4:41.490s]

[INFO] Apache Flex - FlexJS: Build Tools . SUCCESS
[1:16.145s]

[INFO] Apache Flex - FlexJS: JBurg Types . SUCCESS [2.774s]

[INFO] Apache Flex - FlexJS: Maven Plugin  SUCCESS
[1:53.695s]

[INFO]


[INFO] BUILD SUCCESS

[INFO]


[INFO] Total time: 7:57.428s

[INFO] Finished at: Thu Jun 30 20:01:18 CEST 2016

[INFO] Final Memory: 44M/224M

[INFO]



I tried with the first instruction: mvn -s settings-template.xml -P utils
clean install

Could you elaborate about the different flavors of instructions?


Thanks! (now go with asjs ;)


Carlos





2016-06-30 19:44 GMT+02:00 Carlos Rovira :

> Hi,
>
> what's the minimal maven version to test? I should go to latest (3.3.9) or
> I can use other like for example 3.1.1 or other?
>
> Thanks and amazing work btw! :)
>
>
>
> 2016-06-30 6:30 GMT+02:00 Alex Harui :
>
>> It will likely be at least another week (probably two) until the first RC
>> so there is time to iron this stuff out.  Where are the instructions for
>> building/testing NPM install?  I don't think we did any big changes to the
>> folder structure.
>>
>> -Alex
>>
>> On 6/29/16, 5:47 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
>>  wrote:
>>
>> >Sorry, I have not been following the maven stuff closely.  Will we need
>> to
>> >change how the npm install stuff works?  Any chance someone can test it
>> to
>> >see what breaks?
>> >
>> >I hope to find some time starting this weekend to get back into FlexJS
>> >work.
>> >
>> >Thanks,
>> >Om
>> >
>> >On Wed, Jun 29, 2016 at 5:01 PM, Alex Harui  wrote:
>> >
>> >> Hi,
>> >>
>> >> After helping Chris spend the last several weeks on Maven for FlexJS
>> and
>> >> Falcon, I think we are at the point where any future changes will be
>> >> minor, so this is a re-start of the last call to examine a nightly
>> build
>> >> for the things you usually check before you vote on a release.
>> >>
>> >> And this time, you should be able to get the source packages and build
>> >> them with Maven!
>> >>
>> >>
>> >>
>> http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBu
>> >>il
>> >> d/artifact/out/
>> >>
>> >> mvn -s settings-template.xml -P utils clean install
>> >>
>> >> mvn -s settings-template.xml -P compiler clean install
>> >>
>> >> (Add "-DskipTests" to skip tests)
>> >>
>> >> mvn -s settings-template.xml -P externs clean install
>> >>
>> >>
>> >>
>> >>
>> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuil
>> >>d/
>> >> artifact/out/
>> >>
>> >> mvn -s settings-template.xml clean install
>> >>
>> >>
>> >> Thanks,
>> >> -Alex
>> >>
>> >> PS: only the falconjx packages are valid in flex-falcon.
>> >>
>> >>
>>
>>
>
>
> --
>
> 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.
>
>


-- 

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.7.0

2016-06-30 Thread Carlos Rovira
Hi,

what's the minimal maven version to test? I should go to latest (3.3.9) or
I can use other like for example 3.1.1 or other?

Thanks and amazing work btw! :)



2016-06-30 6:30 GMT+02:00 Alex Harui :

> It will likely be at least another week (probably two) until the first RC
> so there is time to iron this stuff out.  Where are the instructions for
> building/testing NPM install?  I don't think we did any big changes to the
> folder structure.
>
> -Alex
>
> On 6/29/16, 5:47 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
>  wrote:
>
> >Sorry, I have not been following the maven stuff closely.  Will we need to
> >change how the npm install stuff works?  Any chance someone can test it to
> >see what breaks?
> >
> >I hope to find some time starting this weekend to get back into FlexJS
> >work.
> >
> >Thanks,
> >Om
> >
> >On Wed, Jun 29, 2016 at 5:01 PM, Alex Harui  wrote:
> >
> >> Hi,
> >>
> >> After helping Chris spend the last several weeks on Maven for FlexJS and
> >> Falcon, I think we are at the point where any future changes will be
> >> minor, so this is a re-start of the last call to examine a nightly build
> >> for the things you usually check before you vote on a release.
> >>
> >> And this time, you should be able to get the source packages and build
> >> them with Maven!
> >>
> >>
> >>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBu
> >>il
> >> d/artifact/out/
> >>
> >> mvn -s settings-template.xml -P utils clean install
> >>
> >> mvn -s settings-template.xml -P compiler clean install
> >>
> >> (Add "-DskipTests" to skip tests)
> >>
> >> mvn -s settings-template.xml -P externs clean install
> >>
> >>
> >>
> >>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuil
> >>d/
> >> artifact/out/
> >>
> >> mvn -s settings-template.xml clean install
> >>
> >>
> >> Thanks,
> >> -Alex
> >>
> >> PS: only the falconjx packages are valid in flex-falcon.
> >>
> >>
>
>


-- 

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.7.0

2016-06-29 Thread Alex Harui
It will likely be at least another week (probably two) until the first RC
so there is time to iron this stuff out.  Where are the instructions for
building/testing NPM install?  I don't think we did any big changes to the
folder structure.

-Alex

On 6/29/16, 5:47 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
 wrote:

>Sorry, I have not been following the maven stuff closely.  Will we need to
>change how the npm install stuff works?  Any chance someone can test it to
>see what breaks?
>
>I hope to find some time starting this weekend to get back into FlexJS
>work.
>
>Thanks,
>Om
>
>On Wed, Jun 29, 2016 at 5:01 PM, Alex Harui  wrote:
>
>> Hi,
>>
>> After helping Chris spend the last several weeks on Maven for FlexJS and
>> Falcon, I think we are at the point where any future changes will be
>> minor, so this is a re-start of the last call to examine a nightly build
>> for the things you usually check before you vote on a release.
>>
>> And this time, you should be able to get the source packages and build
>> them with Maven!
>>
>> 
>>http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBu
>>il
>> d/artifact/out/
>>
>> mvn -s settings-template.xml -P utils clean install
>>
>> mvn -s settings-template.xml -P compiler clean install
>>
>> (Add "-DskipTests" to skip tests)
>>
>> mvn -s settings-template.xml -P externs clean install
>>
>>
>> 
>>http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuil
>>d/
>> artifact/out/
>>
>> mvn -s settings-template.xml clean install
>>
>>
>> Thanks,
>> -Alex
>>
>> PS: only the falconjx packages are valid in flex-falcon.
>>
>>



Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-29 Thread OmPrakash Muppirala
Sorry, I have not been following the maven stuff closely.  Will we need to
change how the npm install stuff works?  Any chance someone can test it to
see what breaks?

I hope to find some time starting this weekend to get back into FlexJS work.

Thanks,
Om

On Wed, Jun 29, 2016 at 5:01 PM, Alex Harui  wrote:

> Hi,
>
> After helping Chris spend the last several weeks on Maven for FlexJS and
> Falcon, I think we are at the point where any future changes will be
> minor, so this is a re-start of the last call to examine a nightly build
> for the things you usually check before you vote on a release.
>
> And this time, you should be able to get the source packages and build
> them with Maven!
>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBuil
> d/artifact/out/
>
> mvn -s settings-template.xml -P utils clean install
>
> mvn -s settings-template.xml -P compiler clean install
>
> (Add "-DskipTests" to skip tests)
>
> mvn -s settings-template.xml -P externs clean install
>
>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/
> artifact/out/
>
> mvn -s settings-template.xml clean install
>
>
> Thanks,
> -Alex
>
> PS: only the falconjx packages are valid in flex-falcon.
>
>


Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-06-29 Thread Alex Harui
Hi,

After helping Chris spend the last several weeks on Maven for FlexJS and
Falcon, I think we are at the point where any future changes will be
minor, so this is a re-start of the last call to examine a nightly build
for the things you usually check before you vote on a release.

And this time, you should be able to get the source packages and build
them with Maven!

http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBuil
d/artifact/out/

mvn -s settings-template.xml -P utils clean install

mvn -s settings-template.xml -P compiler clean install

(Add "-DskipTests" to skip tests)

mvn -s settings-template.xml -P externs clean install


http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/
artifact/out/

mvn -s settings-template.xml clean install


Thanks,
-Alex

PS: only the falconjx packages are valid in flex-falcon.



Re: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-05-07 Thread Alex Harui


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

>Hi,
>
>I'm trying a simple Hello World in IntelliJ I did at the time of the 0.6
>release (with the Josh tutorial in NExtGestAS3), now with 0.7 nigthly
>(through Flex SdK installer), and getting the same error as Justin:
>
>Error:[HelloIDEA]: java.lang.NoClassDefFoundError:
>org/apache/flex/tools/FlexTool
>
>I check if it could be flex-tool-api.jar, but this jar is in
>"flexjs/js/lib" folder
>
>Anyone knows what could be the problem?

The nightly builds had some problems.  They should be fixed now.  Please
try again.

Thanks,
-Alex