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 <christofer.d...@c-ware.de>:

> 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 <carlos.rov...@codeoscopic.com>
> 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 <carlos.rov...@codeoscopic.com>:
>
> > 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 <carlos.rov...@codeoscopic.com
> >:
> >
> >> 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 <aha...@adobe.com>:
> >>
> >>> 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"
> >>> <omup...@gmail.com on behalf of bigosma...@gmail.com> 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 <aha...@adobe.com> 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.
> >
> >
>
>
> --
>
> 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.

Reply via email to