[ http://jira.andromda.org/browse/CORE-5?page=history ] Work on CORE-5 started by Chad Brandon
> Ability to define automatic file headers > ---------------------------------------- > > Key: CORE-5 > URL: http://jira.andromda.org/browse/CORE-5 > Project: AndroMDA Core > Type: New Feature > Reporter: Chad Brandon > Assignee: Chad Brandon > Priority: Minor > > It would be cool if we could define automatic customizable file headers in > our generated files, this would keep the generated file comments consistent, > and would also remove the need to add these comments to the tops of our files > manually. I'm thinking these should probably be defined as templates > themselves in a cartridge, and referenced from the andromda-cartridge.xml. > These templates might have more things available to them than a normal > template, such as the name of the template the file was created by, etc. > <template > path="templates/EntityBean.vsl" > outputPattern="{0}/{1}Bean.java" > outlet="entity-beans" > overwrite="true" > header="templates/header/JavaFileHeader.vsl"> > <modelElements variable="entity"> > <modelElement> > <type name="org.andromda.cartridges.ejb.m > <modelElement> > <type name="org.andromda.cartridges.ejb.metafacades.EJBEntityFacade"/> > </modelElement> > </modelElements>etafacades.EJBEntityFacade"/> > </modelElement> > </modelElements> > </template> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
