You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by OK <po...@olafkrueger.net> on 2016/09/26 17:55:30 UTC

[FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Hi,
I try to create a distribution using these two commands from the wiki page
[1]:

set distributionTargetFolder={c:/local/flexjs/dist}
mvn -s settings-template.xml -P build-distribution clean install

I expect to get a build that I can use with FlashBuilder.
The build ends successfully but the target folder is always empty, I tried
it several times with different target path notations.
Do I miss soemthing or do I have to add this target path to my windows
environment vars?

Thanks,
Olaf

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



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

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


skipTests skips all the tests. We definitely should not make that the default, cause I know where that will be going ... especially if it's only on one version of one of the supported Operating-Systems, that is currently known for breaking everything ;-)


Could you please test with "-DskipIT" instead of "-DskipTests" cause that will execute the unit-tests but skip the integration-tests. If that works, then I am sure it's a problem with starting the Flashplayer in the unit-tests.


Chris

________________________________
Von: carlos.rovira@gmail.com <ca...@gmail.com> im Auftrag von Carlos Rovira <ca...@codeoscopic.com>
Gesendet: Dienstag, 27. September 2016 09:33:38
An: dev@flex.apache.org
Betreff: Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Hi Chris,

yes, I edited the comment a bit later. I see that using "-DskipTests" the
build works ok.
I suppose that right now test are failing and we should use that in order
to get a build successful.

Regarding macOS Sierra, in my case, things are working flawlessly...maybe
is too soon to speak ;)

Thanks!

Carlos



2016-09-27 8:56 GMT+02:00 Christofer Dutz <ch...@c-ware.de>:

> Hi Carlos,
>
>
> I just read your comment on the wiki page ... could you please post your
> error message? I definitely will not update to Sierra yet as I am reading
> far too many problems with it. Seems I would have to do that in order to
> track down any errors. Reading from your finding, I would assume that the
> problem is related to the integration-tests in which the Flashplayer is
> executed. Could you please check if just skipping the integration-tests
> helps:
>
>
> mvn -s settings-template.xml -DskipITs clean install
>
>
> If this works, I am pretty sure we have to work on how the Flashplayer is
> started (Or wait for Apple to fix something they fuc**d up ;-) )
>
>
> Chros
>
> ________________________________
> Von: carlos.rovira@gmail.com <ca...@gmail.com> im Auftrag von
> Carlos Rovira <ca...@codeoscopic.com>
> Gesendet: Montag, 26. September 2016 22:20:35
> An: dev@flex.apache.org
> Betreff: Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no
> effect
>
> Same Here, Just tested on a new Mac (Sierra) with to path formats, and
> builds finished ok, but nothing is created.
>
> best,
>
> Carlos
>
> 2016-09-26 19:55 GMT+02:00 OK <po...@olafkrueger.net>:
>
> > Hi,
> > I try to create a distribution using these two commands from the wiki
> page
> > [1]:
> >
> > set distributionTargetFolder={c:/local/flexjs/dist}
> > mvn -s settings-template.xml -P build-distribution clean install
> >
> > I expect to get a build that I can use with FlashBuilder.
> > The build ends successfully but the target folder is always empty, I
> tried
> > it several times with different target path notations.
> > Do I miss soemthing or do I have to add this target path to my windows
> > environment vars?
> >
> > Thanks,
> > Olaf
> >
> > [1]
> > https://cwiki.apache.org/confluence/display/FLEX/
> > Building+FlexJS+with+Maven
> >
> >
> >
> > --
> > View this message in context: http://apache-flex-
> > development.2333347.n4.nabble.com/FlexJS-Maven-setting-
> > distributionTargetFolder-has-no-effect-tp55322.html
> > Sent from the Apache Flex Development mailing list archive at Nabble.com.
> >
>
>
>
> --
>
> Carlos Rovira
> Director General
> M: +34 607 22 60 05
> http://www.codeoscopic.com
> http://www.avant2.es
>
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información privilegiada o confidencial. Si ha recibido este mensaje por
> error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
> que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> servicio o información solicitados, teniendo usted derecho de acceso,
> rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> necesaria.
>



--

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][Maven] setting 'distributionTargetFolder' has no effect

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

yes, I edited the comment a bit later. I see that using "-DskipTests" the
build works ok.
I suppose that right now test are failing and we should use that in order
to get a build successful.

Regarding macOS Sierra, in my case, things are working flawlessly...maybe
is too soon to speak ;)

Thanks!

Carlos



2016-09-27 8:56 GMT+02:00 Christofer Dutz <ch...@c-ware.de>:

> Hi Carlos,
>
>
> I just read your comment on the wiki page ... could you please post your
> error message? I definitely will not update to Sierra yet as I am reading
> far too many problems with it. Seems I would have to do that in order to
> track down any errors. Reading from your finding, I would assume that the
> problem is related to the integration-tests in which the Flashplayer is
> executed. Could you please check if just skipping the integration-tests
> helps:
>
>
> mvn -s settings-template.xml -DskipITs clean install
>
>
> If this works, I am pretty sure we have to work on how the Flashplayer is
> started (Or wait for Apple to fix something they fuc**d up ;-) )
>
>
> Chros
>
> ________________________________
> Von: carlos.rovira@gmail.com <ca...@gmail.com> im Auftrag von
> Carlos Rovira <ca...@codeoscopic.com>
> Gesendet: Montag, 26. September 2016 22:20:35
> An: dev@flex.apache.org
> Betreff: Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no
> effect
>
> Same Here, Just tested on a new Mac (Sierra) with to path formats, and
> builds finished ok, but nothing is created.
>
> best,
>
> Carlos
>
> 2016-09-26 19:55 GMT+02:00 OK <po...@olafkrueger.net>:
>
> > Hi,
> > I try to create a distribution using these two commands from the wiki
> page
> > [1]:
> >
> > set distributionTargetFolder={c:/local/flexjs/dist}
> > mvn -s settings-template.xml -P build-distribution clean install
> >
> > I expect to get a build that I can use with FlashBuilder.
> > The build ends successfully but the target folder is always empty, I
> tried
> > it several times with different target path notations.
> > Do I miss soemthing or do I have to add this target path to my windows
> > environment vars?
> >
> > Thanks,
> > Olaf
> >
> > [1]
> > https://cwiki.apache.org/confluence/display/FLEX/
> > Building+FlexJS+with+Maven
> >
> >
> >
> > --
> > View this message in context: http://apache-flex-
> > development.2333347.n4.nabble.com/FlexJS-Maven-setting-
> > distributionTargetFolder-has-no-effect-tp55322.html
> > Sent from the Apache Flex Development mailing list archive at Nabble.com.
> >
>
>
>
> --
>
> Carlos Rovira
> Director General
> M: +34 607 22 60 05
> http://www.codeoscopic.com
> http://www.avant2.es
>
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información privilegiada o confidencial. Si ha recibido este mensaje por
> error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
> que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> servicio o información solicitados, teniendo usted derecho de acceso,
> rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> necesaria.
>



-- 

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: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

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


I just read your comment on the wiki page ... could you please post your error message? I definitely will not update to Sierra yet as I am reading far too many problems with it. Seems I would have to do that in order to track down any errors. Reading from your finding, I would assume that the problem is related to the integration-tests in which the Flashplayer is executed. Could you please check if just skipping the integration-tests helps:


mvn -s settings-template.xml -DskipITs clean install


If this works, I am pretty sure we have to work on how the Flashplayer is started (Or wait for Apple to fix something they fuc**d up ;-) )


Chros

________________________________
Von: carlos.rovira@gmail.com <ca...@gmail.com> im Auftrag von Carlos Rovira <ca...@codeoscopic.com>
Gesendet: Montag, 26. September 2016 22:20:35
An: dev@flex.apache.org
Betreff: Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Same Here, Just tested on a new Mac (Sierra) with to path formats, and
builds finished ok, but nothing is created.

best,

Carlos

2016-09-26 19:55 GMT+02:00 OK <po...@olafkrueger.net>:

> Hi,
> I try to create a distribution using these two commands from the wiki page
> [1]:
>
> set distributionTargetFolder={c:/local/flexjs/dist}
> mvn -s settings-template.xml -P build-distribution clean install
>
> I expect to get a build that I can use with FlashBuilder.
> The build ends successfully but the target folder is always empty, I tried
> it several times with different target path notations.
> Do I miss soemthing or do I have to add this target path to my windows
> environment vars?
>
> Thanks,
> Olaf
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/
> Building+FlexJS+with+Maven
>
>
>
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/FlexJS-Maven-setting-
> distributionTargetFolder-has-no-effect-tp55322.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



--

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es


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

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

Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by Carlos Rovira <ca...@codeoscopic.com>.
Same Here, Just tested on a new Mac (Sierra) with to path formats, and
builds finished ok, but nothing is created.

best,

Carlos

2016-09-26 19:55 GMT+02:00 OK <po...@olafkrueger.net>:

> Hi,
> I try to create a distribution using these two commands from the wiki page
> [1]:
>
> set distributionTargetFolder={c:/local/flexjs/dist}
> mvn -s settings-template.xml -P build-distribution clean install
>
> I expect to get a build that I can use with FlashBuilder.
> The build ends successfully but the target folder is always empty, I tried
> it several times with different target path notations.
> Do I miss soemthing or do I have to add this target path to my windows
> environment vars?
>
> Thanks,
> Olaf
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/
> Building+FlexJS+with+Maven
>
>
>
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/FlexJS-Maven-setting-
> distributionTargetFolder-has-no-effect-tp55322.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es


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

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

AW: AW: AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by Christofer Dutz <ch...@c-ware.de>.
Well eventually there is a problem indeed ... as soon as the current run of the site generation passes, I'll immediately look into it.


Thanks for reporting.


Chris

________________________________
Von: OK <po...@olafkrueger.net>
Gesendet: Dienstag, 27. September 2016 15:56:20
An: dev@flex.apache.org
Betreff: Re: AW: AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

The falcon and typedef builds work fine, but the asjs dist build failed:

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flex - FlexJS: Framework: Parent ............ FAILURE [  2.320
s]
[INFO] Apache Flex - FlexJS: Framework .................... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Fonts ............. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs .............. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Core ........ SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Binding ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Collections . SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Graphics .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML ........ SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Charts ...... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Effects ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: CreateJS .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: DragDrop .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Flat ........ SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Formatters .. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: GoogleMaps .. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML5 ....... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: JQuery ...... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Language .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Mobile ...... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Network ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Reflection .. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Storage ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: XML ......... SKIPPED
[INFO] Apache Flex - FlexJS: Distribution ................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3.455 s
[INFO] Finished at: 2016-09-27T15:56:30+02:00
[INFO] Final Memory: 24M/389M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check
(license-check) on project flexjs-framework-parent: Too many files with
unapproved license: 1 See RAT report in:
C:\local\git_repos\FlexJS\flex-asjs\target\rat.txt -> [Help 1]




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322p55352.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by OK <po...@olafkrueger.net>.
The falcon and typedef builds work fine, but the asjs dist build failed:

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flex - FlexJS: Framework: Parent ............ FAILURE [  2.320
s]
[INFO] Apache Flex - FlexJS: Framework .................... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Fonts ............. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs .............. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Core ........ SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Binding ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Collections . SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Graphics .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML ........ SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Charts ...... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Effects ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: CreateJS .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: DragDrop .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Flat ........ SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Formatters .. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: GoogleMaps .. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML5 ....... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: JQuery ...... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Language .... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Mobile ...... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Network ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Reflection .. SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: Storage ..... SKIPPED
[INFO] Apache Flex - FlexJS: Framework: Libs: XML ......... SKIPPED
[INFO] Apache Flex - FlexJS: Distribution ................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3.455 s
[INFO] Finished at: 2016-09-27T15:56:30+02:00
[INFO] Final Memory: 24M/389M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check
(license-check) on project flexjs-framework-parent: Too many files with
unapproved license: 1 See RAT report in:
C:\local\git_repos\FlexJS\flex-asjs\target\rat.txt -> [Help 1]




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322p55352.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

AW: AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by Christofer Dutz <ch...@c-ware.de>.
No the maven build should work just fine, its just the Build job that's trying to produce the FlexJS Website and that's what I'm working on. You probably don't want to build the website so you should be good to go. But today I had a major breakthrough on this and hopefully I'll get the Jankins jobs back to green ... äääh ... blue ;-)


Chris

________________________________
Von: OK <po...@olafkrueger.net>
Gesendet: Dienstag, 27. September 2016 15:41:39
An: dev@flex.apache.org
Betreff: Re: AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Christofer Dutz wrote
> Usually you should be able to work with the snapshots provided by the ASF
> Jenkins, but I currently broke

Does that mean that the maven builds dosn't work at the moment?
(I've tried to clone and build falcon but it fails [1])

Thanks,
Olaf

[1] Error log:
Failed tests:

TestVF2JSClass.testMethods:332->TestBase.assertOut:172->TestBase.assertOut:167
Expected: is "/**\n * @constructor\n */\norg.apache.flex.A = function()
{};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1 = fu
nction() {\n  return null;\n};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1a = function() {\n  return
null;\n};\n\n\n/**\n *
@export\n * @return {Object}\n * @override\n
*/\norg.apache.flex.A.prototype.foo1b = function() {\n  return
org.apache.flex.A.base(this, 'foo1b');\n};\n\n\n/**\n
* @protected\n * @param {Object} value\n
*/\norg.apache.flex.A.prototype.foo2 = function(value) {\n};\n\n\n/**\n *
@private\n * @param {Object} value\n */\norg.
apache.flex.A.prototype.foo3 = function(value) {\n};\n\n\n/**\n * @param
{Object} value\n */\norg.apache.flex.A.prototype.foo5 = function(value)
{\n};\n\n\n/**\n
* @param {Object} value\n */\norg.apache.flex.A.prototype.foo6 =
function(value) {\n};\n\n\n/**\n * @export\n * @param {Object} value\n
*/\norg.apache.flex.A.fo
o7 = function(value) {\n};\n\n\n/**\n * @param {Object} value\n
*/\norg.apache.flex.A.foo7 = function(value) {\n};"
     got: "/**\n * @constructor\n */\norg.apache.flex.A = function()
{};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1 = funct
ion() {\n  return null;\n};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1a = function() {\n  return
null;\n};\n\n\n/**\n * @ex
port\n * @return {Object}\n * @override\n
*/\norg.apache.flex.A.prototype.foo1b = function() {\n  return
org.apache.flex.A.base(this, 'foo1b');\n};\n\n\n/**\n *
@protected\n * @param {Object} value\n */\norg.apache.flex.A.prototype.foo2
= function(value) {\n};\n\n\n/**\n * @private\n * @param {Object} value\n
*/\norg.apa
che.flex.A.prototype.foo3 = function(value) {\n};\n\n\n/**\n * @param
{Object} value\n */\norg.apache.flex.A.prototype.foo5 = function(value)
{\n};\n\n\n/**\n *
@param {Object} value\n */\norg.apache.flex.A.prototype.foo6 =
function(value) {\n};\n\n\n/**\n * @expose\n * @param {Object} value\n
*/\norg.apache.flex.A.foo7
= function(value) {\n};\n\n\n/**\n * @param {Object} value\n
*/\norg.apache.flex.A.foo7 = function(value) {\n};"


Tests run: 838, Failures: 1, Errors: 0, Skipped: 5

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flex - FlexJS: Compiler: Parent ............. SUCCESS [ 28.475
s]
[INFO] Apache Flex - FlexJS: Compiler: Test Utils ......... SUCCESS [  2.634
s]
[INFO] Apache Flex - FlexJS: Compiler: Compiler ........... SUCCESS [02:15
min]
[INFO] Apache Flex - FlexJS: Compiler: Compiler-JX ........ FAILURE [ 29.787
s]
[INFO] Apache Flex - FlexJS: Compiler: Debugger ........... SKIPPED
[INFO] Apache Flex - FlexJS: Compiler: OEM Layer .......... SKIPPED
[INFO] Apache Flex - FlexJS: FlexJS Ant Tasks ............. SKIPPED
[INFO] Apache Flex - FlexJS: FlexJS Maven Plugin .......... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 03:19 min
[INFO] Finished at: 2016-09-27T15:40:52+02:00
[INFO] Final Memory: 71M/1240M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on
project compiler-jx: There are test failures.
[ERROR]
[ERROR] Please refer to
C:\local\git_repos\FlexJS\flex-falcon\compiler-jx\target\surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :compiler-jx




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322p55349.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by OK <po...@olafkrueger.net>.
Ups... I just remember that I should skip the tests... will give it a try



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322p55350.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by OK <po...@olafkrueger.net>.
Christofer Dutz wrote
> Usually you should be able to work with the snapshots provided by the ASF
> Jenkins, but I currently broke 

Does that mean that the maven builds dosn't work at the moment?
(I've tried to clone and build falcon but it fails [1])

Thanks,
Olaf

[1] Error log:
Failed tests:
 
TestVF2JSClass.testMethods:332->TestBase.assertOut:172->TestBase.assertOut:167
Expected: is "/**\n * @constructor\n */\norg.apache.flex.A = function()
{};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1 = fu                                                                                                             
nction() {\n  return null;\n};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1a = function() {\n  return
null;\n};\n\n\n/**\n *                                                                                                              
@export\n * @return {Object}\n * @override\n
*/\norg.apache.flex.A.prototype.foo1b = function() {\n  return
org.apache.flex.A.base(this, 'foo1b');\n};\n\n\n/**\n                                                                                                              
* @protected\n * @param {Object} value\n
*/\norg.apache.flex.A.prototype.foo2 = function(value) {\n};\n\n\n/**\n *
@private\n * @param {Object} value\n */\norg.                                                                                                             
apache.flex.A.prototype.foo3 = function(value) {\n};\n\n\n/**\n * @param
{Object} value\n */\norg.apache.flex.A.prototype.foo5 = function(value)
{\n};\n\n\n/**\n                                                                                                              
* @param {Object} value\n */\norg.apache.flex.A.prototype.foo6 =
function(value) {\n};\n\n\n/**\n * @export\n * @param {Object} value\n
*/\norg.apache.flex.A.fo                                                                                                             
o7 = function(value) {\n};\n\n\n/**\n * @param {Object} value\n
*/\norg.apache.flex.A.foo7 = function(value) {\n};"
     got: "/**\n * @constructor\n */\norg.apache.flex.A = function()
{};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1 = funct                                                                                                             
ion() {\n  return null;\n};\n\n\n/**\n * @export\n * @return {Object}\n
*/\norg.apache.flex.A.prototype.foo1a = function() {\n  return
null;\n};\n\n\n/**\n * @ex                                                                                                             
port\n * @return {Object}\n * @override\n
*/\norg.apache.flex.A.prototype.foo1b = function() {\n  return
org.apache.flex.A.base(this, 'foo1b');\n};\n\n\n/**\n *                                                                                                              
@protected\n * @param {Object} value\n */\norg.apache.flex.A.prototype.foo2
= function(value) {\n};\n\n\n/**\n * @private\n * @param {Object} value\n
*/\norg.apa                                                                                                             
che.flex.A.prototype.foo3 = function(value) {\n};\n\n\n/**\n * @param
{Object} value\n */\norg.apache.flex.A.prototype.foo5 = function(value)
{\n};\n\n\n/**\n *                                                                                                              
@param {Object} value\n */\norg.apache.flex.A.prototype.foo6 =
function(value) {\n};\n\n\n/**\n * @expose\n * @param {Object} value\n
*/\norg.apache.flex.A.foo7                                                                                                              
= function(value) {\n};\n\n\n/**\n * @param {Object} value\n
*/\norg.apache.flex.A.foo7 = function(value) {\n};"


Tests run: 838, Failures: 1, Errors: 0, Skipped: 5

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flex - FlexJS: Compiler: Parent ............. SUCCESS [ 28.475
s]
[INFO] Apache Flex - FlexJS: Compiler: Test Utils ......... SUCCESS [  2.634
s]
[INFO] Apache Flex - FlexJS: Compiler: Compiler ........... SUCCESS [02:15
min]
[INFO] Apache Flex - FlexJS: Compiler: Compiler-JX ........ FAILURE [ 29.787
s]
[INFO] Apache Flex - FlexJS: Compiler: Debugger ........... SKIPPED
[INFO] Apache Flex - FlexJS: Compiler: OEM Layer .......... SKIPPED
[INFO] Apache Flex - FlexJS: FlexJS Ant Tasks ............. SKIPPED
[INFO] Apache Flex - FlexJS: FlexJS Maven Plugin .......... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 03:19 min
[INFO] Finished at: 2016-09-27T15:40:52+02:00
[INFO] Final Memory: 71M/1240M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on
project compiler-jx: There are test failures.
[ERROR]
[ERROR] Please refer to
C:\local\git_repos\FlexJS\flex-falcon\compiler-jx\target\surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :compiler-jx




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322p55349.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by Christofer Dutz <ch...@c-ware.de>.
Well the framework is highly dependent on the compiler and the typedefs ... so you should at least update and build them on a regular basis. Usually you should be able to work with the snapshots provided by the ASF Jenkins, but I currently broke that build while trying to auto-deploy the flesjs maven documentation.


Chris

________________________________
Von: OK <po...@olafkrueger.net>
Gesendet: Dienstag, 27. September 2016 11:34:58
An: dev@flex.apache.org
Betreff: Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Hi Chris,
thanks for updating the wiki. Unfortunately I get an error now [1].
I should mention that I've not re-cloned and rebuild the rest since I
started with testing the maven build a few weeks ago. I just execute step
4c3.
Cause at the moment I've only a very slow internet connection so I'd like to
ask first if re-cloning and re-buildung would solve this issue.

Thanks,
Olaf

[1] Error log:
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11:18 min
[INFO] Finished at: 2016-09-27T11:20:55+02:00
[INFO] Final Memory: 106M/1078M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project distribution: Could not resolve
dependencies for project
org.apache.flex.flexjs:distribution:pom:0.7.0-SNAPSHOT: Failure to find
com.adobe.air.compiler:adt:zip:win: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]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :distribution




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322p55343.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by OK <po...@olafkrueger.net>.
Hi Chris,
thanks for updating the wiki. Unfortunately I get an error now [1].
I should mention that I've not re-cloned and rebuild the rest since I
started with testing the maven build a few weeks ago. I just execute step
4c3.
Cause at the moment I've only a very slow internet connection so I'd like to
ask first if re-cloning and re-buildung would solve this issue.

Thanks,
Olaf

[1] Error log:
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11:18 min
[INFO] Finished at: 2016-09-27T11:20:55+02:00
[INFO] Final Memory: 106M/1078M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project distribution: Could not resolve
dependencies for project
org.apache.flex.flexjs:distribution:pom:0.7.0-SNAPSHOT: Failure to find
com.adobe.air.compiler:adt:zip:win: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]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :distribution




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322p55343.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Posted by Carlos Rovira <ca...@codeoscopic.com>.
Thanks Chris! It worked for me on Mac :)

2016-09-27 9:48 GMT+02:00 Christofer Dutz <ch...@c-ware.de>:

> Hi Olaf,
>
>
> please try it by running:
>
>
> mvn -s settings-template.xml -DdistributionTargetFolder=c:/local/flexjs/dist
> -P build-distribution clean install
>
> It has to be a Maven property, not an environment variable.
>
> Chris
>
> ________________________________
> Von: OK <po...@olafkrueger.net>
> Gesendet: Montag, 26. September 2016 19:55:30
> An: dev@flex.apache.org
> Betreff: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect
>
> Hi,
> I try to create a distribution using these two commands from the wiki page
> [1]:
>
> set distributionTargetFolder={c:/local/flexjs/dist}
> mvn -s settings-template.xml -P build-distribution clean install
>
> I expect to get a build that I can use with FlashBuilder.
> The build ends successfully but the target folder is always empty, I tried
> it several times with different target path notations.
> Do I miss soemthing or do I have to add this target path to my windows
> environment vars?
>
> Thanks,
> Olaf
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/
> Building+FlexJS+with+Maven
>
>
>
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/FlexJS-Maven-setting-
> distributionTargetFolder-has-no-effect-tp55322.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es


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

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

AW: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

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


please try it by running:


mvn -s settings-template.xml -DdistributionTargetFolder=c:/local/flexjs/dist -P build-distribution clean install

It has to be a Maven property, not an environment variable.

Chris

________________________________
Von: OK <po...@olafkrueger.net>
Gesendet: Montag, 26. September 2016 19:55:30
An: dev@flex.apache.org
Betreff: [FlexJS][Maven] setting 'distributionTargetFolder' has no effect

Hi,
I try to create a distribution using these two commands from the wiki page
[1]:

set distributionTargetFolder={c:/local/flexjs/dist}
mvn -s settings-template.xml -P build-distribution clean install

I expect to get a build that I can use with FlashBuilder.
The build ends successfully but the target folder is always empty, I tried
it several times with different target path notations.
Do I miss soemthing or do I have to add this target path to my windows
environment vars?

Thanks,
Olaf

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



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-setting-distributionTargetFolder-has-no-effect-tp55322.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.