I would also be very interested in knowing this...

Thanks,
-martin

[Xdoclet-user] How to generate multiple files based on tags? (Pleeeease, I really need help on that...)

l . duboc
Tue, 05 Aug 2003 12:08:17 -0700

> Hi all,
>
Sorry for asking this again, but I still couldn't figure it out.

> I've been trying to generate more than one file based on the tags of my
> source class. Something such as:
>
> public class MyClass{
>
> /**
>  * @output map-to="Field1"    
>  */
> private String field1;
>
> /**
>  * @output map-to="Field2"    
>  */
> private String field2;
>
> }
>
> and I would like to generate two different files as:
>
> public class Field1{
>
> }
>
> public class Field2{
>
> }
>
> I've tried to write templates, handlers and subtasks, but I'm not getting
> it right. Can someone, please, send me simple example?
>
> Thanks in advance!
>
> Leticia

-------------------------------------------------------------------------
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