https://issues.apache.org/bugzilla/show_bug.cgi?id=48829
--- Comment #4 from Andrew Eisenberg <[email protected]> 2010-03-02 18:23:15 UTC --- (In reply to comment #3) > Think its more something the compiler adapter should provide; a list of > filetypes it likes That sounds like a reasonable way to go, but that would imply changing the CompilerAdapter interface to require an extra method, something like: String[] getSupportedFileExtensions(); The problem here is that adding this would break backwards compatibility for all those implementors that do not implement DefaultCompilerAdapter. Suggestions around this problem are welcome. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
