Hi Chris, Cool !! :)
I tried with the maven-flex-plugin\examples and the maven extension plugin, it builds despite: java.io.FileNotFoundException: \Users\AsusFred\.m2\repository\org\clojure\google-closure-library\0.0-20140718-946a7d39\google-closure-library-0.0-20140718-946a7d39.jar (Le chemin d’accès spécifié est introuvable) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:214) at java.util.zip.ZipFile.<init>(ZipFile.java:144) at java.util.jar.JarFile.<init>(JarFile.java:152) at java.util.jar.JarFile.<init>(JarFile.java:116) at org.apache.flex.compiler.internal.codegen.js.goog.JSGoogPublisher.dumpJar(JSGoogPublisher.java:270) at org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:198) at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:462) at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:326) at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:254) at org.apache.flex.compiler.clients.MXMLJSC.execute(MXMLJSC.java:155) at net.flexmojos.oss.compiler.DefaultFlexCompiler.executeTool(DefaultFlexCompiler.java:294) at net.flexmojos.oss.compiler.DefaultFlexCompiler.executeMxmlcMain(DefaultFlexCompiler.java:192) at net.flexmojos.oss.compiler.DefaultFlexCompiler.access$300(DefaultFlexCompiler.java:37) at net.flexmojos.oss.compiler.DefaultFlexCompiler$2.command(DefaultFlexCompiler.java:86) at net.flexmojos.oss.compiler.command.CommandUtil$1.run(CommandUtil.java:50) at java.lang.Thread.run(Thread.java:722) Do ypu know how to fix that ? Will try with mine soon ! Thanks, Frédéric THOMAS > From: christofer.d...@c-ware.de > To: dev@flex.apache.org > Subject: AW: AW: [FlexMojos] flexmojos-compatible-model-validator ? > Date: Wed, 20 May 2015 17:50:53 +0000 > > Hi Frederic, > > Well I just can't find the links that confirm this. But one of the coolest > Maven 3.3.1 enhancements were pluggable build extensions: > http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/ > > I also got the flex-sdk-converter to work there but currently there seem to > be classloading issues. > > So I would suggest you give it a try. > > Chris > > > -----Ursprüngliche Nachricht----- > Von: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] > Gesendet: Mittwoch, 20. Mai 2015 17:18 > An: dev@flex.apache.org > Betreff: RE: AW: [FlexMojos] flexmojos-compatible-model-validator ? > > > But with Maven 3.3.x shouldn't your validator work without installing it? > > Could you please check, if your extension works without installing with > > maven 3.3? > > I didn't get that Chris and I don't know the specificities of the 3.3.1, do > you mean: If I include the code of my extension in a plugin, it should just > work ? > > thanks, > Frédéric THOMAS > > > From: christofer.d...@c-ware.de > > To: dev@flex.apache.org > > Subject: AW: [FlexMojos] flexmojos-compatible-model-validator ? > > Date: Wed, 20 May 2015 14:37:49 +0000 > > > > Well I have to admit, that I'm not a big fan of Auto-Installation ;-) > > > > Probably thats because of me working for large enterprizes a lot and they > > certainly don't like stuff that changes the CI servers installation. > > > > But with Maven 3.3.x shouldn't your validator work without installing it? I > > am hoping a great deal that this. There are still some classloading issues > > preventing me from using the sdk-converter as an in-pom-extension without > > installing it, but I'm hoping to invest a few hours to sort that out ... > > > > Could you please check, if your extension works without installing with > > maven 3.3? If it does I think it would be a great addition to FlexMojos. > > > > Chris > > > > ________________________________________ > > Von: Frédéric THOMAS <webdoubl...@hotmail.com> > > Gesendet: Mittwoch, 20. Mai 2015 16:29 > > An: dev@flex.apache.org > > Betreff: [FlexMojos] flexmojos-compatible-model-validator ? > > > > Hi Chris, > > > > I was thinking to integrate into FM, my > > flexmojos-compatible-model-validator [1] in order to have in more than its > > primary goal (get rid of the Maven warnings regarding scopes), have an auto > > install feature for it and your extension combined. > > > > As reminder, it works in a way that the first time you use FM and the > > extension is not present, it will install it and ask the user to restart it. > > > > Is that something you would like to have in FM or do you see anything > > preventing this to happen? > > > > Thanks, > > Frédéric THOMAS > > > > [1] https://github.com/doublefx/flexmojos-compatible-model-validator >