Maybe just work with it how it is but use the templateInclusions/ Exclusions to target the right template for interpolation.
Remember if you are in a war project, index.template.html still works but you can really use any file e.g. index.html, default.jsp, and they'll all get changed appropriately inside, just that index.template.html (I believe) also gets its filename changed. Once you try this out, you realize it's a nice/better/sufficient procedure. On Dec 16, 12:10 pm, velo <[email protected]> wrote: > Not true... it only overwrites it when used inside a war. > > On Dec 16, 4:01 am, Konstantin Pelykh <[email protected]> wrote: > > > > > There's no way to specify templateURI in wrapper, it's always getting > > overriden by "folder:" + warSourceDirectory; > > > // Map this.templateURI to folder:{warPlugin.warSourceDirectory) > > String warSourceDirectory = config.get( "warSourceDirectory" ); > > if ( warSourceDirectory == null ) > > { > > warSourceDirectory = project.getBasedir() + "/src/main/webapp";} > > > this.templateURI = "folder:" + warSourceDirectory; -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
