> I was noticing this the other day.  in
> InterfaceTagsHandler.isInterfaceMethod we have
> 
>   if( "both".equals( viewType ) )
>   {
>    viewType = "local,remote";
>   }
> 
> so at a method level, you can use local,remote or both.  but, in
> LocalInterfaceSubTask.matchesGenerationRules  we check for
> 
>   if( ( generate != null ) && ( generate.indexOf( "local" ) == -1 ) )
> 
> so we have a little inconsistancy here.
> 
> What do people prefer?  By the sounds of it David prefers "both" and
Ara
> "local,remote"  (o:  it wouldn't be too hard to support

I prefer "both" :-)

Ara.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to