Thought it was, no news from the author ?

It help though but still got this:

[ERROR] Failed to execute goal 
net.flexmojos.oss:flexmojos-maven-plugin:7.1.0-SNAPSHOT:compile-swf 
(default-compile-swf) on project flexjs-hello-world: The plugin 
net.flexmojos.oss:flexmojos-maven-plugin:7.1.0-SNAPSHOT requires Maven version 
3.1.1 -> [Help 1]
[ERROR]

My maven version is 3.3.1, thought it would be a problem, any idea why ?

(And sorry for the delay, I'm in an hotel and the connection is .... well, you 
got it)

Thanks,
Frédéric THOMAS

> From: christofer.d...@c-ware.de
> To: dev@flex.apache.org
> Subject: AW: AW: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS example 
> in the examples repo
> Date: Sat, 9 May 2015 20:03:25 +0000
> 
> Ok ... forgot about that :-( ... unfortunateley this is one artifact that 
> hasn't been released as Maven artifact yet ... sh**! You could deploy that 
> locally by using the jar from the falcon build and deploying it locally using:
> 
> mvn install:install-file -Dfile=jburg.jar -DgroupId= net.sourceforge.jburg 
> -DartifactId= jburg -Dversion=1.10.1 -Dpackaging=jar
> 
> Hope that helps.
> 
> Chris
> 
> -----Ursprüngliche Nachricht-----
> Von: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] 
> Gesendet: Samstag, 9. Mai 2015 21:44
> An: dev@flex.apache.org
> Betreff: RE: AW: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS example 
> in the examples repo
> 
> Hi Chris,
> 
> Better :-) but still missing the one for 
> net.sourceforge.jburg:jburg:jar:1.10.1, in more I don't know how, my 
> settings.xml disapeared, could you had the one for jburg too ?
> 
> Thanks
> Frédéric THOMAS
> 
> > From: christofer.d...@c-ware.de
> > To: dev@flex.apache.org
> > Subject: AW: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > example in the examples repo
> > Date: Sat, 9 May 2015 19:34:00 +0000
> > 
> > Ok I just noticed, that I didn't add the Apache Snapshot Repo to the 
> > pluginRepos ... please update and re-try again :-)
> > 
> > Chris
> > 
> > -----Ursprüngliche Nachricht-----
> > Von: Christofer Dutz [mailto:christofer.d...@c-ware.de]
> > Gesendet: Samstag, 9. Mai 2015 21:29
> > An: dev@flex.apache.org
> > Betreff: AW: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > example in the examples repo
> > 
> > Hi Frederic,
> > 
> > Actually the artifacts should be in the Apache Snapshot repo. The sonatype 
> > is the one where Flexmojos SNAPSHOTS are located:
> > https://repository.apache.org/content/repositories/snapshots/org/apach
> > e/flex/compiler/
> > 
> > Chris
> > 
> > 
> > 
> > -----Ursprüngliche Nachricht-----
> > Von: Frédéric THOMAS [mailto:webdoubl...@hotmail.com]
> > Gesendet: Samstag, 9. Mai 2015 20:45
> > An: dev@flex.apache.org
> > Betreff: RE: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > example in the examples repo
> > 
> > Hmm:
> > 
> > [INFO] Scanning for projects...
> > Downloading: 
> > https://oss.sonatype.org/content/repositories/snapshots/org/apache/fle
> > x/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/maven-metadata.xml
> > Downloading: 
> > http://repository.sonatype.org/content/groups/flexgroup/org/apache/fle
> > x/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/maven-metadata.xml
> > Downloading: 
> > https://oss.sonatype.org/content/repositories/snapshots/org/apache/fle
> > x/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.0.3-
> > SNAPSHOT.pom
> > Downloading: 
> > http://repository.sonatype.org/content/groups/flexgroup/org/apache/fle
> > x/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.0.3-
> > SNAPSHOT.pom [WARNING] The POM for 
> > org.apache.flex.compiler:falcon-jx-compiler:jar:0.0.3-SNAPSHOT is 
> > missing, no dependency information available
> > Downloading: 
> > https://oss.sonatype.org/content/repositories/snapshots/org/apache/fle
> > x/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.0.3-
> > SNAPSHOT.jar
> > Downloading: 
> > http://repository.sonatype.org/content/groups/flexgroup/org/apache/fle
> > x/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.0.3-
> > SNAPSHOT.jar [ERROR] The build could not read 1 project -> [Help 1]
> > [ERROR]   
> > [ERROR]   The project 
> > org.apache.flex.examples.flexjs:flexjs-hello-world:1.0.0-SNAPSHOT 
> > (U:\sources\asf\flex\utilities\maven-flex-plugin\examples\flexjs\flexjs-hello-world\pom.xml)
> >  has 2 errors
> > [ERROR]     Unresolveable build extension: Plugin 
> > net.flexmojos.oss:flexmojos-maven-plugin:7.1.0-SNAPSHOT or one of its 
> > dependencies could not be resolved: Could not find artifact 
> > org.apache.flex.compiler:falcon-jx-compiler:jar:0.0.3-SNAPSHOT in 
> > sonatype-snapshots 
> > (https://oss.sonatype.org/content/repositories/snapshots/) -> [Help 2]
> > [ERROR]     Unknown packaging: swf @ line 33, column 16
> > [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/ProjectBuildingExcept
> > ion [ERROR] [Help 2] 
> > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionExcep
> > tion
> > 
> > Process finished with exit code 1
> > 
> > 
> > Frédéric THOMAS
> > 
> > > From: webdoubl...@hotmail.com
> > > To: dev@flex.apache.org
> > > Subject: RE: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > > example in the examples repo
> > > Date: Sat, 9 May 2015 19:39:35 +0100
> > > 
> > > Oups, My bad may be: woke up, read your mail on my phone, jumped from the 
> > > bed, git pull, build and forgot the -U, trying again...
> > > 
> > > Frédéric THOMAS
> > > 
> > > > From: webdoubl...@hotmail.com
> > > > To: dev@flex.apache.org
> > > > Subject: RE: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > > > example in the examples repo
> > > > Date: Sat, 9 May 2015 19:29:42 +0100
> > > > 
> > > > Hi Chris,
> > > > 
> > > > I guess not the the snapshot repo yet ?
> > > > 
> > > > [INFO] Scanning for projects...
> > > > Downloading: 
> > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache
> > > > /f 
> > > > lex/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.
> > > > 0.3-SNAPSHOT.pom
> > > > Downloading: 
> > > > http://repository.sonatype.org/content/groups/flexgroup/org/apache
> > > > /f 
> > > > lex/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.
> > > > 0.3-SNAPSHOT.pom [WARNING] The POM for 
> > > > org.apache.flex.compiler:falcon-jx-compiler:jar:0.0.3-SNAPSHOT is 
> > > > missing, no dependency information available
> > > > Downloading: 
> > > > https://oss.sonatype.org/content/repositories/snapshots/org/apache
> > > > /f 
> > > > lex/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.
> > > > 0.3-SNAPSHOT.jar
> > > > Downloading: 
> > > > http://repository.sonatype.org/content/groups/flexgroup/org/apache
> > > > /f 
> > > > lex/compiler/falcon-jx-compiler/0.0.3-SNAPSHOT/falcon-jx-compiler-0.
> > > > 0.3-SNAPSHOT.jar [ERROR] The build could not read 1 project -> 
> > > > [Help 1]
> > > > [ERROR]   
> > > > [ERROR]   The project 
> > > > org.apache.flex.examples.flexjs:flexjs-hello-world:1.0.0-SNAPSHOT 
> > > > (U:\sources\asf\flex\utilities\maven-flex-plugin\examples\flexjs\flexjs-hello-world\pom.xml)
> > > >  has 2 errors
> > > > [ERROR]     Unresolveable build extension: Plugin 
> > > > net.flexmojos.oss:flexmojos-maven-plugin:7.1.0-SNAPSHOT or one of its 
> > > > dependencies could not be resolved: Could not find artifact 
> > > > org.apache.flex.compiler:falcon-jx-compiler:jar:0.0.3-SNAPSHOT in 
> > > > sonatype-snapshots 
> > > > (https://oss.sonatype.org/content/repositories/snapshots/) -> [Help 2]
> > > > [ERROR]     Unknown packaging: swf @ line 33, column 16
> > > > [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/ProjectBuildingEx
> > > > ce
> > > > ption [ERROR] [Help 2]
> > > > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionE
> > > > xc
> > > > eption
> > > > 
> > > > Process finished with exit code 1
> > > > 
> > > > 
> > > > Frédéric THOMAS
> > > > 
> > > > > From: christofer.d...@c-ware.de
> > > > > To: dev@flex.apache.org
> > > > > Subject: AW: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > > > > example in the examples repo
> > > > > Date: Sat, 9 May 2015 17:42:32 +0000
> > > > > 
> > > > > Ok ... so a new SNAPSHOT version is available for:
> > > > > - Flexmojos 7.1.0-SNAPSHOT
> > > > > - Flalcon 0.0.3-SNAPSHOT
> > > > > - AsJs 0.0.3-SNAPSHOT
> > > > > 
> > > > > With these parts you should be able to try my FLexJS example project 
> > > > > in: 
> > > > > https://github.com/apache/flex-utilities/tree/develop/maven-flex
> > > > > -p lugin/examples/flexjs/flexjs-hello-world
> > > > > 
> > > > > Have Fun :-)
> > > > > 
> > > > > Chris
> > > > > 
> > > > > 
> > > > > ________________________________________
> > > > > Von: Frédéric THOMAS <webdoubl...@hotmail.com>
> > > > > Gesendet: Freitag, 8. Mai 2015 18:22
> > > > > An: dev@flex.apache.org
> > > > > Betreff: RE: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > > > > example in the examples repo
> > > > > 
> > > > > +1
> > > > > 
> > > > > Frédéric THOMAS
> > > > > 
> > > > > > From: aha...@adobe.com
> > > > > > To: dev@flex.apache.org
> > > > > > Subject: Re: [FlexJS][Falcon] First working Flexmojojs FlexJS 
> > > > > > example in the examples repo
> > > > > > Date: Fri, 8 May 2015 15:56:45 +0000
> > > > > >
> > > > > > Wow!  Very cool!  Thanks for working on it.
> > > > > >
> > > > > > -Alex
> > > > > >
> > > > > > On 5/8/15, 7:48 AM, "Christofer Dutz" <christofer.d...@c-ware.de> 
> > > > > > wrote:
> > > > > >
> > > > > > >Hi,
> > > > > > >
> > > > > > >
> > > > > > >I just committed an example for creating a FlexJS application 
> > > > > > >using Maven and Flexmojos.? I did have to do a little work 
> > > > > > >with Flexmojos (Will commit and publish the new SNAPSHOT this 
> > > > > > >weekend). All I had to do is a little adjusting the Maven artifact 
> > > > > > >generation code in Falcon and FlexJS.
> > > > > > >If I manage to prevent the "playerglobal" requirement with 
> > > > > > >Flexmojos I'm so far finished with my work on this :-)
> > > > > > >
> > > > > > >
> > > > > > >I have to admit that Alex and anyone helping him, did an 
> > > > > > >awesome job in integrating the "js" code in the swcs. I was 
> > > > > > >actually able to build with FlexJS without any further 
> > > > > > >modification in Flexmojos. So It seems that we are finally 
> > > > > > >seeing the finishing line (At least for my part with the 
> > > > > > >Maven
> > > > > > >support)
> > > > > > >
> > > > > > >
> > > > > > >So far for the update and the good news.
> > > > > > >
> > > > > > >
> > > > > > >Chris
> > > > > >
> > > >                                           
> > >                                     
> >                                       
>                                         
                                          

Reply via email to