ReportTemplatePortingTool
When should I use the InetSoft Report Template Porting tool?
To convert pre-v4.5 report templates to the current template format, you will need to set the TemplatePorter class located in the lib directory of your Style Report installation directory on the classpath and invoke the TemplatePorter through the command line.
Steps:
1) Setup classpath correctly:
set classpath=%sreeHome%/lib/TemplatePorter.jar;%classpath%;.
2) To do the template conversion:
java inetsoft.tool.TemplatePorter report.srt
Please note that the template porter will port report.srt from its original format to the current format by overwriting the file. Therefore, it is recommended to make a backup of your old templates before doing the template porting.
--
StephenWebster - 11 Dec 2007