February 2009


There is a presentation last week by a group of student who’s going to industrial training. The used CakePhP for their web development. I’m still trying to understand what all this cake is all about.

Don’t blame thou because I’m just onto old style, basic coding and no drag n drop UI for development. I will try it and see what happen.

I got this error while trying to integrate auto text template conversion in my DSL:

Error 1 Compiling transformation: ‘Microsoft.VisualStudio.TextTemplatingD65E8B553131FFCF6822A432A78A7F02.GeneratedTextTransformation’ does not contain a definition for ‘UseCase’

It turn out vs registered it under different name, UseCaseModel not UseCase.

You can look the registered name on the DSL DirectiveProcessor.cs file.

Code Snippet

///

/// The name for the provides parameter whose value decides the name of the property

/// generated by this DirectiveProcessor. The property returns the root element of

/// the model in the given file.

///

private const string providesModelParameter = “UseCaseModel”;

Use LightScreen. Simple and you can select the area you want to capture. Better than Alt+Print Screen :D