Aside from the Olaf problem, I tried to use my dist folder with NextGenAS
without luck (recognizes the folder as an SDK, but doesn't find the
compiler).
If I download a 0.8 flexjs nightly it works ok. So my question is... should
SDK form nightly has the same structure and purpose that a maven
distribution? comparing folders it seem the answer is it's not... the
nightly has many more files and folders inside

2016-10-05 23:56 GMT+02:00 Alex Harui <aha...@adobe.com>:

> Looks like Olaf is having problems getting the AIR 20.0 SDK as a Maven
> artifact.  I don't remember how I went and got that.
>
> Olaf, what version of Maven are you running?
>
> -Alex
>
> On 10/5/16, 2:52 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com>
> wrote:
>
> >Ok sorry... I notice that your goal is really build a distribution :)
> >
> >I test right now and is working for me with the following line:
> >
> >mvn clean install -P build-distribution
> >-DdistributionTargetFolder=/Users/carlosrovira/Desktop/dist
> >
> >check:
> >
> >http://flex.apache.org/maven/flexjs/latest-dev/build.html
> >
> >at the end of page is the referred line
> >
> >Best,
> >
> >Carlos
> >
> >
> >
> >2016-10-05 23:06 GMT+02:00 Carlos Rovira <carlos.rov...@codeoscopic.com>:
> >
> >> Hi, Olaf,
> >>
> >> I 'm updated and run the 3 builds and all is working for me
> >> Are you using : mvn clean install -DskipTests ?
> >> My build ends in Archetypes: Library and I'm not making distribution ( I
> >> did this some days ago), but I think you don't need it
> >>
> >>
> >> 2016-10-05 21:30 GMT+02:00 OK <p...@olafkrueger.net>:
> >>
> >>> Hi,
> >>> I was going to test Alex work on the "binding issue" but the maven
> >>> distribution build still fails for me [1].
> >>>
> >>> Any hints?
> >>>
> >>> Thanks,
> >>> Olaf
> >>>
> >>>
> >>> [1] Errror log:
> >>> [INFO]
> >>>
> >>>---------------------------------------------------------
> ---------------
> >>> [INFO] Reactor Summary:
> >>> [INFO]
> >>> [INFO] Apache Flex - FlexJS: Framework: Parent ............ SUCCESS [
> >>> 3.929
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework .................... SUCCESS [
> >>> 0.458
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Fonts ............. SUCCESS [
> >>> 4.272
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs .............. SUCCESS [
> >>> 0.942
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Core ........ SUCCESS [
> >>> 6.187
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Binding ..... SUCCESS [
> >>> 1.885
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Collections . SUCCESS [
> >>> 0.950
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Graphics .... SUCCESS [
> >>> 1.806
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: HTML ........ SUCCESS [
> >>> 6.211
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Charts ...... SUCCESS [
> >>> 2.556
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Effects ..... SUCCESS [
> >>> 0.939
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: CreateJS .... SUCCESS [
> >>> 1.563
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: DragDrop .... SUCCESS [
> >>> 0.752
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Flat ........ SUCCESS [
> >>> 1.121
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Formatters .. SUCCESS [
> >>> 0.909
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: GoogleMaps .. SUCCESS [
> >>> 1.252
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: HTML5 ....... SUCCESS [
> >>> 0.810
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: JQuery ...... SUCCESS [
> >>> 0.873
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Language .... SUCCESS [
> >>> 0.710
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Mobile ...... SUCCESS [
> >>> 1.432
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Network ..... SUCCESS [
> >>> 0.901
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Reflection .. SUCCESS [
> >>> 1.199
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: Storage ..... SUCCESS [
> >>> 1.155
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Libs: XML ......... SUCCESS [
> >>> 1.010
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Archetypes ........ SUCCESS [
> >>> 0.056
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS
> >>> Application SUCCESS [  0.414 s]
> >>> [INFO] Apache Flex - FlexJS: Framework: Archetypes: Library SUCCESS [
> >>> 0.174
> >>> s]
> >>> [INFO] Apache Flex - FlexJS: Distribution ................. FAILURE
> >>>[10:56
> >>> min]
> >>> [INFO]
> >>>
> >>>---------------------------------------------------------
> ---------------
> >>> [INFO] BUILD FAILURE
> >>> [INFO]
> >>>
> >>>---------------------------------------------------------
> ---------------
> >>> [INFO] Total time: 11:43 min
> >>> [INFO] Finished at: 2016-10-05T21:21:51+02:00
> >>> [INFO] Final Memory: 112M/1492M
> >>> [INFO]
> >>>
> >>>---------------------------------------------------------
> ---------------
> >>> [ERROR] Failed to execute goal on project distribution: Could not
> >>>resolve
> >>> dependencies for project
> >>> org.apache.flex.flexjs.framework:distribution:pom:0.8.0-SNAPSHOT:
> Could
> >>> not
> >>> find artifact com.adobe.air.compiler:adt:zip:win:20.0 in
> apache-release
> >>> (https://repository.apache.org/content/repositories/releases) -> [Help
> >>>1]
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> View this message in context: http://apache-flex-development
> >>> .2333347.n4.nabble.com/FlexJS-Maven-Distribution-build-
> >>> failed-tp55610.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.
>
>


-- 

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