weimingtom / sqlitegen

Automatically exported from code.google.com/p/sqlitegen
1 stars 0 forks source link

sqlitegen stops working after project clean #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a package myapp.db
2. create a class with sqlitegen annotations
3. After sqlitegen generates a bunch of abstract classes, run project->clean on 
eclipse

What is the expected output? What do you see instead?

database classes are no longer generated after the auto generated classes were 
deleted by project clean

The SQL query says INTEGER ID, so it seems to ignore the Type annotation

What version of the product are you using? On what operating system?
sqlitegen: db_0.1.5.jar with sqlitegen_eclipse_site_0.1.16.jar
eclipse Version: 3.6.0
OS: ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by chuck...@gmail.com on 20 Sep 2010 at 12:22

GoogleCodeExporter commented 8 years ago
Same problems: sqlitegen: db_0.1.5.jar with sqlitegen_eclipse_site_0.1.16.jar
If you have 2 projects and clean second one, than it repairs first one. You 
also need to unchecked SQLiteGen annotation...

Original comment by matej.cr...@gmail.com on 27 Feb 2011 at 7:30

GoogleCodeExporter commented 8 years ago
Have a same problem with com.antlersoft.android.db_0.1.6.jar and 
sqlitegen_eclipse_site_0.1.18.jar 

Original comment by stanisla...@it-dimension.com on 21 Dec 2011 at 9:00