--- Narahari 'n' Savitha <[EMAIL PROTECTED]> wrote:

> Friends,
> 
> I have an interface that I want an empty stubbed
> implementation class to be
> generated.
> package tmp;
> 
> /**
>  * @implmentation.class.name=TestImpl
>  */
> public interface Test {
>   public String getMe(String name, String dob);
> 
> public void getYou(int len, int width);
> 
> }
> 
> I want an implementation class for this to be spit
> out by xdoclet.  How can
> I accomplish that ?

by carefull reading of documentation and writing your
own subtask / template afterwards.  It not that
complicated. 

Or you may choose to write plugin for XD2

regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to