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/