resolution of {class.package}
Brought to you by:
mikkey
the builder does not resolve {class.package} when
creating files.
an example is the internal hibernate hbm stuff, which
makes the builder create
{class.package}TestClass.hbm.xml
instead of
testpkg.TestClass.hbm.xml
a sample eclipse project for reproduction is attached.
i use m9/1.4.2/w2k
sample eclipse project
Logged In: YES
user_id=952608
this is not a bug.
the "class.package" variable used in template output
definition does exist in velocitys namespace only.
in the template definition use "{package.dir}" instead.