Oops, this is a regression bug.
Will be fixed in next release.
In the mean time, you just have to replace
$!classPrefix
by
$!{codewriter.getClassPrefix()}
In the templates (xManagerTemplate.vm & PerTableVariables.vm)
Thanks!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using:
mgrwriter.classprefix=Bobo
in my properties file but the generated classes do not have the prefix. I'm doing something wrong or this is a bug?
Hi,
Oops, this is a regression bug.
Will be fixed in next release.
In the mean time, you just have to replace
$!classPrefix
by
$!{codewriter.getClassPrefix()}
In the templates (xManagerTemplate.vm & PerTableVariables.vm)
Thanks!!!
Many thanks for the fix. It works.