Command line solution

Posts   
 
    
emorrison
User
Posts: 2
Joined: 01-Apr-2008
# Posted on: 01-Apr-2008 18:10:26   

Can anyone tell me if it is possible to do all of the following from the command line? These are the steps that we currently do via the GUI, but we are trying to automate this process for continuous integration (CruiseControl.NET).

(1) Refresh all catalogs.
(2) Add new entities mapped on tables from catalogs. (3) Add new entities mapped on views from catalogs. (4) Add new typed views from catalogs. (5) Add stored procedure calls. (6) Generate.

I know of two command line tools, clirefresher and cligenerator. We have them both, but to my knowledge that only takes care of steps 1 and 6.

Thanks for any assistance! Ed

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 01-Apr-2008 19:27:10   

emorrison wrote:

Can anyone tell me if it is possible to do all of the following from the command line? These are the steps that we currently do via the GUI, but we are trying to automate this process for continuous integration (CruiseControl.NET).

(1) Refresh all catalogs.
(2) Add new entities mapped on tables from catalogs. (3) Add new entities mapped on views from catalogs. (4) Add new typed views from catalogs. (5) Add stored procedure calls. (6) Generate.

I know of two command line tools, clirefresher and cligenerator. We have them both, but to my knowledge that only takes care of steps 1 and 6.

Thanks for any assistance! Ed

2, 3, 4 and 5 are handled by the refresher (and thus clirefresher) through the preferences of llblgen pro simple_smile See Catalog refresher preferences for details.

Frans Bouma | Lead developer LLBLGen Pro