Placing it higher in the classpath should do the trick.  FWIW, we are going
to make the war directory name configurable and we are also looking at
updating the launch configurations to make things like the main type
name over-ridable.  Either one of those two options would have given you a
work around.

On Fri, Dec 18, 2009 at 1:23 PM, Silverado <[email protected]> wrote:

> How do you get Eclipse to use your version of GWTShell?  Thanks in
> advance.
>
> On Dec 17, 2:10 pm, Henry <[email protected]> wrote:
> > The Eclipse plugin uses GWTShell.class (a deprecated class) instead of
> > DevMode.class
> > The options for GWTShell and DevMode are quite different.
> > I'm using a directory (WebContent/jsgenerated) other than war for my
> > compiled code
> > There is no way in the plugin to specify a module.
> > The fix is to replace GWTShell as follows:
> >
> > public class GWTShell extends DevMode {
> >
> > }
> >
> > Cheers,
> > Henry
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>


-- 
Miguel

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to