Hi all,

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


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to