Hi Chris, Thanks for the quick implementation! Just tested in a project and is working fine :)
2016-10-05 15:13 GMT+02:00 Christofer Dutz <[email protected]>: > Hi Carlos, > > > just noticed that I didn't respond to the email, but just started > implementing it ;-) > > The feature is now built into the maven-plugin and you should be able to > use it. > > You can have a look at the test of this feature in the new "testsuite" > module in the framework repo at: > > > flexjs-framework/testsuite/src/it/compiler-options/ > custom-html-template/pom.xml > > > So I located the custom template in "src/main/template" and referenced > that using the config parameter "htmlTemplate" > > > Chris > > ________________________________ > Von: [email protected] <[email protected]> im Auftrag von > Carlos Rovira <[email protected]> > Gesendet: Mittwoch, 5. Oktober 2016 00:18:08 > An: [email protected] > Betreff: Re: [FlexJS][Maven] Passing parameters to compiler > > Hi Chris, > > I created the first, let me know if you want something to be changed before > I created another one. > > FLEX-35138 - Implement flexjs maven compiler option for html-template > <https://issues.apache.org/jira/browse/FLEX-35138> > > thanks! > > Carlos > > > > 2016-10-04 23:36 GMT+02:00 Christofer Dutz <[email protected]>: > > > Hi Carlos, > > > > > > if you encounter any compiler-options you would like me to implement, > > could you please create Jira issues for each one (separate ones) and use > > the component "Maven Flex Plugin" and assign that to me. > > > > > > What would be a great help would be if you add information on which of > the > > command line tools would receive the parameter, what the default and what > > the type it should be. > > > > > > Chris > > > > ________________________________ > > Von: [email protected] <[email protected]> im Auftrag von > > Carlos Rovira <[email protected]> > > Gesendet: Dienstag, 4. Oktober 2016 23:10:05 > > An: [email protected] > > Betreff: [FlexJS][Maven] Passing parameters to compiler > > > > Hi Chris, > > > > I want to pass params to flexjs compiler when building with maven. For > > example: > > > > param : "html-template" > > value: "templates/js-index-template.html" > > > > (in order to customize the index.html) > > > > or another like "js-output-optimization=skipAsCoercions" > > > > What's the way to make this in the my projects pom.xml? > > > > Thanks > > > > -- > > Carlos Rovira > > http://about.me/carlosrovira > > > > > > -- > > 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.
