Hi all,
I am trying to set up the MockObject doclet task. It runs fine, but no classes get generated.
Any ideas?
This is the Ant target that I've written.
<target name="precompile">
<mkdir dir="${gen.dir}"/>
<mockdoclet destdir="${gen.dir}">
<fileset dir="${src.dir}">
<include name="**/*.java"/>
</fileset>
<mockobjects destdir="${gen.dir}"/>
</mockdoclet>
</target>Thanks in advance, Dylan
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
