Missing doc for properties

Description

<propertyset> and <property> for <hibernatetool> and <hbm2....> exporters which allow you to give the templates access to extra properties.
e.g.
<hibernatetool destdir="${build.dir}/bottomup">
<configuration/>
<hbm2java generics="true">
<propertyset>
<propertyref builtin="all"/>
<propertyref name="hbm2java.ejb3"/>
<propertyref prefix="hbm2java"/>
</propertyset>
<property key="mykey" file="c"/>
<property key="mykey" value="c"/>
</hbm2java>
</hibernatetool>

document support for having custom variables point to an instance via these properties.

sometool.toolclass=NameOfClass will be available as $sometool referencing an instance of NameOfClass

In theory all settings should be property driven (generics,ejb3,prefercompositeids, etc.), but need to ensure that it actually works in practice

Environment

None

Activity

Show:

Max Rydahl AndersenDecember 23, 2005 at 2:34 PM

fixed in cvs

Fixed

Details

Assignee

Reporter

Participants

Max Rydahl Andersen

Components

Fix versions

Affects versions

Priority

Created November 3, 2005 at 5:23 PM
Updated December 23, 2005 at 2:34 PM
Resolved December 23, 2005 at 2:34 PM