You guys have to correct me. In XDoclet 1.x, in order to prevent accidental procesing of a generated file, the template would place @xdoclet-generated tag in the generated source file? I dont remeber exactly how that worked. But I guess every file that had that tag would be excluded automatically?
Is that encouraged in the 2.0 version as well?
I know that i can override shouldGenerate() and check for this tag and return false. But it w'dnt be standardized across all plugins that way.
Another question -
XDoclet 1.x i guess generated the ' Do Not Edit ' comment in the source file from a properties file. I thought all comments in the generated file supported i18n?. Does it make sense in XDoclet 2.0 as well?
I guess I can add a helper method to the plugin that gets me i18n comments.
Anyways just wanted to know your thoughts.
thanks.
karthik
- Re: [xdoclet-user] i18n messages and @xdoclet-generat... karthik Guru
- Re: [xdoclet-user] i18n messages and @xdoclet-ge... Konstantin Priblouda
