Excluding Validator classes

Posts   
 
    
SaX
User
Posts: 42
Joined: 29-Apr-2004
# Posted on: 27-Jul-2005 16:05:17   

I'm using Adapter scenario with sublasses and would like to exclude Validator classes form database generic project. I would like to know if it is possible to do this, and if it is, how can this be done.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 27-Jul-2005 19:10:29   

this is not possible. The entity classes require the existence of the validator classes.

You can use a copy of the generator config you're using and in there change <parameter name="failWhenExistent" value="true"/> into <parameter name="failWhenExistent" value="false"/>

so these files get overwritten every time.

Frans Bouma | Lead developer LLBLGen Pro