I have a custom JavaFileManager used for JSR199 compilations, but when I use the -release option I see:

Error: -release option specified, but the provided JavaFileManager is not a StandardJavaFileManager..

This basically forces everybody to implement StandardJavaFileManagers, even if they don't want that. Isn't there a way to make this work with JavaFileManagers?

Keimpe Bronkhorst
JDeveloper

Reply via email to