Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Changes to templates should occur in these steps:

  • Make the desired changes TO THE PHONEBOOK WEB APPLICATION first
Modify the templates

As soon as the PhoneBook web application works with the desired modifications, we can proceed to repeat the changes for the templates themselves. Templates are stored in two locations:

  • in C:\PhoneBook-SVN\Remotion\UIGenTemplates
  • in C:\Development\Remotion\trunk\Remotion\ObjectBinding\Web.CodeGenerator\Templates

Note the difference:

  • C:\PhoneBook-SVN\Remotion\UIGenTemplates is what the programmer who uses uigen.exe needs ("consumer" copy)
  • C:\Development\Remotion\trunk\Remotion\ObjectBinding\Web.CodeGenerator\Templates is what the programmer who modifies the templates itself must change ("producer" master file)

For this step, you want to modify the templates in C:\\PhoneBook\Remotion\UIGenTemplates, because that's what the uigen.exe in your C:\PhoneBook\PhoneBook.Domain will use.

...