'. '

User:Zolta/annotations

From APIDesign

(Difference between revisions)
Jump to: navigation, search
m (How to get LiveDB sample work)
m (How to get LiveDB sample work)
Line 39: Line 39:
Jan Lahoda is working on this:
Jan Lahoda is working on this:
[[http://netbeans.org/bugzilla/show_bug.cgi?id=111065 Support Annotation Processors in Java Editor]]
[[http://netbeans.org/bugzilla/show_bug.cgi?id=111065 Support Annotation Processors in Java Editor]]
-
Also he provided a module to Support AnnotationProcessors
+
Also he provided a module to Support AnnotationProcessors in 6.9 I'm testing it now how it works.
 +
see [[http://kenai.com/projects/pelmel/pages/Home Pelmel]]

Revision as of 14:32, 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

  1. Clean and build livedb project
  2. 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 Jan Lahoda is working on this: [Support Annotation Processors in Java Editor] Also he provided a module to Support AnnotationProcessors in 6.9 I'm testing it now how it works. see [Pelmel]

Personal tools
buy