Dynamic folder creation using rootnamespace #2

Posts   
 
    
GabeNodland avatar
Posts: 65
Joined: 31-Dec-2004
# Posted on: 23-Mar-2007 04:21:58   

This question was asked in this thread http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7829

I need a better way to have a dynamic folder structure for the CodeEmmiters that have the destinationFolder parameter, yeah it works fine for the vanilla stuff using the the [dbspecificSubFolder] and [dbgenericSubFolder].

However I would like my business layer to go into a folder that has the rootnamespace in it, and the only way I can see to do this, which I think is not good, is to modify every task by using presets.

Frans, is there a better way? can we get [rootNamespace] added?

the solution i have used for now is to use the dbspecificSubFolder property to hold the root namespace and use presets to fix all of the dbspecific tasks, this works since i want the subfolders to match the namespace, and all projects have the root namespace in the name.

Thanks,

Gabe

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 23-Mar-2007 11:28:24   

In v2.1, you can specify per task group an additional rootnamespace (which is appended to the rootnamespace you define) and an additional destination folder (which is appended to the actual destination folder).

In v2.0, if you want this, you have to alter the task performer sourcecode a bit to make this work.

Frans Bouma | Lead developer LLBLGen Pro
GabeNodland avatar
Posts: 65
Joined: 31-Dec-2004
# Posted on: 23-Mar-2007 16:41:19   

Thanks, I will wait for the 2.1 release and do a rework then.

SanderF
User
Posts: 125
Joined: 11-Dec-2006
# Posted on: 04-Apr-2007 12:14:43   

Hi,

Can you tell us when the new release 2.1 will be released?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 04-Apr-2007 13:13:28   

SanderF wrote:

Hi,

Can you tell us when the new release 2.1 will be released?

We hope to have a beta at the end of april.

Frans Bouma | Lead developer LLBLGen Pro