A K
unread,Aug 3, 2010, 4:41:25 PM8/3/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android RESTProvider
hi all!
i get the following errors when doing a maven build.
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \RESTProvider\RESTProvider\src\main\java\novoda\rest\services
\RESTCallService.java:[87,14] exception java.io.IOException is never
thrown in body of corresponding try statement
[ERROR] \RESTProvider\RESTProvider\src\main\java\novoda\rest\cursors
\EmptyCursor.java:[143,13] cannot find symbol
symbol : method deactivateInternal()
location: class android.database.AbstractCursor
[ERROR] \RESTProvider\RESTProvider\src\main\java\novoda\rest\cursors
\EmptyCursor.java:[141,4] method does not override or implement a
method from a supertype
[ERROR] \RESTProvider\RESTProvider\src\main\java\novoda\rest\cursors
\EmptyCursor.java:[173,20] cannot find symbol
symbol : method getDataSetObservable()
location: class android.database.AbstractCursor
[ERROR] \RESTProvider\RESTProvider\src\main\java\novoda\rest\cursors
\EmptyCursor.java:[171,4] method does not override or implement a
method from a supertype
[ERROR] \RESTProvider\RESTProvider\src\main\java\novoda\rest\cursors
\EmptyCursor.java:[209,13] cannot find symbol
symbol : method notifyDataSetChange()
location: class android.database.AbstractCursor
[ERROR] \RESTProvider\RESTProvider\src\main\java\novoda\rest\cursors
\EmptyCursor.java:[206,4] method does not override or implement a
method from a supertype
Can anybody give me a hint?
greetings
a.