emitType generic / filenameFormat & plugins

Posts   
 
    
Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 24-May-2005 21:04:58   

I have created a plugin where I am letting the user specify a value in the plugin. In my lpt I use this value for the class name. In the generator configuration I am using a task that uses the DotNetTemplateEngine. In this task I am specifying emitType generic, and I would like to be able to set the filenameFormat to something like [plugin value].[extension].

This way the value entered by the user would pass from the plugin to the task performer.

Is there any way to do this?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39788
Joined: 17-Aug-2003
# Posted on: 25-May-2005 10:24:29   

No, that's only possible with your own copy of the DotNetTemplateEngine class.

Frans Bouma | Lead developer LLBLGen Pro