eclipse annotation processor

S

steph

Hi all,

I got an annotation processor which add some methods to an annoted class.
This annotation processor is working using javac in command line.
When compiling in eclipse 3.6.1 (i.e: build), those methods are not added.

I search the web a bit and find some howto configure it; it is
recognized as an annotation processor and enabled, but it fails.
I also googled a bit for this issue and found some similar questions but
not answered.

Does anyone have any idea so solve it ?
 
A

Arne Vajhøj

I got an annotation processor which add some methods to an annoted class.
This annotation processor is working using javac in command line.
When compiling in eclipse 3.6.1 (i.e: build), those methods are not added.

I search the web a bit and find some howto configure it; it is
recognized as an annotation processor and enabled, but it fails.
I also googled a bit for this issue and found some similar questions but
not answered.

Does anyone have any idea so solve it ?

Eclipse comes with its own compiler.

Your best chance must be to figure out how do it with
ant javac task and then tell Eclipse to use ant for building.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top