Hi, On Mon, 26 Feb 2018 at 12:36 Basin Ilya <[email protected]> wrote:
> This may sound like a heresy, but I tried to build some Netbeans > components with Eclipse. :-) But, do you have to use the Eclipse compiler? > Eclipse can't generate Bundle.java because of the error thrown by an > annotation processor used. > > The error is "Unsupported location: SOURCE_PATH" and the reason is that it > expects IOException while Eclipse throws IllegalArgumentException. The fix > is trivial: catch a > more generic exception. > I was looking at the bundle processor the other week when I needed to write my own processor using SOURCE_PATH. In this case, is that fix really trivial? Won't it miss merging pre-existing entries? Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org
