Mika wrote:
Hi Frans,
I'm testing the demo version 2.0 before upgrading, that's why i can't find it.
That's only or registred users I guess, I'm right ?
Sorry if I ask stupid question
Mika
That's indeed for v2 customers.
The template system has been changed in the way it's stored: you had config files for tasks to run and template set files for the templatebindings.
You now have:
- task files (.tasks) which contain the task definitions (stored in Tasks folder)
- templatebindings files (.templatebindings, stored in Templates folder) which contain for a given platform per language the templateid bindings. You can have as many of these files as you like.
- preset files (.preset files stored in Tasks folder) which define the tasks to run in which order and with which parameters.
So it's more flexible, you can define your own templatebindings file to overrule templateid bindings or define new ones, you can define your own tasks files to define new tasks and you can define your own preset files with the task order you need. Preset files are created in the generator config dialog in tab 3. In the Tasks\XSDs folder you'll find xsd files which give you intellisense in vs.net when you load them and a .preset, .tasks or .templatebindings file. Please check the existing files, it's actually pretty straight forward.