greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

Contibutor guide - how to test changes of DaoGenerator module #544

Closed skrzyneckik closed 7 years ago

skrzyneckik commented 7 years ago

If greendao gradle plugin isn't available (#412), how can I test changes to DaoGenerator? As an example, I found an issue with dao-deep.ftl and I think it's easy fix, but I have no idea how to test it (#543) after all. The whole project looks open source but how main feature (code generator) can be used is hidden and doesn't allow any contributions for those who doesn't know how use it.

greenrobot-team commented 7 years ago

You can create entities using the generator itself. -ut