Got it fixed. I need to add some code like this:
<code>
        } else if ("java.math.BigDecimal".equals(mtype)) {
            result.append("123.45");
</code>
to randomValueForDbUnit().


wnqq wrote:
> 
> I tried to modify method randomValueForDbUnit() in
> extras/appgen/src/org/example/antbook/xdoclet/MethodExTagsHandler.java,
> however, it has no effects while re-running appgen.
> How can I recompile MethodExTagsHandler.java and get the appgen updated?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-customize-sample-data-generation--tf2971253s2369.html#a8315896
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to