Ok, but when using Sculptor there are two workflow files involved. One (workflow.oaw) in the helloworld project and one (sculptorworkflow.oaw) in sculptor-generator.
workflow.oaw "invokes" the sculptorworkflow.oaw. <cartridge file="sculptorworkflow.oaw"> It is in sculptorworkflow.oaw we define the generator component, but it is not there we are interested in defining the advices. SpecialCases.xpt is intended to be used in the helloworld project to customize the templates. Therefore I found the GeneratorAdvice very convenient, but it doesn't support encoding setting. Should I post an improvement to oAW tracker? Karsten Thoms wrote: > > You could configure the advices at the generator component, which > enables for setting the encoding. Then you could overload the > property to access the advices. Not that nice as using the > GeneratorAdvice component but should work. > > <property value="advices" value=""> <!-- default is empty, can be > overloaded by calling workflow --> > > ... > > -- View this message in context: http://www.nabble.com/templates-SpecialCases.xpt%3A-unexpected-char%3A-0xEF-tf3982248s17564.html#a11332805 Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
