Byn Choi wrote: > - short version > What's the status/roadmap of JaxMe JS's Java 5 (a.k.a tiger) support?
None. Java 5 support is definitely required for the next JAXB version. In other words, it is quite likely that something in this area will start to emerge soon. > - long version > I noticed that upon adding an enum type defined within a class using > JavaSource.addImport(Class) method, it seems to think the given class as > an inner class (syntactically the same, just that enum types start with > keyword enum, instead of class), and gives $ instead of ., which is the > correct way to denote the enum type. Quite possible. Support for inner classes was never thought out well and came in more like a hack. In particular, noone was aware of enumerations at the time. Feel free to contribute patches, there is no reason for not adding the current framework. Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
