From: <hib...@li...> - 2006-03-04 00:22:08
|
Author: ste...@jb... Date: 2006-03-03 19:22:05 -0500 (Fri, 03 Mar 2006) New Revision: 9543 Modified: trunk/Hibernate3/build.xml Log: HHH-1435 : lazy="no-proxy" on many/one-to-one associations; use of ~transforming class loaders~ for runtime instrumentation of domain objects for testing purposes Modified: trunk/Hibernate3/build.xml =================================================================== --- trunk/Hibernate3/build.xml 2006-03-04 00:21:50 UTC (rev 9542) +++ trunk/Hibernate3/build.xml 2006-03-04 00:22:05 UTC (rev 9543) @@ -749,7 +749,7 @@ <target name="instrument" depends="compiletest" description="Instrument the persistent classes"> <!-- depends="jar" --> - <taskdef name="instrument" classname="org.hibernate.tool.instrument.InstrumentTask"> + <taskdef name="instrument" classname="org.hibernate.tool.instrument.cglib.InstrumentTask"> <classpath path="${jar.path}"/> <classpath path="${classes.dir}"/> <classpath refid="lib.class.path"/> |