I run my GWT application, compiled by maven with the "noserver" option
turned on, in Tomcat. In Tomcat the /webapp directory contains a
symbolic link to the /target/<myapplication> directory which is
located in my project and which is created by maven. The /target/
<myapplication> directory contains the exploded war file, so Tomcat
can easily run it. It works. When I compile it by maven it works.
The problem is that when I make a change in the java code of my
application and when I refresh the browser the changes are not visible
there. I tried to check the class files in the /target/<myapplication>/
web-inf/classes directory and it seems that they were just not
compiled automatically again when I changed the java code. Does the
development mode save the recently compiled class files somewhere
else? Or am I missing something else?
Thnx.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
I am sure not everyone uses maven integrated in Eclipse. But thanks
for the hint anyway.
> > google-web-tool...@googlegroups.com<google-web-toolkit%2Bunsu...@googlegroups.com>
> > > google-web-tool...@googlegroups.com<google-web-toolkit%2Bunsubscr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > A coward is incapable of exhibiting love; it is the prerogative of the
> > brave.
> > --
> > Mohandas Gandhi– Skrýt citovaný text –
>
> – Zobrazit citovaný text –
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
As you write that "GWT performs its own compilation of the java source
files (which is why the folder needs to be on the runtime classpath)"
I would like to know where GWT stores the compiled up-to-date client-
side classes. I checked the war/WEB-INF/classes directory but when I
modify some client-side code the corresponding class files in the
directory remain still the same, the time of their creation is not
changed. Thus the GWT compiler must store the recently compiled
classes probably somewhere else, but where, somewhere in a temp
directory?
> > > > > google-web-tool...@googlegroups.com<google-web-toolkit%2Bunsub...@googlegroups.com>
> > <google-web-toolkit%2Bunsub...@googlegroups.com>
> > > > > .
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > > --
> > > > A coward is incapable of exhibiting love; it is the prerogative of the
> > > > brave.
> > > > --
> > > > Mohandas Gandhi- Skrýt citovaný text -
>
> > > - Zobrazit citovaný text -
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-we...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-tool...@googlegroups.com<google-web-toolkit%2Bunsub...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.- Skrýt citovaný text -
>
> - Zobrazit citovaný text -
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.