I have a working SmartGWT module that I'm trying to add custom exceptions to. The exception classes are implemented in a separate POJO project (to be used by future GWT modules) that I jar (including the source) and place into /war/WEB-INF/lib. I'm using an Ant build script which tells me that the custom exception classes can't be resolved in the EntryPoint class. The problem started when I pushed the exceptions to the client side. Is this not feasible, or am I just missing a step to link in the jar'd classes?
Developing through a VNC connection complicates copy/pasting code snippets.
Thanks for any help-
Susan
Developing through a VNC connection complicates copy/pasting code snippets.
Thanks for any help-
Susan
Comment