aggregate vs transform questions.

A subtask is instantiated and performs
        setHavingClassTag("sometag.blah");
        setTemplateURL(getClass().getResource(DEFAULT_BLAH_TEMPLATE_FILE));
        setDestinationFile(GENERATED_BLAH_FILE_NAME);


I want to (for now) aggregate all subtask stuff into the outer generated
file.  When other subtasks are invoked whose output I want inside this outer
file, is it required that their constructor set the same destination file,
and will this then aggregate into it?  How about not setting a destination
file at all, will its transformations be aggregated by default into any
outer aggregating file?

------------------------
Kevin



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to