Generating LLBLGEn data access code for an automated build - Cruise Control .NET

Posts   
 
    
Posts: 254
Joined: 16-Nov-2006
# Posted on: 08-Feb-2007 16:08:48   

Guys,

I'd like to some how create my llblgen project as part of our automated build process.

Currently we get the database scripts from source control over night or when they change and then apply the scripts to a new database. I'd then like to create the llblgen project and then execute our unit tests.

Is it possible to automate this i.e. the steps you take in the designer, perhaps through a command line interface or using an API LLBLGen provides?

Let me know your thoughts

Cheers

Matt

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 08-Feb-2007 17:09:13   

Check the SDK and the tools it contains simple_smile There you'll find the command line refresher and command line code generator tool (in sourcecode form), so you can refresh and generate in one batch call.

We also have a taskperformer in the 3rd party section which compiles the generated code automatically. simple_smile

Frans Bouma | Lead developer LLBLGen Pro