From: <max...@us...> - 2006-02-17 16:32:02
|
Update of /cvsroot/hibernate/HibernateExt/tools/src/testsupport/generictemplates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5019/src/testsupport/generictemplates Added Files: generic-exception.ftl Log Message: HBX-602 Better error reporting from <hibernatetool> in ant --- NEW FILE: generic-exception.ftl --- ${pojo.getShortName()} ${pojo.shortName} <#foreach cl in [1,2,3]> <@greet person=cl/> </#foreach> <#macro greet person> <font size="+2">Hello ${person} ${propertythatdoesnotexist}!</font> </#macro> |