>any idea on how to stop the $ symbols being generated by rmic? They
are on private fields so altering the names shouldn't matter.
I would say, just rename these private fields to match our coding
standard. I see no reason to use the reserved characters there. This
class is not generated during the each build and can be edited like any
other.
Our RMI source code generator in RMIC package is currently configured to
follow the standard Classpath naming rules and would not use the dollar
sign for the names of the private fields.
Regards
Audrius.