What is the easiest way to change the folders where the model and persistence projects are created?
By default, assuming I have the llblgen pro project in directory x they will be created in (and I leave the destination root folder set to .) :
x\model
x\persistence
I want them to be created in:
x\app_name.model
x\app_name.persistence
I tried to set the 'additional destination folder' parameter on the Task queue to execute but llblgen pro creates:
x\app_name.model\model
where I set the 'additional destination folder' to app_name.model. I want the content to be right under app_name.model not under app_name.model\model.
I dug up more and there are some parameters for the various tasks on Task Queue to execute', where I can override the folder that gets created but I have to go individually to each task and change the folder name. I find this painful and I thought that there must be a global setting somewhere that I cannot find to allow me to globally change that directory.
Thank you