On Fri, 2003-07-11 at 22:53, Mich F wrote:
> Thanks a lot. How about the MyBeanUtil.java? I dont want that one
> generated, but I couldn't find a place to suppress it.

Do you mean not generating anything for only MyBean, or not generating
utility classes for any beans?  If the latter, try not including the
utilobject subtask in your ejbdoclet.

If you want to not generate the utility class on only MyBean, but want
to generate the other files and also generate utility classes on other
beans, try using
@ejb.util generate="false"
in the MyBean bean class.


Andrew.

> Thanks,
> Michelle
> 
> Andrew Stevens <[EMAIL PROTECTED]> wrote:
>         On Thu, 2003-07-10 at 22:13, nash e. foster wrote:
>         > Try just calling the relevant ant task in your build.xml
>         file. Local
>         > interfaces, remote interfaces, etc. all have different ant
>         task
>         > thingie associated w/.
>         
>         As well as the subtasks used, the view-type parameter on
>         various tags
>         will affect which ones get generated and what gets included in
>         them.
>         
>         
>         Andrew.
>         
>         > 
>         > 
>         > -nash
>         > 
>         > 
>         > On Thursday, July 10, 2003, at 04:09 PM, Mich F wrote:
>         > 
>         > 
>         > Hi, all,
>         > 
>         > 
>         > Is there a way to specify the bean files generated by
>         xdoclet? e.g.,
>         > only remotehome.java is generated, but not localhome, etc.?
>         > 
>         > 
>         > Thanks,
>         > 
>         > 
>         > Michelle



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to