Using CliRefresher 1.o command line

Posts   
 
    
Posts: 7
Joined: 09-Apr-2008
# Posted on: 23-Apr-2008 14:31:02   

While using CliRefresher 1.0 command line it do not used to add new entities to entity collection. Thne how cani add new entities to my entities collection. So that using CLIGenerator will generate new DLL with that entity. any help regarding this would b ehighly apprtiated. regards,

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Apr-2008 16:12:24   

Would you please re-phrase your question with more elaboration?

Thanks.

Posts: 7
Joined: 09-Apr-2008
# Posted on: 23-Apr-2008 16:19:20   

Walaa wrote:

Would you please re-phrase your question with more elaboration?

Thanks.

actually i am using CLIRefresher 1.0 and codegenerator 1.0 command line utlilities in by Cruise Control build file. So as soon as i am changing any database scripts it should regenerate DAL DLL with that new entity. Take a example that if i have added any table in my database script and checked that in or commited that script to SVN. then my Cruise control will trigger build and that should generate a new DLL with that new table.

I am able to refresh my LLBLGen project using CliRefresher and also able to Generate code but that entity(new table) is not being added to that project and so not in DLL.

Please provide me with some solution. thanks and regards,

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Apr-2008 16:38:39   

Did you set the AddNewElementsAfterRefresh project property to true?

This also might be an old issue that has been solved in recent releases: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=5871

Posts: 7
Joined: 09-Apr-2008
# Posted on: 23-Apr-2008 16:59:38   

Walaa wrote:

Did you set the AddNewElementsAfterRefresh project property to true?

This also might be an old issue that has been solved in recent releases: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=5871

Thanks!!! I did lot of Rnd behind that but i do not know how did i missed making that property true. sunglasses you are a great man!!! it solved mine problem. thanks and regards,

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Apr-2008 17:04:50   

I'm just doing my job. simple_smile

I'm glad your problem is solved.