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