Re: Class Loader Issue - Using Clojure for Annotation Processing

2014-12-28 Thread Frankie Sardo
Apologies for resurrecting the thread but I wanted to add a link to a minimalistic example that reproduces the issue, if anybody comes across it: https://github.com/frankiesardo/annotation-processing On Friday, December 12, 2014 7:46:07 PM UTC, Frankie Sardo wrote: Hi all, I'd like to use

Class Loader Issue - Using Clojure for Annotation Processing

2014-12-12 Thread Frankie Sardo
Hi all, I'd like to use Clojure for processing Java annotations at compile time. (Particularly useful for Android) https://github.com/frankiesardo/icepick/blob/clojure/src/icepick/core.clj I'm extending javax.annotation.processing.AbstractProcessor, I can create the generated class, I can test