User:Zolta/annotations
From APIDesign
(Difference between revisions)
m (→How to get LiveDB sample work) |
m (→How to get LiveDB sample work) |
||
Line 37: | Line 37: | ||
But still I get cannot find symbol org.apidesign.livedb.example.Age | But still I get cannot find symbol org.apidesign.livedb.example.Age | ||
+ | |||
+ | [[http://netbeans.org/bugzilla/show_bug.cgi?id=111065 Support Annotation Processors in Java Editor]] |
Revision as of 13:15, 6 December 2010
How to get LiveDB sample work
I may learn meantime :)
I use NetBeans Development build (101206-535bcec0a140 ) while trying
I design a simple ontology based knowledge management system. I think I'll make good use of LiveDB.
current situation:
I added derbyclient.jar to Libraries ,Test Libraries and added some Logging to org.apidesign.livedb.impl.LiveDBProcessor
- Clean and build livedb project
- Compile file Test Packages/org.apidesign.livedb.example.package-info.java
Here is the IDE Log I got:
INFO [org.apidesign.livedb.impl.LiveDBProcessor]: method process started annotations:[org.apidesign.livedb.LiveDB] roundEnv:[errorRaised=false, rootElements=[org.apidesign.livedb.example], processingOver=false] FINE [org.apidesign.livedb.impl.LiveDBProcessor]: clsName:org.apidesign.livedb.example.Age md.getColumnCount():2 FINE [org.apidesign.livedb.impl.LiveDBProcessor]: columnName (1):ID FINE [org.apidesign.livedb.impl.LiveDBProcessor]: columnName (2):NAME INFO [org.apidesign.livedb.impl.LiveDBProcessor]: method process finished INFO [org.apidesign.livedb.impl.LiveDBProcessor]: method process started annotations:[] roundEnv:[errorRaised=false, rootElements=[org.apidesign.livedb.example.Age], processingOver=false] INFO [org.apidesign.livedb.impl.LiveDBProcessor]: method process finished INFO [org.apidesign.livedb.impl.LiveDBProcessor]: method process started annotations:[] roundEnv:[errorRaised=false, rootElements=[], processingOver=true] INFO [org.apidesign.livedb.impl.LiveDBProcessor]: method process finished
But still I get cannot find symbol org.apidesign.livedb.example.Age